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/pikachu_pic_animation.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/pikachu_pic_animation.asm')
| -rwxr-xr-x | engine/pikachu_pic_animation.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pikachu_pic_animation.asm b/engine/pikachu_pic_animation.asm index c04382c1..0da8e499 100755 --- a/engine/pikachu_pic_animation.asm +++ b/engine/pikachu_pic_animation.asm @@ -640,7 +640,7 @@ PikaPicAnimCommand_loadgfx: ld [wUpdateSpritesEnabled], a ret -RequestPikaPicAnimGFX: ; fe114 +RequestPikaPicAnimGFX: push de ld a, [wPikaPicAnimCurGraphicID] ld d, a @@ -654,7 +654,7 @@ RequestPikaPicAnimGFX: ; fe114 .failed ret -DecompressRequestPikaPicAnimGFX: ; fe128 +DecompressRequestPikaPicAnimGFX: push de ld a, [wPikaPicAnimCurGraphicID] ld d, a |
