Merge pull request #13034 from lycheefox/skylanders

Skylanders: Fix Hot Head (Sparkle)
This commit is contained in:
Tilka 2024-08-23 09:12:33 +01:00 committed by GitHub
commit 239a42a860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ const std::map<const std::pair<const u16, const u16>, SkyData> list_skylanders =
{{103, 0x1402}, {"Flashwing (Jade)", Game::Giants, Element::Earth, Type::Skylander}},
{{103, 0x2206}, {"Flashwing (LightCore)", Game::SwapForce, Element::Earth, Type::Skylander}},
{{104, 0x1206}, {"Hot Head", Game::Giants, Element::Fire, Type::Giant}},
{{104, 0x1213}, {"Hot Head (Sparkle)", Game::Giants, Element::Fire, Type::Skylander}},
{{104, 0x1213}, {"Hot Head (Sparkle)", Game::Giants, Element::Fire, Type::Giant}},
{{105, 0x1000}, {"Hot Dog", Game::Giants, Element::Fire, Type::Skylander}},
{{105, 0x1015}, {"Hot Dog (Bronze)", Game::Giants, Element::Fire, Type::Skylander}},
{{105, 0x1402}, {"Hot Dog (Molten)", Game::Giants, Element::Fire, Type::Skylander}},