diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-30 18:56:44 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-30 18:56:44 -0400 |
commit | 2b7961759b3786725b95ee8f4a0b6e556091db7a (patch) | |
tree | 6287d4bb7bad7d012f804dc18856341a09fc015b /home/overworld.asm | |
parent | d2ed7674f499b1fd6c4059da40b8b42c6bf96995 (diff) |
Fixes.
Diffstat (limited to 'home/overworld.asm')
-rw-r--r-- | home/overworld.asm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home/overworld.asm b/home/overworld.asm index 7b9fadfa..314aa1b3 100644 --- a/home/overworld.asm +++ b/home/overworld.asm @@ -765,6 +765,9 @@ HandleFlyWarpOrDungeonWarp:: ; 0794 (0:0794) callbs SpecialWarpIn jp SpecialEnterMap +LeaveMapAnim:: ; 07bc (0:07bc) + jpba _LeaveMapAnim + Func_07c4:: ; 07c4 (0:07c4) ld a, [wWalkBikeSurfState] and a @@ -1457,7 +1460,7 @@ AdvancePlayerSprite:: ; 0b7f (0:0b7f) ; the portion of the map that was newly exposed due to the player's movement ScheduleNorthRowRedraw:: ; 0b95 (0:0b95) - hlCoord 0, 0 + coord hl, 0, 0 call CopyToRedrawRowOrColumnSrcTiles ld a,[wMapViewVRAMPointer] ld [H_SCREENEDGEREDRAWADDR],a |