diff options
Diffstat (limited to 'data/animations.asm')
-rwxr-xr-x | data/animations.asm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/animations.asm b/data/animations.asm index 8c388afd..de2487d7 100755 --- a/data/animations.asm +++ b/data/animations.asm @@ -201,7 +201,6 @@ AttackAnimationPointers: 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: ; if first byte >= $D8 ; db special_effect_id, sound_id ; $FF terminated -ZigZagScreenAnim: - db SE_WAVY_SCREEN, $FF - db $FF - PoundAnim: StruggleAnim: db $08,$00,$01 |