From 36ff7ace0a69217adaf637763f15d79b89f5fc70 Mon Sep 17 00:00:00 2001 From: mike94100 <42074583+mike94100@users.noreply.github.com> Date: Fri, 2 Jan 2026 22:20:46 -0500 Subject: [PATCH] =?UTF-8?q?Add=20Pok=C3=A9mon=20Crystal=20to=20GBC=20ROMs?= =?UTF-8?q?=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Pokemon Crystal no revision based on No-Intro entry https://datomatic.no-intro.org/index.php?page=show_record&s=47&n=0900 --- src/data/baseRoms.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/baseRoms.ts b/src/data/baseRoms.ts index 3316c76..68aac99 100644 --- a/src/data/baseRoms.ts +++ b/src/data/baseRoms.ts @@ -39,6 +39,7 @@ export const baseRoms: BaseRom[] = [ // GBC { id: "poke_gold", name: "Pokémon Gold", platform: "GBC", region: "USA, Europe", crc32: "6bde3c3e", sha1: "d8b8a3600a465308c9953dfa04f0081c05bdcb94" }, { id: "poke_silver", name: "Pokémon Silver", platform: "GBC", region: "USA, Europe", crc32: "8ad48636", sha1: "49b163f7e57702bc939d642a18f591de55d92dae" }, + { id: "poke_crystal", name: "Pokémon Crystal", platform: "GBC", region: "USA", crc32: "ee6f5188", sha1: "f4cd194bdee0d04ca4eac29e09b8e4e9d818c133" }, { id: "poke_crystal_rev1", name: "Pokémon Crystal (Rev 1)", platform: "GBC", region: "USA, Europe", crc32: "3358e30a", sha1: "f2f52230b536214ef7c9924f483392993e226cfb" }, // GB