summaryrefslogtreecommitdiff
path: root/engine/menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/menu.asm')
-rwxr-xr-xengine/menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu.asm b/engine/menu.asm
index e5a5ed6c9..83ee69373 100755
--- a/engine/menu.asm
+++ b/engine/menu.asm
@@ -730,7 +730,7 @@ Function24423: ; 24423
ld a, [VramState]
bit 0, a
ret z
- xor a
+ xor a ; effectively ld a, BANK(sScratch)
call GetSRAMBank
hlcoord 0, 0
ld de, sScratch
@@ -738,7 +738,7 @@ Function24423: ; 24423
call CopyBytes
call CloseSRAM
call OverworldTextModeSwitch
- xor a
+ xor a ; effectively ld a, BANK(sScratch)
call GetSRAMBank
ld hl, sScratch
decoord 0, 0