diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-28 15:59:19 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-28 15:59:19 -0400 |
commit | 9ca431b4f9706a3bbbbcfb03e2bab3360a5258a2 (patch) | |
tree | eb8b05c448eb6a0b00ad344e65fb1b708c89c2aa /data/animations.asm | |
parent | 817729c36ac6d43129731290f3feed9db9ff65a4 (diff) |
Complete documentation of bank1e
Todo: address comments for data/animations.asm
Diffstat (limited to 'data/animations.asm')
-rwxr-xr-x | data/animations.asm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/data/animations.asm b/data/animations.asm index cf6dc150..786f7e72 100755 --- a/data/animations.asm +++ b/data/animations.asm @@ -1,4 +1,4 @@ -AttackAnimationPointers: ; 7a07d (1e:607d) +AttackAnimationPointers: ; 7a22a (1e:622a) dw PoundAnim dw KarateChopAnim dw DoubleSlapAnim @@ -201,7 +201,6 @@ AttackAnimationPointers: ; 7a07d (1e:607d) dw HidePicAnim dw ThrowRockAnim dw ThrowBaitAnim - dw ZigZagScreenAnim ; each animation is a list of subanimations and special effects ; if first byte < $56 @@ -209,10 +208,6 @@ AttackAnimationPointers: ; 7a07d (1e:607d) ; if first byte >= $D8 ; db special_effect_id, sound_id ; $FF terminated -ZigZagScreenAnim: ; 7a213 (1e:6213) - db SE_WAVY_SCREEN, $FF - db $FF - PoundAnim: ; 7a216 (1e:6216) StruggleAnim: ; 7a216 (1e:6216) db $08,$00,$01 |