From 10ab177c26af4d712a0843b20c20cd1ca27ef314 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/supervisor/overrides.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gba/supervisor/overrides.c b/src/gba/supervisor/overrides.c index 01c232ea9..0030bf532 100644 --- a/src/gba/supervisor/overrides.c +++ b/src/gba/supervisor/overrides.c @@ -136,6 +136,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 },