Skip to content

Commit

Permalink
Merge pull request #205 from James-Makoto/develop
Browse files Browse the repository at this point in the history
amiibo update
  • Loading branch information
solosky authored Jan 19, 2024
2 parents 5a8afb2 + 57a1cb4 commit 1e72ec1
Show file tree
Hide file tree
Showing 6 changed files with 1,205 additions and 1,191 deletions.
2 changes: 2 additions & 0 deletions fw/application/src/amiidb/db_amiibo.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,5 +846,7 @@ const db_amiibo_t amiibo_list[] = {
{0x22410000, 0x041e0002, "Pyra", "焰"},
{0x22420000, 0x041f0002, "Mythra", "光"},
{0x22c00000, 0x003a0202, "Chibi Robo", "小机器人"},
{0x22430000, 0x043d1b02, "Noah", "诺亚"},
{0x22440000, 0x043e1b02, "Mio", "弥央"},
{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 @@ -18,7 +18,7 @@ const db_game_t game_list[] = {
{16, 0, "Fire Emblem Engage", "火焰纹章:结合", 80, 13},
{17, 0, "Conga Master Party", "康茄大师派对", 1, 14},
{18, 0, "Diablo3/Diablo III", "暗黑破坏神 3", 85, 1},
{19, 0, "Xenoblade Chronicles 3", "异度神剑3", 45, 3},
{19, 0, "Xenoblade Chronicles 3", "异度神剑3", 45, 5},
{20, 0, "Cyber Shadow", "赛博暗影", 1, 5},
{21, 0, "Just Shapes Beats", "形状节奏", 1, 5},
{22, 0, "Kirby and the Forgotten Land", "星之卡比:探索发现", 1, 5},
Expand Down
2 changes: 2 additions & 0 deletions fw/application/src/amiidb/db_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ const db_link_t link_list[] = {
{19, 0x22420000, 0x041f0002, "", "解锁光之圣杯"},
{19, 0x22410000, 0x041e0002, "", "解锁天之圣杯"},
{19, 0x22400000, 0x002b0002, "", "解锁蒙那多"},
{19, 0x22430000, 0x043d1b02, "", "解锁执政官N服装/诺亚、兰兹、优妮的休闲装"},
{19, 0x22440000, 0x043e1b02, "", "解锁执政官M服装/弥央、圣奈、泰恩的休闲装"},
{20, 0x35c30000, 0x036e0a02, "", "暂无简介"},
{20, 0x35c10000, 0x036c0a02, "", "暂无简介"},
{20, 0x35c00000, 0x02500a02, "", "暂无简介"},
Expand Down
Loading

0 comments on commit 1e72ec1

Please sign in to comment.