summaryrefslogtreecommitdiff
path: root/engine/pokecenter_pc.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-17 22:31:16 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-17 22:31:16 -0500
commitd644406f61983be78339a0e9f366e8d34c209c6c (patch)
treefeb8188bd644c8642b41d72d7fccfa274696064d /engine/pokecenter_pc.asm
parentfe4ef4e5951e855174cbff3da308b342b0b5bd09 (diff)
More menu stuff
Diffstat (limited to 'engine/pokecenter_pc.asm')
-rwxr-xr-xengine/pokecenter_pc.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokecenter_pc.asm b/engine/pokecenter_pc.asm
index 8f18e8814..acfd06783 100755
--- a/engine/pokecenter_pc.asm
+++ b/engine/pokecenter_pc.asm
@@ -591,7 +591,7 @@ Function15985: ; 0x15985
ld [wMenuCursorBuffer], a
ld a, [wd0dd]
ld [wMenuScrollPosition], a
- call HandleScrollingMenu
+ call ScrollingMenu
ld a, [wMenuScrollPosition]
ld [wd0dd], a
ld a, [wMenuCursorY]
@@ -636,7 +636,7 @@ Function15985: ; 0x15985
.asm_159fb
callba Function24706
- call Function1bee
+ call PlaceHollowCursor
and a
ret