Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update new amiibos #271

Merged
merged 13 commits into from
Sep 5, 2024
Merged
4 changes: 4 additions & 0 deletions fw/application/src/amiidb/db_amiibo.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ const db_amiibo_t amiibo_list[] = {
{0x08080000, 0x04340402, "Frye", "曼曼"},
{0x08090000, 0x04350402, "Big Man", "鬼福"},
{0x08060100, 0x041c0402, "Smallfry", "小鲑鱼"},
{0x08010000, 0x04360402, "Callie - Alterna", "小拟 - 幻界"},
{0x08020200, 0x04370402, "Marie - Alterna", "小萤 - 幻界"},
{0x08030100, 0x04380402, "Pearl - Side Order", "小姬 - 秩序篇"},
{0x08040100, 0x04390402, "Marina - Side Order", "饭田 - 秩序篇"},
{0x00240000, 0x038d0002, "Piranha Plant", "吞食花"},
{0x00c00000, 0x037b0002, "King K. Rool", "库鲁鲁王"},
{0x01810000, 0x037d0002, "Isabelle", "西施惠"},
Expand Down
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 @@ -12,7 +12,7 @@ const db_game_t game_list[] = {
{9, 0, "Captain Toad: Treasure Tracker", "蘑菇队长:宝藏追踪者", 1, 4},
{10, 0, "Bayonetta 2", "猎天使魔女2", 1, 13},
{11, 0, "Animal Crossing: New Horizons", "集合啦!动物森友会", 99, 525},
{12, 0, "Splatoon 3", "斯普拉遁3", 40, 23},
{12, 0, "Splatoon 3", "斯普拉遁3", 40, 27},
{13, 0, "Fire Emblem Warriors: Three Hopes", "火焰纹章:风花雪月无双", 15, 13},
{14, 0, "Fire Emblem Warriors", "火焰纹章:无双", 15, 13},
{15, 0, "Fire Emblem Three Houses", "火焰纹章:风花雪月", 30, 13},
Expand Down
4 changes: 4 additions & 0 deletions fw/application/src/amiidb/db_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ const db_link_t link_list[] = {
{12, 0x08030000, 0x03760402, "", "暂无简介", ""},
{12, 0x08070000, 0x04330402, "", "暂无简介", ""},
{12, 0x08060100, 0x041c0402, "", "暂无简介", ""},
{12, 0x08010000, 0x04360402, "", "暂无简介", ""},
{12, 0x08020200, 0x04370402, "", "暂无简介", ""},
{12, 0x08030100, 0x04380402, "", "暂无简介", ""},
{12, 0x08040100, 0x04390402, "", "暂无简介", ""},
{13, 0x21060000, 0x03601202, "", "暂无简介", ""},
{13, 0x210b0000, 0x03a50002, "", "暂无简介", ""},
{13, 0x21070000, 0x03611202, "", "暂无简介", ""},
Expand Down
Loading