diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:55:49 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:55:49 -0500 |
| commit | 604eb493c42b457f9e006e2cf67f29c15e0d1d0b (patch) | |
| tree | 6e64376d2d2594acdf97b0aee3d7449577853508 /engine/overworld/player_animations.asm | |
| parent | Merge branch 'master' of https://github.com/pret/pokered into merge-pokered (diff) | |
| download | pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.gz pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.xz pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.zip | |
Remove more address comments
Diffstat (limited to 'engine/overworld/player_animations.asm')
| -rwxr-xr-x | engine/overworld/player_animations.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/overworld/player_animations.asm b/engine/overworld/player_animations.asm index eea1b375..95a8cc12 100755 --- a/engine/overworld/player_animations.asm +++ b/engine/overworld/player_animations.asm @@ -253,12 +253,12 @@ DoFlyAnimation: ret LoadBirdSpriteGraphics: - ld de, BirdSprite ; $4d80 + ld de, BirdSprite ld b, BANK(BirdSprite) ld c, $c ld hl, vNPCSprites call CopyVideoData - ld de, BirdSprite + $c0 ; $4e40 ; moving amination sprite + ld de, BirdSprite + $c0 ; moving amination sprite ld b, BANK(BirdSprite) ld c, $0c ld hl, vNPCSprites2 @@ -394,7 +394,7 @@ FishingAnim: ld hl, wd736 set 6, [hl] ld hl, vNPCSprites - ld de, RedSprite ; $4180 + ld de, RedSprite ld b, BANK(RedSprite) ld c, $c call CopyVideoData @@ -463,7 +463,7 @@ FishingAnim: call LoadFontTilePatterns ret -.ShakePlayerSprite ; 708a3 (1c:48a3) +.ShakePlayerSprite ld a, [hl] xor $1 ld [hl], a |
