Skip to content

Commit a9dafb7

Browse files
authored
Merge pull request solosky#271 from James-Makoto/develop
update new amiibos
2 parents ed61ce8 + 4c7f308 commit a9dafb7

File tree

6 files changed

+1251
-1233
lines changed

6 files changed

+1251
-1233
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, "", "暂无简介", ""},

0 commit comments

Comments
 (0)