This commit is contained in:
NefariousTechSupport 2026-03-17 15:48:34 -04:00 committed by GitHub
commit a29b7600c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ const std::map<const std::pair<const u16, const u16>, SkyData> list_skylanders =
{{15, 0x0000}, {"Slam Bam", Game::SpyrosAdv, Element::Water, Type::Skylander}},
{{15, 0x1801}, {"Slam Bam (S2)", Game::Giants, Element::Water, Type::Skylander}},
{{15, 0x1C03}, {"Slam Bam (Legendary)", Game::Giants, Element::Water, Type::Skylander}},
{{15, 0x3810},
{{15, 0x4810},
{"Slam Bam (Eon's Elite)", Game::Superchargers, Element::Water, Type::Skylander}},
{{16, 0x0000}, {"Spyro", Game::SpyrosAdv, Element::Magic, Type::Skylander}},
{{16, 0x1801}, {"Spyro (S2)", Game::Giants, Element::Magic, Type::Skylander}},
@ -108,7 +108,7 @@ const std::map<const std::pair<const u16, const u16>, SkyData> list_skylanders =
{{25, 0x0000}, {"Zook", Game::SpyrosAdv, Element::Life, Type::Skylander}},
{{25, 0x1801}, {"Zook (S2)", Game::Giants, Element::Life, Type::Skylander}},
{{25, 0x1812}, {"Zook (Stone)", Game::Giants, Element::Life, Type::Skylander}},
{{25, 0x3810}, {"Zook (Eon's Elite)", Game::Superchargers, Element::Life, Type::Skylander}},
{{25, 0x4810}, {"Zook (Eon's Elite)", Game::Superchargers, Element::Life, Type::Skylander}},
{{26, 0x0000}, {"Stealth Elf", Game::SpyrosAdv, Element::Life, Type::Skylander}},
{{26, 0x1801}, {"Stealth Elf (S2)", Game::Giants, Element::Life, Type::Skylander}},
{{26, 0x1C03}, {"Stealth Elf (Legendary)", Game::Giants, Element::Life, Type::Skylander}},