diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 22:31:16 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 22:31:16 -0500 |
commit | d644406f61983be78339a0e9f366e8d34c209c6c (patch) | |
tree | feb8188bd644c8642b41d72d7fccfa274696064d /engine/startmenu.asm | |
parent | fe4ef4e5951e855174cbff3da308b342b0b5bd09 (diff) |
More menu stuff
Diffstat (limited to 'engine/startmenu.asm')
-rwxr-xr-x | engine/startmenu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/startmenu.asm b/engine/startmenu.asm index 546aff1d9..c744d185f 100755 --- a/engine/startmenu.asm +++ b/engine/startmenu.asm @@ -42,7 +42,7 @@ StartMenu:: ; 125cd ld a, [wMenuCursorBuffer] ld [wd0d2], a call PlayClickSFX - call Function1bee + call PlaceHollowCursor call .OpenMenu ; Menu items have different return functions. @@ -1671,7 +1671,7 @@ MoveScreenLoop: ; 12fd5 jr nz, .place_move ld a, [wMenuCursorY] ld [wMoveSwapBuffer], a - call Function1bee + call PlaceHollowCursor jp .moving_move .place_move |