Skip to content

Commit 4ab0a11

Browse files
Merge pull request #22 from Ozero4/master
Adding amiibos in amiibolookup.cpp
2 parents 4c972b2 + aab11b7 commit 4ab0a11

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/amiibolookup.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,9 @@ static map<uint16_t, const char*> idList = {
827827
{0x0413,"E.M.M.I. (MET)"},
828828
{0x0414,"Zelda & Loftwing (ZSS)"},
829829
{0x0415,"Inkling (Yellow) (SPL)"},
830+
{0x0418,"Link (TOTK)"},
831+
{0x0419,"Zelda (TOTK)"},
832+
{0x041A,"Ganondorf (TOTK)"},
830833
{0x041B,"Octoling (Blue) (SPL)"},
831834
{0x041C,"Smallfry (SPL)"},
832835
{0x041D,"Min Min (SSB)"},
@@ -1009,6 +1012,8 @@ static map<uint16_t, const char*> amiiboList = {
10091012
"Young Link"},
10101013
{0x0100000003990902,
10111014
"Link - Link's Awakening"},
1015+
{0x0100000004180902,
1016+
"Link - Tears of the Kingdom"},
10121017
{0x0100010000160002,
10131018
"Toon Link"},
10141019
{0x0100010003500902,
@@ -1019,12 +1024,16 @@ static map<uint16_t, const char*> amiiboList = {
10191024
"Toon Zelda - The Wind Waker"},
10201025
{0x0101000003560902,
10211026
"Zelda"},
1027+
{0x0101000004190902,
1028+
"Zelda - Tears of the Kingdom"},
10221029
{0x0101010000170002,
10231030
"Sheik"},
10241031
{0x0101030004140902,
10251032
"Zelda & Loftwing"},
10261033
{0x01020100001b0002,
10271034
"Ganondorf"},
1035+
{0x01020100041a0902,
1036+
"Ganondorf - Tears of the Kingdom"},
10281037
{0x01030000024f0902,
10291038
"Midna & Wolf Link"},
10301039
{0x0105000003580902,

0 commit comments

Comments
 (0)