Skip to content

Commit

Permalink
fixed #273: Fix Splatoon 3 Alterna and Side Order
Browse files Browse the repository at this point in the history
  • Loading branch information
solosky committed Sep 25, 2024
1 parent a9dafb7 commit 71f4156
Show file tree
Hide file tree
Showing 5 changed files with 1,284 additions and 1,301 deletions.
6 changes: 3 additions & 3 deletions fw/application/src/amiidb/db_amiibo.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ const db_amiibo_t amiibo_list[] = {
{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", "饭田 - 秩序篇"},
{0x08020000, 0x04370402, "Marie - Alterna", "小萤 - 幻界"},
{0x08030000, 0x04380402, "Pearl - Side Order", "小姬 - 秩序篇"},
{0x08040000, 0x04390402, "Marina - Side Order", "饭田 - 秩序篇"},
{0x00240000, 0x038d0002, "Piranha Plant", "吞食花"},
{0x00c00000, 0x037b0002, "King K. Rool", "库鲁鲁王"},
{0x01810000, 0x037d0002, "Isabelle", "西施惠"},
Expand Down
6 changes: 3 additions & 3 deletions fw/application/src/amiidb/db_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ const db_link_t link_list[] = {
{12, 0x08070000, 0x04330402, "", "暂无简介", ""},
{12, 0x08060100, 0x041c0402, "", "暂无简介", ""},
{12, 0x08010000, 0x04360402, "", "暂无简介", ""},
{12, 0x08020200, 0x04370402, "", "暂无简介", ""},
{12, 0x08030100, 0x04380402, "", "暂无简介", ""},
{12, 0x08040100, 0x04390402, "", "暂无简介", ""},
{12, 0x08020000, 0x04370402, "", "暂无简介", ""},
{12, 0x08030000, 0x04380402, "", "暂无简介", ""},
{12, 0x08040000, 0x04390402, "", "暂无简介", ""},
{13, 0x21060000, 0x03601202, "", "暂无简介", ""},
{13, 0x210b0000, 0x03a50002, "", "暂无简介", ""},
{13, 0x21070000, 0x03611202, "", "暂无简介", ""},
Expand Down
Loading

0 comments on commit 71f4156

Please sign in to comment.