Skip to content

Commit 93a1e92

Browse files
committed
更新新amiibo
1 parent dcc5422 commit 93a1e92

File tree

5 files changed

+17
-1
lines changed

5 files changed

+17
-1
lines changed

fw/application/src/amiidb/db_amiibo.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ const db_amiibo_t amiibo_list[] = {
134134
{0x08080000, 0x04340402, "Frye", "曼曼"},
135135
{0x08090000, 0x04350402, "Big Man", "鬼福"},
136136
{0x08060100, 0x041c0402, "Smallfry", "小鲑鱼"},
137+
{0x08010000, 0x04360402, "Callie - Alterna", "小拟 - 幻界"},
138+
{0x08020200, 0x04370402, "Marie - Alterna", "小萤 - 幻界"},
139+
{0x08030100, 0x04380402, "Pearl - Side Order", "小姬 - 秩序篇"},
140+
{0x08040100, 0x04390402, "Marina - Side Order", "饭田 - 秩序篇"},
137141
{0x00240000, 0x038d0002, "Piranha Plant", "吞食花"},
138142
{0x00c00000, 0x037b0002, "King K. Rool", "库鲁鲁王"},
139143
{0x01810000, 0x037d0002, "Isabelle", "西施惠"},

fw/application/src/amiidb/db_game.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const db_game_t game_list[] = {
1212
{9, 0, "Captain Toad: Treasure Tracker", "蘑菇队长:宝藏追踪者", 1, 4},
1313
{10, 0, "Bayonetta 2", "猎天使魔女2", 1, 13},
1414
{11, 0, "Animal Crossing: New Horizons", "集合啦!动物森友会", 99, 525},
15-
{12, 0, "Splatoon 3", "斯普拉遁3", 40, 23},
15+
{12, 0, "Splatoon 3", "斯普拉遁3", 40, 27},
1616
{13, 0, "Fire Emblem Warriors: Three Hopes", "火焰纹章:风花雪月无双", 15, 13},
1717
{14, 0, "Fire Emblem Warriors", "火焰纹章:无双", 15, 13},
1818
{15, 0, "Fire Emblem Three Houses", "火焰纹章:风花雪月", 30, 13},

fw/application/src/amiidb/db_link.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ const db_link_t link_list[] = {
148148
{12, 0x08030000, 0x03760402, "", "暂无简介", ""},
149149
{12, 0x08070000, 0x04330402, "", "暂无简介", ""},
150150
{12, 0x08060100, 0x041c0402, "", "暂无简介", ""},
151+
{12, 0x08010000, 0x04360402, "", "暂无简介", ""},
152+
{12, 0x08020200, 0x04370402, "", "暂无简介", ""},
153+
{12, 0x08030100, 0x04380402, "", "暂无简介", ""},
154+
{12, 0x08040100, 0x04390402, "", "暂无简介", ""},
151155
{13, 0x21060000, 0x03601202, "", "暂无简介", ""},
152156
{13, 0x210b0000, 0x03a50002, "", "暂无简介", ""},
153157
{13, 0x21070000, 0x03611202, "", "暂无简介", ""},

fw/data/amiidb_amiibo.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@
131131
0808000004340402,Frye,曼曼
132132
0809000004350402,Big Man,鬼福
133133
08060100041c0402,Smallfry,小鲑鱼
134+
0801000004360402,Callie - Alterna,小拟 - 幻界
135+
0802020004370402,Marie - Alterna,小萤 - 幻界
136+
0803010004380402,Pearl - Side Order,小姬 - 秩序篇
137+
0804010004390402,Marina - Side Order,饭田 - 秩序篇
134138
00240000038d0002,Piranha Plant,吞食花
135139
00c00000037b0002,King K. Rool,库鲁鲁王
136140
01810000037d0002,Isabelle,西施惠

fw/data/amiidb_link.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@
145145
12,0803000003760402,,暂无简介,
146146
12,0807000004330402,,暂无简介,
147147
12,08060100041c0402,,暂无简介,
148+
12,0801000004360402,,暂无简介,
149+
12,0802020004370402,,暂无简介,
150+
12,0803010004380402,,暂无简介,
151+
12,0804010004390402,,暂无简介,
148152
13,2106000003601202,,暂无简介,
149153
13,210b000003a50002,,暂无简介,
150154
13,2107000003611202,,暂无简介,

0 commit comments

Comments
 (0)