From ad3fca33d3532f5dcffd22e5b88d3169675f43d0 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 1 Aug 2015 12:30:16 -0400 Subject: Attempt to make yellow buildable. Building Errors: Segmentation Error. --- home/overworld.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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) -- cgit v1.3.1-sl0p