Skip to content

Commit fe2c8e8

Browse files
authored
Merge pull request #389 from James-Makoto/develop
update amiidb
2 parents cdb90d0 + cd93876 commit fe2c8e8

File tree

6 files changed

+693
-679
lines changed

6 files changed

+693
-679
lines changed

fw/application/src/amiidb/db_amiibo.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,9 @@ const db_amiibo_t amiibo_list[] = {
878878
{0x34db0001, 0x04ef1d02, "Alex", ""},
879879
{0x34dc0001, 0x04e71d02, "Ingrid", ""},
880880
{0x34dc0001, 0x04f01d02, "Ingrid", ""},
881+
{0x05c50000, 0x043c1302, "Sylux", "赛拉克斯"},
882+
{0x1f000000, 0x04c41e03, "Kirby", ""},
883+
{0x1f030100, 0x04c91e03, "Bandana Waddle Dee", ""},
881884
{0x35000100, 0x02e10f02, "One-Eyed Rathalos and Rider - Male", "独眼雄火龙与男骑士"},
882885
{0x35000200, 0x02e20f02, "One-Eyed Rathalos and Rider - Female", "独眼雄火龙与女骑士"},
883886
{0x35010000, 0x02e30f02, "Nabiru", "纳比露"},

fw/application/src/amiidb/db_game.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const db_game_t game_list[] = {
7474
{71, 0, "Super Nintendo World series", "超级任天堂世界", 5, 9},
7575
{72, 0, "Street Fighter 6", "街头霸王6", 5, 63},
7676
{73, 0, "Donkey Kong Bananza", "咚奇刚 蕉力全开", 5, 2},
77-
{74, 0, "Metroid Prime 4: Beyond", "密特罗德 究极4 超越未知", 10, 2},
78-
{255, 0, "Others", "未分类", 0, 0},
77+
{74, 0, "Metroid Prime 4: Beyond", "密特罗德 究极4 超越未知", 10, 3},
78+
{255, 0, "Others", "未分类", 0, 2},
7979
{0, 0, 0, 0, 0}
8080
};

fw/application/src/amiidb/db_link.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,5 +1322,8 @@ const db_link_t link_list[] = {
13221322
{72, 0x34dc0001, 0x04f01d02, "", "", ""},
13231323
{74, 0x05c00000, 0x043b1302, "Change background music while riding Vi-O-La/Replenish health and boost max health by 99 once per day", "每日解锁能量护盾/更改薇奥拉的BGM", ""},
13241324
{74, 0x05c00000, 0x043a1302, "Change Vi-O-La's color/Improve Vi-O-La boost regeneration once per day/See total distance traveled on Vi-O-La", "每日提速薇奥拉加速能量恢复/更改薇奥拉的颜色/查看薇奥拉行驶总里程", ""},
1325+
{74, 0x05c50000, 0x043c1302, "View a particular completed cutscene after beating game without needing 100% completion/Hear a random voice line from Sylux", "提前解锁完整剧情过场/随机播放赛拉克斯语音", ""},
1326+
{255, 0x1f000000, 0x04c41e03, "", "", ""},
1327+
{255, 0x1f030100, 0x04c91e03, "", "", ""},
13251328
{0, 0, 0, 0, 0, 0}
13261329
};

0 commit comments

Comments
 (0)