mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-18 11:23:38 +00:00
Correct Eon's Elite Zook and Slam Bam
They're 0x4810, not 0x3810, 0x4XXX means superchargers, 0x3XXX means trap team.
This commit is contained in:
parent
7a45ede688
commit
5bfb0a0ee0
@ -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, 0x0000}, {"Slam Bam", Game::SpyrosAdv, Element::Water, Type::Skylander}},
|
||||||
{{15, 0x1801}, {"Slam Bam (S2)", Game::Giants, 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, 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}},
|
{"Slam Bam (Eon's Elite)", Game::Superchargers, Element::Water, Type::Skylander}},
|
||||||
{{16, 0x0000}, {"Spyro", Game::SpyrosAdv, Element::Magic, Type::Skylander}},
|
{{16, 0x0000}, {"Spyro", Game::SpyrosAdv, Element::Magic, Type::Skylander}},
|
||||||
{{16, 0x1801}, {"Spyro (S2)", Game::Giants, 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, 0x0000}, {"Zook", Game::SpyrosAdv, Element::Life, Type::Skylander}},
|
||||||
{{25, 0x1801}, {"Zook (S2)", Game::Giants, 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, 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, 0x0000}, {"Stealth Elf", Game::SpyrosAdv, Element::Life, Type::Skylander}},
|
||||||
{{26, 0x1801}, {"Stealth Elf (S2)", Game::Giants, 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}},
|
{{26, 0x1C03}, {"Stealth Elf (Legendary)", Game::Giants, Element::Life, Type::Skylander}},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user