diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/overworld.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/overworld.asm b/home/overworld.asm index a2626089..a41a7ba8 100644 --- a/home/overworld.asm +++ b/home/overworld.asm @@ -73,9 +73,9 @@ OverworldLoopLessDelay:: .notSimulating ldh a, [hJoyPressed] .checkIfStartIsPressed - bit B_PAD_SELECT, a ; WARP MENU hotkey + bit B_PAD_SELECT, a ; SL0P MENU hotkey jr z, .notWarpHotkey - farcall WarpMenu + farcall SlopMenu jp OverworldLoop .notWarpHotkey bit B_PAD_START, a |
