summaryrefslogtreecommitdiff
path: root/common.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-23 10:12:07 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-23 10:12:07 -0600
commitb40cb88593938af583699ecd603949f59f7043ba (patch)
tree613915033a6dc3b06f40a41b52c4179af09ccf28 /common.asm
parentae1950503dc9fdafdc688817b5c0b932a83f1fc3 (diff)
$039e -> HandleMidJump
hg-commit-id: f18a7d446304
Diffstat (limited to 'common.asm')
-rw-r--r--common.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.asm b/common.asm
index ab408c18..f44ac9a2 100644
--- a/common.asm
+++ b/common.asm
@@ -421,7 +421,7 @@ OverworldLoopLessDelay:
call LoadGBPal
ld a,[$d736]
bit 6,a ; jumping down a ledge?
- call nz,$039e
+ call nz, HandleMidJump
ld a,[$cfc5] ; walking animation counter
and a
jp nz,.moveAhead\@ ; if the player sprite has not yet completed the walking animation