summaryrefslogtreecommitdiff
path: root/home/tilemap.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r--home/tilemap.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm
index 9b2a41da..569cf08a 100644
--- a/home/tilemap.asm
+++ b/home/tilemap.asm
@@ -21,12 +21,12 @@ SetMenuAttributes:: ; 1a4e
ret
StaticMenuJoypad:: ; 1a66 (0:1a66)
- callab StaticMenuJoypad_
+ callfar StaticMenuJoypad_
call GetMenuJoypad
ret
ScrollingMenuJoypad:: ; 1a70 (0:1a70)
- callab ScrollingMenuJoypad_
+ callfar ScrollingMenuJoypad_
call GetMenuJoypad
ret
@@ -62,17 +62,17 @@ HideCursor::
ret
PushWindow:: ; 1a9d (0:1a9d)
- callab PushWindow_
+ callfar PushWindow_
ret
ExitMenu:: ; 1aa4 (0:1aa4)
push af
- callab ExitMenu_
+ callfar ExitMenu_
pop af
ret
InitVerticalMenuCursor:: ; 1aad (0:1aad)
- callab InitVerticalMenuCursor_
+ callfar InitVerticalMenuCursor_
ret
CloseWindow:: ; 1ab4 (0:1ab4)