aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus
diff options
context:
space:
mode:
Diffstat (limited to 'engine/menus')
-rw-r--r--engine/menus/save.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menus/save.asm b/engine/menus/save.asm
index b7ad5d66..fb7526b3 100644
--- a/engine/menus/save.asm
+++ b/engine/menus/save.asm
@@ -666,8 +666,8 @@ ClearSAV:
PadSRAM_FF:
ld [MBC1SRamBank], a
- ld hl, SRAM_Begin
- ld bc, SRAM_End - SRAM_Begin
+ ld hl, STARTOF(SRAM)
+ ld bc, SIZEOF(SRAM)
ld a, $ff
jp FillMemory