Skip to content

Commit

Permalink
Merge pull request #214 from James-Makoto/develop
Browse files Browse the repository at this point in the history
更新amiibo
  • Loading branch information
solosky authored Feb 17, 2024
2 parents a6bd2bf + 6841b26 commit 93c2aa2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions fw/application/src/amiidb/db_amiibo.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,5 +848,6 @@ const db_amiibo_t amiibo_list[] = {
{0x22c00000, 0x003a0202, "Chibi Robo", "小机器人"},
{0x22430000, 0x043d1b02, "Noah", "诺亚"},
{0x22440000, 0x043e1b02, "Mio", "弥央"},
{0x3f000000, 0x042e0002, "Sora", "索拉"},
{0, 0, 0, 0}
};
2 changes: 1 addition & 1 deletion fw/application/src/amiidb/db_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const db_game_t game_list[] = {
{44, 0, "Super Kirby Clash", "超级卡比猎人队", 1, 8},
{45, 0, "Super Mario 3D World + Bowser's Fury", "超级马力欧 3D世界+狂怒世界", 1, 19},
{46, 0, "Super Mario Odyssey", "超级马力欧:奥德赛", 70, 20},
{47, 0, "Super Smash Bros Ultimate", "任天堂明星大乱斗", 35, 95},
{47, 0, "Super Smash Bros Ultimate", "任天堂明星大乱斗", 35, 96},
{48, 0, "Yoshi's Crafted World", "耀西的手工世界", 50, 11},
{49, 0, "Yu-Gi-Oh! Rush Duel Saikyo Battle Royale ", "游戏王:激斗大逃杀", 1, 7},
{50, 0, "Dark Souls Remastered", "黑暗之魂:重制版", 1, 1},
Expand Down
1 change: 1 addition & 0 deletions fw/application/src/amiidb/db_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ const db_link_t link_list[] = {
{47, 0x01000000, 0x037c0002, "", "暂无简介"},
{47, 0x01010000, 0x000e0002, "", "暂无简介"},
{47, 0x05c00100, 0x001d0002, "", "暂无简介"},
{47, 0x3f000000, 0x042e0002, "", "暂无简介"},
{48, 0x00030102, 0x00410302, "", "暂无简介"},
{48, 0x0005ff00, 0x023a0702, "", "暂无简介"},
{48, 0x00230000, 0x03680102, "", "暂无简介"},
Expand Down
1 change: 1 addition & 0 deletions fw/data/amiidb_amiibo.csv
Original file line number Diff line number Diff line change
Expand Up @@ -846,3 +846,4 @@
22c00000003a0202,Chibi Robo,小机器人
22430000043d1b02,Noah,诺亚
22440000043e1b02,Mio,弥央
3f000000042e0002,Sora,索拉
1 change: 1 addition & 0 deletions fw/data/amiidb_link.csv
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@
47,01000000037c0002,,暂无简介
47,01010000000e0002,,暂无简介
47,05c00100001d0002,,暂无简介
47,3f000000042e0002,,暂无简介
48,0003010200410302,,暂无简介
48,0005ff00023a0702,,暂无简介
48,0023000003680102,,暂无简介
Expand Down

0 comments on commit 93c2aa2

Please sign in to comment.