diff --git a/src/data/baseRoms.ts b/src/data/baseRoms.ts index de2cd71..69ed05f 100644 --- a/src/data/baseRoms.ts +++ b/src/data/baseRoms.ts @@ -52,7 +52,8 @@ export const baseRoms: BaseRom[] = [ { id: "poke_yellow", name: "Pokémon Yellow", platform: "GB", category: "RBY", region: "USA, Europe", crc32: "7d527d62", sha1: "cc7d03262ebfaf2f06772c1a480c7d9d5f4a38e1" }, // NDS - { id: "poke_platinum", name: "Pokémon Platinum", platform: "NDS", category: "DPPt", region: "USA", crc32: "9253921d", sha1: "0862EC35B24DE5C7E2DCB88C9EEA0873110D755C" }, + { id: "poke_platinum_rev0", name: "Pokémon Platinum", platform: "NDS", category: "DPPt", region: "USA", crc32: "9253921d", sha1: "ce81046eda7d232513069519cb2085349896dec7" }, + { id: "poke_platinum", name: "Pokémon Platinum (Rev 1)", platform: "NDS", category: "DPPt", region: "USA", crc32: "69d628e8", sha1: "0862EC35B24DE5C7E2DCB88C9EEA0873110D755C" }, { id: "poke_diamond_rev5", name: "Pokémon Diamond", platform: "NDS", category: "DPPt", region: "USA", crc32: "84427823", sha1: "a46233d8b79a69ea87aa295a0efad5237d02841e" }, { id: "poke_pearl_rev5", name: "Pokémon Pearl", platform: "NDS", category: "DPPt", region: "USA", crc32: "e2d87ebf", sha1: "99083bf15ec7c6b81b4ba241ee10abd9e80999ac" }, { id: "poke_heartgold", name: "Pokémon HeartGold", platform: "NDS", category: "HGSS", region: "USA", crc32: "c180a0e9", sha1: "4FCDED0E2713DC03929845DE631D0932EA2B5A37" },