summaryrefslogtreecommitdiff
path: root/home/overworld.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-01 12:30:16 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-01 12:30:16 -0400
commitad3fca33d3532f5dcffd22e5b88d3169675f43d0 (patch)
treedb2e88ba1efa00c9957c688109a589294ba280b3 /home/overworld.asm
parent888860a5eeec547348c6a049fdf2595c0aa1c522 (diff)
Attempt to make yellow buildable.
Building Errors: Segmentation Error.
Diffstat (limited to 'home/overworld.asm')
-rw-r--r--home/overworld.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/overworld.asm b/home/overworld.asm
index f16b58cf..e9472161 100644
--- a/home/overworld.asm
+++ b/home/overworld.asm
@@ -766,7 +766,7 @@ HandleFlyWarpOrDungeonWarp:: ; 0794 (0:0794)
res 5, [hl] ; forced to ride bike
call LeaveMapAnim
call LoadPlayerSpriteGraphics
- callsb SpecialWarpIn
+ callbs SpecialWarpIn
jp SpecialEnterMap
LeaveMapAnim:: ; 07bc (0:07bc)