summaryrefslogtreecommitdiff
path: root/engine/overworld
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-01 16:58:30 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-01 16:58:30 -0400
commitc1c7ac6826a5033fb06bc1b551bdd7bf4f806e50 (patch)
tree01ae490308033e3a7fd7855afabc1e69d69cf127 /engine/overworld
parentad3fca33d3532f5dcffd22e5b88d3169675f43d0 (diff)
Attempt to make Yellow buildable, part 2.
Diffstat (limited to 'engine/overworld')
-rwxr-xr-xengine/overworld/player_animations.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/overworld/player_animations.asm b/engine/overworld/player_animations.asm
index b2c8d94d..bd0a52b5 100755
--- a/engine/overworld/player_animations.asm
+++ b/engine/overworld/player_animations.asm
@@ -388,7 +388,7 @@ IsPlayerStandingOnWarpPadOrHole: ; 707e7 (1c:47e7)
db INTERIOR, $55, 1 ; warp pad
db $FF
-Func_707b6: ; 70716 (1c:4716)
+Func_70816: ; 70816 (1c:4816)
ld c, $a
call DelayFrames
ld hl, wd736
@@ -414,7 +414,7 @@ Func_707b6: ; 70716 (1c:4716)
ld a, [wWhichTrade] ; wWhichTrade
and a
ld hl, NoNibbleText
- jr z, .asm_708a8
+ jr z, .asm_70897
cp $2
ld hl, NothingHereText
jr z, .asm_70897
@@ -445,7 +445,7 @@ Func_707b6: ; 70716 (1c:4716)
ld [wOAMBuffer + $9c], a
.asm_70894
ld hl, ItsABiteText
-.asm_70836
+.asm_70897
call PrintText
ld hl, wd736
res 6, [hl]