From 5e71cd14d185e52c78944a0d5ca3bc5aeea877b4 Mon Sep 17 00:00:00 2001 From: d30r <63744307+d30r@users.noreply.github.com> Date: Fri, 20 May 2022 13:41:20 +0200 Subject: [PATCH] Pokemon Fire Red germany not booting/ White Screen Wrong Gamepak Code causing Pokemon Fire Red not to boot due to wrong flash size (64k instead of 128k) --- gba_over.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gba_over.h b/gba_over.h index b34d00b..e72534d 100644 --- a/gba_over.h +++ b/gba_over.h @@ -1532,7 +1532,7 @@ static const ini_t gbaover[] = { { // Pokemon: Fire Red (G) "POKEMON FIRE", /* gamepak_title */ - "BPRG", /* gamepak_code */ + "BPRD", /* gamepak_code */ "01", /* gamepak_maker */ 0, /* flash_size */ FLASH_DEVICE_MACRONIX_128KB, /* flash_device_id */