diff options
| author | yenatch <yenatch@gmail.com> | 2015-03-14 02:08:30 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-03-14 02:08:30 -0400 |
| commit | ec76703936ae690411a29c4f6ff11eef41ebdfd3 (patch) | |
| tree | f06149eb62213a0401c515c6f922e803ce5109d2 /engine/overworld | |
| parent | Low health alarm documentation (diff) | |
| parent | relabel and add comment (diff) | |
| download | pokeyellow-ec76703936ae690411a29c4f6ff11eef41ebdfd3.tar.gz pokeyellow-ec76703936ae690411a29c4f6ff11eef41ebdfd3.tar.xz pokeyellow-ec76703936ae690411a29c4f6ff11eef41ebdfd3.zip | |
Merge pull request #87 from YamaArashi/master
commented mon_party_sprites.asm
Diffstat (limited to 'engine/overworld')
| -rwxr-xr-x | engine/overworld/player_animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/player_animations.asm b/engine/overworld/player_animations.asm index be3d79e4..6602cedd 100755 --- a/engine/overworld/player_animations.asm +++ b/engine/overworld/player_animations.asm @@ -389,7 +389,7 @@ Func_707b6: ; 707b6 (1c:47b6) call CopyVideoData ld a, $4 ld hl, RedFishingTiles ; $4866 - call Func_71771 + call LoadAnimSpriteGfx ld a, [wSpriteStateData1 + 2] ld c, a ld b, $0 |
