From 3df0c8caef464cd1da8a8b41deaaae4f1ed0f57b Mon Sep 17 00:00:00 2001 From: robotics13 Date: Sun, 2 Nov 2025 14:51:20 +0000 Subject: [PATCH] Synced Skylander variant IDs with values from Dolphin for #13315 --- rpcs3/rpcs3qt/skylander_dialog.cpp | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/rpcs3/rpcs3qt/skylander_dialog.cpp b/rpcs3/rpcs3qt/skylander_dialog.cpp index 94d9025a17..86dfb61464 100644 --- a/rpcs3/rpcs3qt/skylander_dialog.cpp +++ b/rpcs3/rpcs3qt/skylander_dialog.cpp @@ -164,9 +164,9 @@ static const std::map, const std::string> {{205, 0x0000}, "Sky Iron Shield"}, {{206, 0x0000}, "Winged Boots"}, {{207, 0x0000}, "Sparx the Dragonfly"}, - {{208, 0x0000}, "Dragonfire Cannon"}, + {{208, 0x1206}, "Dragonfire Cannon"}, {{208, 0x1602}, "Golden Dragonfire Cannon"}, - {{209, 0x0000}, "Scorpion Striker"}, + {{209, 0x1206}, "Scorpion Striker"}, {{210, 0x3002}, "Biter's Bane"}, {{210, 0x3008}, "Sorcerous Skull"}, {{210, 0x300B}, "Axe of Illusion"}, @@ -301,15 +301,15 @@ static const std::map, const std::string> {{509, 0x0000}, "Small Fry"}, {{510, 0x0000}, "Drobit"}, {{519, 0x0000}, "Trigger Snappy"}, - {{526, 0x0000}, "Whisper Elf"}, - {{540, 0x0000}, "Barkley"}, + {{526, 0x3000}, "Whisper Elf"}, + {{540, 0x3000}, "Barkley"}, {{540, 0x3402}, "Gnarly Barkley"}, - {{541, 0x0000}, "Thumpling"}, + {{541, 0x3000}, "Thumpling"}, {{514, 0x0000}, "Gill Runt"}, - {{542, 0x0000}, "Mini-Jini"}, + {{542, 0x3000}, "Mini-Jini"}, {{503, 0x0000}, "Spry"}, {{504, 0x0000}, "Hijinx"}, - {{543, 0x0000}, "Eye Small"}, + {{543, 0x1000}, "Eye Small"}, {{601, 0x0000}, "King Pen"}, {{602, 0x0000}, "Tri-Tip"}, {{603, 0x0000}, "Chopscotch"}, @@ -419,15 +419,15 @@ static const std::map, const std::string> {{3013, 0x2206}, "LightCore Grim Creeper"}, {{3014, 0x0000}, "Rip Tide"}, {{3015, 0x0000}, "Punk Shock"}, - {{3200, 0x0000}, "Battle Hammer"}, - {{3201, 0x0000}, "Sky Diamond"}, - {{3202, 0x0000}, "Platinum Sheep"}, - {{3203, 0x0000}, "Groove Machine"}, + {{3200, 0x2000}, "Battle Hammer"}, + {{3201, 0x2000}, "Sky Diamond"}, + {{3202, 0x2000}, "Platinum Sheep"}, + {{3203, 0x2000}, "Groove Machine"}, {{3204, 0x0000}, "UFO Hat"}, - {{3300, 0x0000}, "Sheep Wreck Island"}, - {{3301, 0x0000}, "Tower of Time"}, - {{3302, 0x0000}, "Fiery Forge"}, - {{3303, 0x0000}, "Arkeyan Crossbow"}, + {{3300, 0x2000}, "Sheep Wreck Island"}, + {{3301, 0x2000}, "Tower of Time"}, + {{3302, 0x2206}, "Fiery Forge"}, + {{3303, 0x2206}, "Arkeyan Crossbow"}, {{3220, 0x0000}, "Jet Stream"}, {{3221, 0x0000}, "Tomb Buggy"}, {{3222, 0x0000}, "Reef Ripper"},