diff options
author | libjet <libj3t@gmail.com> | 2019-12-11 01:38:36 +0000 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2019-12-11 01:38:36 +0000 |
commit | 93872e920e9c82e1299a7f674cba5b56397b359d (patch) | |
tree | ad89e14c568a891b702b07e1b44ac25ab253ad73 /home/tilemap.asm | |
parent | cc8fc02a9467307f1494946fd08b4e57d4ffdac5 (diff) |
Updated macros/scripts/text.asm and cleaned up macros.asm
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r-- | home/tilemap.asm | 10 |
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) |