diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-23 10:12:07 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-23 10:12:07 -0600 |
| commit | b40cb88593938af583699ecd603949f59f7043ba (patch) | |
| tree | 613915033a6dc3b06f40a41b52c4179af09ccf28 /common.asm | |
| parent | fix typo (.notCinnabarGyn\@) (diff) | |
| download | pokeyellow-b40cb88593938af583699ecd603949f59f7043ba.tar.gz pokeyellow-b40cb88593938af583699ecd603949f59f7043ba.tar.xz pokeyellow-b40cb88593938af583699ecd603949f59f7043ba.zip | |
$039e -> HandleMidJump
hg-commit-id: f18a7d446304
Diffstat (limited to 'common.asm')
| -rw-r--r-- | common.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
