From a27209737b25c84d949ac0e698a5e6e3b814caa6 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Mon, 16 Nov 2015 20:07:22 -0800 Subject: [PATCH] GBA: Fix saving in Super Monkey Ball Jr. --- src/gba/context/overrides.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gba/context/overrides.c b/src/gba/context/overrides.c index 2f37e6c81..6a4faf82f 100644 --- a/src/gba/context/overrides.c +++ b/src/gba/context/overrides.c @@ -140,6 +140,10 @@ static const struct GBACartridgeOverride _overrides[] = { { "AX4E", SAVEDATA_FLASH1M, HW_NONE, 0x800072A }, { "AX4P", SAVEDATA_FLASH1M, HW_NONE, 0x800072A }, + // Super Monkey Ball Jr. + { "ALUE", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE }, + { "ALUP", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE }, + // Top Gun - Combat Zones { "A2YE", SAVEDATA_FORCE_NONE, HW_NONE, IDLE_LOOP_NONE },