Skip to content

Commit

Permalink
Fix amiibo entries for hey pikmin
Browse files Browse the repository at this point in the history
  • Loading branch information
hax0kartik committed Jul 19, 2023
1 parent 12e8727 commit a27848e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 16 deletions.
36 changes: 28 additions & 8 deletions jsons/amiibos.json
Original file line number Diff line number Diff line change
Expand Up @@ -4106,7 +4106,7 @@
],
[
"Bowser",
"0x0005000000140002"
"0x0005000003730102"
],
[
"Callie",
Expand All @@ -4126,32 +4126,48 @@
],
[
"Diddy Kong",
"0x00090000000d0002"
"0x0009000002650102"
],
[
"Digby",
"0x018c000002430502"
],
[
"Donkey Kong",
"0x0008000000030002"
"0x0008000002640102"
],
[
"Inkling Boy",
"0x08000200003f0402"
],
[
"Inkling Boy - Purple",
"0x0800020002600402"
],
[
"Inkling Girl",
"0x08000100003e0402"
],
[
"Inkling Girl - Lime Green",
"0x08000100025f0402"
],
[
"Inkling Squid",
"0x0800030000400402"
],
[
"Inkling Squid - Orange",
"0x0800030002610402"
],
[
"Isabelle - Summer Outfit",
"0x01810000024b0502"
],
[
"Isabelle - Winter Outfit",
"0x01810100023f0502"
],
[
"Kapp'n",
"0x01960000024e0502"
Expand All @@ -4160,13 +4176,17 @@
"Kicks",
"0x01940000024a0502"
],
[
"K.K. Slider",
"0x0182000002400502"
],
[
"Lottie",
"0x01c1000002440502"
],
[
"Luigi",
"0x00010000000c0002"
"0x0001000000350102"
],
[
"Mabel",
Expand All @@ -4178,7 +4198,7 @@
],
[
"Mario",
"0x0000000000000002"
"0x0000000000340102"
],
[
"Mario - Gold Edition",
Expand All @@ -4190,7 +4210,7 @@
],
[
"Peach",
"0x0002000000010002"
"0x0002000000360102"
],
[
"Reese",
Expand Down Expand Up @@ -4226,11 +4246,11 @@
],
[
"Wario",
"0x00070000001a0002"
"0x0007000002630102"
],
[
"Yoshi",
"0x0003000000020002"
"0x0003000000370102"
]
],
"hyrule-warriors-legends": [
Expand Down
36 changes: 28 additions & 8 deletions wumiibohelper/romfs/amiibos.json
Original file line number Diff line number Diff line change
Expand Up @@ -4106,7 +4106,7 @@
],
[
"Bowser",
"0x0005000000140002"
"0x0005000003730102"
],
[
"Callie",
Expand All @@ -4126,32 +4126,48 @@
],
[
"Diddy Kong",
"0x00090000000d0002"
"0x0009000002650102"
],
[
"Digby",
"0x018c000002430502"
],
[
"Donkey Kong",
"0x0008000000030002"
"0x0008000002640102"
],
[
"Inkling Boy",
"0x08000200003f0402"
],
[
"Inkling Boy - Purple",
"0x0800020002600402"
],
[
"Inkling Girl",
"0x08000100003e0402"
],
[
"Inkling Girl - Lime Green",
"0x08000100025f0402"
],
[
"Inkling Squid",
"0x0800030000400402"
],
[
"Inkling Squid - Orange",
"0x0800030002610402"
],
[
"Isabelle - Summer Outfit",
"0x01810000024b0502"
],
[
"Isabelle - Winter Outfit",
"0x01810100023f0502"
],
[
"Kapp'n",
"0x01960000024e0502"
Expand All @@ -4160,13 +4176,17 @@
"Kicks",
"0x01940000024a0502"
],
[
"K.K. Slider",
"0x0182000002400502"
],
[
"Lottie",
"0x01c1000002440502"
],
[
"Luigi",
"0x00010000000c0002"
"0x0001000000350102"
],
[
"Mabel",
Expand All @@ -4178,7 +4198,7 @@
],
[
"Mario",
"0x0000000000000002"
"0x0000000000340102"
],
[
"Mario - Gold Edition",
Expand All @@ -4190,7 +4210,7 @@
],
[
"Peach",
"0x0002000000010002"
"0x0002000000360102"
],
[
"Reese",
Expand Down Expand Up @@ -4226,11 +4246,11 @@
],
[
"Wario",
"0x00070000001a0002"
"0x0007000002630102"
],
[
"Yoshi",
"0x0003000000020002"
"0x0003000000370102"
]
],
"hyrule-warriors-legends": [
Expand Down

0 comments on commit a27848e

Please sign in to comment.