summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-19 14:48:30 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-19 14:48:30 -0500
commit987ed1fafb2ed4920276089f8c93f1be3f31acac (patch)
treeee142b65e7a3a03514325258d5f3c7e9a40bd084 /home/menu.asm
parent3d36f1a83711f117274c56f3ddb285d81a869bb3 (diff)
More work on slots; WRAM cleanup, Move Deleter
Diffstat (limited to 'home/menu.asm')
-rw-r--r--home/menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/menu.asm b/home/menu.asm
index 5213fab32..0427bbd1b 100644
--- a/home/menu.asm
+++ b/home/menu.asm
@@ -489,14 +489,14 @@ endr
ret
; 1fbf
-ResetTextRelatedRAM:: ; 1fbf
+ClearWindowData:: ; 1fbf
ld hl, wWindowStackPointer
call .bytefill
ld hl, wMenuDataHeader
call .bytefill
ld hl, wMenuData2Flags
call .bytefill
- ld hl, wcfa1
+ ld hl, w2DMenuCursorInitY
call .bytefill
ld a, [rSVBK]