From 9ca431b4f9706a3bbbbcfb03e2bab3360a5258a2 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 28 Mar 2016 15:59:19 -0400 Subject: Complete documentation of bank1e Todo: address comments for data/animations.asm --- data/animations.asm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'data') 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 -- cgit v1.2.3