diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-10-24 01:03:36 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-10-24 01:03:36 +0200 |
| commit | a19a870382befa354caa24148733ea335fcc692c (patch) | |
| tree | 8eebb0c7508305413d5866276814cb56020ae423 /data/animations | |
| parent | 303d6d40c01c2159abf44353b5a8b0a5f380b4bb (diff) | |
Add extractors for some assets
Diffstat (limited to 'data/animations')
| -rw-r--r-- | data/animations/object/evilSpirit.s | 2 | ||||
| -rw-r--r-- | data/animations/projectile/iceProjectile.s | 51 |
2 files changed, 51 insertions, 2 deletions
diff --git a/data/animations/object/evilSpirit.s b/data/animations/object/evilSpirit.s index 977590e0..7a94de84 100644 --- a/data/animations/object/evilSpirit.s +++ b/data/animations/object/evilSpirit.s @@ -22,4 +22,4 @@ gSpriteAnimations_EvilSpirit:: @ 08120698 .4byte gUnk_08120686 .4byte gUnk_0812068A .4byte gUnk_0812068E - .4byte gUnk_08120692
\ No newline at end of file + .4byte gUnk_08120692 diff --git a/data/animations/projectile/iceProjectile.s b/data/animations/projectile/iceProjectile.s index 5fd4f51b..e883cc19 100644 --- a/data/animations/projectile/iceProjectile.s +++ b/data/animations/projectile/iceProjectile.s @@ -4,4 +4,53 @@ .section .rodata .align 2 - .include "animations/gSpriteAnimations_234.s" +gSpriteAnimations_IceProjectile_0:: @gSpriteAnimations_IceProjectile_0 + .byte 4, 2, 0x0, 0x0 + .byte 5, 2, 0x0, 0x80 + .byte 2 @ keyframe count +gSpriteAnimations_IceProjectile_1:: @gSpriteAnimations_IceProjectile_1 + .byte 2, 2, 0x40, 0x0 + .byte 3, 2, 0x40, 0x80 + .byte 2 @ keyframe count +gSpriteAnimations_IceProjectile_2:: @gSpriteAnimations_IceProjectile_2 + .byte 0, 2, 0x0, 0x0 + .byte 1, 2, 0x0, 0x80 + .byte 2 @ keyframe count +gSpriteAnimations_IceProjectile_3:: @gSpriteAnimations_IceProjectile_3 + .byte 2, 2, 0x0, 0x0 + .byte 3, 2, 0x0, 0x80 + .byte 2 @ keyframe count +gSpriteAnimations_IceProjectile_4:: @gSpriteAnimations_IceProjectile_4 + .byte 6, 4, 0x0, 0x0 + .byte 7, 4, 0x0, 0x0 + .byte 8, 4, 0x0, 0x0 + .byte 9, 4, 0x0, 0x80 + .byte 4 @ keyframe count +gSpriteAnimations_IceProjectile_5:: @gSpriteAnimations_IceProjectile_5 + .byte 7, 4, 0x0, 0x0 + .byte 8, 4, 0x0, 0x0 + .byte 9, 4, 0x0, 0x0 + .byte 6, 4, 0x0, 0x80 + .byte 4 @ keyframe count +gSpriteAnimations_IceProjectile_6:: @gSpriteAnimations_IceProjectile_6 + .byte 8, 4, 0x0, 0x0 + .byte 9, 4, 0x0, 0x0 + .byte 6, 4, 0x0, 0x0 + .byte 7, 4, 0x0, 0x80 + .byte 4 @ keyframe count +gSpriteAnimations_IceProjectile_7:: @gSpriteAnimations_IceProjectile_7 + .byte 9, 4, 0x0, 0x0 + .byte 6, 4, 0x0, 0x0 + .byte 7, 4, 0x0, 0x0 + .byte 8, 4, 0x0, 0x80 + .byte 4 @ keyframe count +gSpriteAnimations_IceProjectile:: + .4byte gSpriteAnimations_IceProjectile_0 + .4byte gSpriteAnimations_IceProjectile_1 + .4byte gSpriteAnimations_IceProjectile_2 + .4byte gSpriteAnimations_IceProjectile_3 + .4byte gSpriteAnimations_IceProjectile_4 + .4byte gSpriteAnimations_IceProjectile_5 + .4byte gSpriteAnimations_IceProjectile_6 + .4byte gSpriteAnimations_IceProjectile_7 + .4byte 0 |
