mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-18 03:11:11 +00:00
Merge 5bfb0a0ee0 into 3564a256bf
This commit is contained in:
commit
a29b7600c6
@ -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}},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user