We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bd2bf commit 6841b26Copy full SHA for 6841b26
fw/application/src/amiidb/db_amiibo.c
@@ -848,5 +848,6 @@ const db_amiibo_t amiibo_list[] = {
848
{0x22c00000, 0x003a0202, "Chibi Robo", "小机器人"},
849
{0x22430000, 0x043d1b02, "Noah", "诺亚"},
850
{0x22440000, 0x043e1b02, "Mio", "弥央"},
851
+{0x3f000000, 0x042e0002, "Sora", "索拉"},
852
{0, 0, 0, 0}
853
};
fw/application/src/amiidb/db_game.c
@@ -46,7 +46,7 @@ const db_game_t game_list[] = {
46
{44, 0, "Super Kirby Clash", "超级卡比猎人队", 1, 8},
47
{45, 0, "Super Mario 3D World + Bowser's Fury", "超级马力欧 3D世界+狂怒世界", 1, 19},
48
{46, 0, "Super Mario Odyssey", "超级马力欧:奥德赛", 70, 20},
49
-{47, 0, "Super Smash Bros Ultimate", "任天堂明星大乱斗", 35, 95},
+{47, 0, "Super Smash Bros Ultimate", "任天堂明星大乱斗", 35, 96},
50
{48, 0, "Yoshi's Crafted World", "耀西的手工世界", 50, 11},
51
{49, 0, "Yu-Gi-Oh! Rush Duel Saikyo Battle Royale ", "游戏王:激斗大逃杀", 1, 7},
52
{50, 0, "Dark Souls Remastered", "黑暗之魂:重制版", 1, 1},
fw/application/src/amiidb/db_link.c
@@ -544,6 +544,7 @@ const db_link_t link_list[] = {
544
{47, 0x01000000, 0x037c0002, "", "暂无简介"},
545
{47, 0x01010000, 0x000e0002, "", "暂无简介"},
546
{47, 0x05c00100, 0x001d0002, "", "暂无简介"},
547
+{47, 0x3f000000, 0x042e0002, "", "暂无简介"},
548
{48, 0x00030102, 0x00410302, "", "暂无简介"},
549
{48, 0x0005ff00, 0x023a0702, "", "暂无简介"},
550
{48, 0x00230000, 0x03680102, "", "暂无简介"},
fw/data/amiidb_amiibo.csv
@@ -846,3 +846,4 @@
846
22c00000003a0202,Chibi Robo,小机器人
847
22430000043d1b02,Noah,诺亚
22440000043e1b02,Mio,弥央
+3f000000042e0002,Sora,索拉
fw/data/amiidb_link.csv
@@ -542,6 +542,7 @@
542
47,01000000037c0002,,暂无简介
543
47,01010000000e0002,,暂无简介
47,05c00100001d0002,,暂无简介
+47,3f000000042e0002,,暂无简介
48,0003010200410302,,暂无简介
48,0005ff00023a0702,,暂无简介
48,0023000003680102,,暂无简介
0 commit comments