summaryrefslogtreecommitdiff
path: root/home/movement.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/movement.asm')
-rw-r--r--home/movement.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/movement.asm b/home/movement.asm
index cdb3507e0..2fba2bbba 100644
--- a/home/movement.asm
+++ b/home/movement.asm
@@ -188,7 +188,7 @@ GetMenuJoypad:: ; 1bdd
ret
; 1bee
-Function1bee:: ; 1bee
+PlaceHollowCursor:: ; 1bee
ld hl, wCursorCurrentTile
ld a, [hli]
ld h, [hl]
@@ -197,7 +197,7 @@ Function1bee:: ; 1bee
ret
; 1bf7
-Function1bf7:: ; 1bf7
+HideCursor:: ; 1bf7
ld hl, wCursorCurrentTile
ld a, [hli]
ld h, [hl]