summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-24 19:49:19 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-24 19:49:19 -0400
commit4d17f6e1f6d41b91f5a5de71984a7c6f2bd0041c (patch)
treef0e965465c782622f47a9394a03f25836c76f71a /home/menu.asm
parent69ee070021bfbc36cf30df446c802f3648b3d5fe (diff)
Address comments on PR 322
Diffstat (limited to 'home/menu.asm')
-rw-r--r--home/menu.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/menu.asm b/home/menu.asm
index 1de260b2d..c4f0ed0d9 100644
--- a/home/menu.asm
+++ b/home/menu.asm
@@ -16,7 +16,7 @@ CopyMenuDataHeader::
; 0x1d4b
Function1d4b:: ; 1d4b
- ld [wPocketPointerLocationBuffer], a
+ ld [wPocketCursorBuffer], a
ret
; 1d4f
@@ -410,7 +410,7 @@ Function1f2a:: ; 1f2a
ld a, [hl]
ld [MenuSelection], a
ld a, [wcfa9]
- ld [wPocketPointerLocationBuffer], a
+ ld [wPocketCursorBuffer], a
and a
ret
@@ -571,7 +571,7 @@ InterpretMenu:: ; 202a
ld a, [hROMBank]
ld [wcf94], a
callba Function2400e
- ld a, [wPocketPointerLocationBuffer]
+ ld a, [wPocketCursorBuffer]
ret
; 2039
@@ -579,7 +579,7 @@ Function2039:: ; 2039
ld a, [hROMBank]
ld [wcf94], a
callba Function24022
- ld a, [wPocketPointerLocationBuffer]
+ ld a, [wPocketCursorBuffer]
ret
; 2048
@@ -587,7 +587,7 @@ Function2048:: ; 2048
ld a, [hROMBank]
ld [wcf94], a
callba Function2403c
- ld a, [wPocketPointerLocationBuffer]
+ ld a, [wPocketCursorBuffer]
ret
; 2057