Skip to content

Commit 93c2aa2

Browse files
authored
Merge pull request solosky#214 from James-Makoto/develop
更新amiibo
2 parents a6bd2bf + 6841b26 commit 93c2aa2

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

fw/application/src/amiidb/db_amiibo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,5 +848,6 @@ const db_amiibo_t amiibo_list[] = {
848848
{0x22c00000, 0x003a0202, "Chibi Robo", "小机器人"},
849849
{0x22430000, 0x043d1b02, "Noah", "诺亚"},
850850
{0x22440000, 0x043e1b02, "Mio", "弥央"},
851+
{0x3f000000, 0x042e0002, "Sora", "索拉"},
851852
{0, 0, 0, 0}
852853
};

fw/application/src/amiidb/db_game.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const db_game_t game_list[] = {
4646
{44, 0, "Super Kirby Clash", "超级卡比猎人队", 1, 8},
4747
{45, 0, "Super Mario 3D World + Bowser's Fury", "超级马力欧 3D世界+狂怒世界", 1, 19},
4848
{46, 0, "Super Mario Odyssey", "超级马力欧:奥德赛", 70, 20},
49-
{47, 0, "Super Smash Bros Ultimate", "任天堂明星大乱斗", 35, 95},
49+
{47, 0, "Super Smash Bros Ultimate", "任天堂明星大乱斗", 35, 96},
5050
{48, 0, "Yoshi's Crafted World", "耀西的手工世界", 50, 11},
5151
{49, 0, "Yu-Gi-Oh! Rush Duel Saikyo Battle Royale ", "游戏王:激斗大逃杀", 1, 7},
5252
{50, 0, "Dark Souls Remastered", "黑暗之魂:重制版", 1, 1},

fw/application/src/amiidb/db_link.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ const db_link_t link_list[] = {
544544
{47, 0x01000000, 0x037c0002, "", "暂无简介"},
545545
{47, 0x01010000, 0x000e0002, "", "暂无简介"},
546546
{47, 0x05c00100, 0x001d0002, "", "暂无简介"},
547+
{47, 0x3f000000, 0x042e0002, "", "暂无简介"},
547548
{48, 0x00030102, 0x00410302, "", "暂无简介"},
548549
{48, 0x0005ff00, 0x023a0702, "", "暂无简介"},
549550
{48, 0x00230000, 0x03680102, "", "暂无简介"},

fw/data/amiidb_amiibo.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,3 +846,4 @@
846846
22c00000003a0202,Chibi Robo,小机器人
847847
22430000043d1b02,Noah,诺亚
848848
22440000043e1b02,Mio,弥央
849+
3f000000042e0002,Sora,索拉

fw/data/amiidb_link.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@
542542
47,01000000037c0002,,暂无简介
543543
47,01010000000e0002,,暂无简介
544544
47,05c00100001d0002,,暂无简介
545+
47,3f000000042e0002,,暂无简介
545546
48,0003010200410302,,暂无简介
546547
48,0005ff00023a0702,,暂无简介
547548
48,0023000003680102,,暂无简介

0 commit comments

Comments
 (0)