summaryrefslogtreecommitdiff
path: root/engine/intro_menu.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 15:14:51 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 15:14:51 -0500
commite3c686f6df866d1b393d9cc9e61a750a454b5270 (patch)
treed855c94d4987da661152afaf9bbff8b4e0d7f77f /engine/intro_menu.asm
parent5a5df2ab87268c0ec8851a8a71ed088c2a04fe14 (diff)
Further WRAM organization
Diffstat (limited to 'engine/intro_menu.asm')
-rwxr-xr-xengine/intro_menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/intro_menu.asm b/engine/intro_menu.asm
index 2da478ede..c576e4526 100755
--- a/engine/intro_menu.asm
+++ b/engine/intro_menu.asm
@@ -111,8 +111,8 @@ _ResetWRAM: ; 5bae
xor a
call ByteFill
- ld hl, wd000
- ld bc, wGameData - wd000
+ ld hl, wRAM1Start
+ ld bc, wGameData - wRAM1Start
xor a
call ByteFill