diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-10-24 11:41:27 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-10-24 11:41:27 +0200 |
| commit | fdfd43d0d31feeda3082227bcfae7d32abc663f6 (patch) | |
| tree | 0d853b60ad7a72d6076410f676b3aeb897ad4b06 /data/animations/object/smallIceBlock.s | |
| parent | a19a870382befa354caa24148733ea335fcc692c (diff) | |
Extract animations
Diffstat (limited to 'data/animations/object/smallIceBlock.s')
| -rw-r--r-- | data/animations/object/smallIceBlock.s | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/data/animations/object/smallIceBlock.s b/data/animations/object/smallIceBlock.s index 5a3a72ca..bde6ed94 100644 --- a/data/animations/object/smallIceBlock.s +++ b/data/animations/object/smallIceBlock.s @@ -4,21 +4,21 @@ .section .rodata @ .align 2 -gUnk_0812376A:: @ 0812376A - .incbin "smallIceBlock/gUnk_0812376A.bin" +gSpriteAnimations_SmallIceBlock_0:: @ 0812376A + .include "animations/gSpriteAnimations_SmallIceBlock_0.s" -gUnk_0812376E:: @ 0812376E - .incbin "smallIceBlock/gUnk_0812376E.bin" +gSpriteAnimations_SmallIceBlock_1:: @ 0812376E + .include "animations/gSpriteAnimations_SmallIceBlock_1.s" -gUnk_08123772:: @ 08123772 - .incbin "smallIceBlock/gUnk_08123772.bin" +gSpriteAnimations_SmallIceBlock_2:: @ 08123772 + .include "animations/gSpriteAnimations_SmallIceBlock_2.s" -gUnk_08123776:: @ 08123776 - .incbin "smallIceBlock/gUnk_08123776.bin" +gSpriteAnimations_SmallIceBlock_3:: @ 08123776 + .include "animations/gSpriteAnimations_SmallIceBlock_3.s" gSpriteAnimations_SmallIceBlock:: @ 0812378C - .4byte gUnk_0812376A - .4byte gUnk_0812376E - .4byte gUnk_08123772 - .4byte gUnk_08123776 + .4byte gSpriteAnimations_SmallIceBlock_0 + .4byte gSpriteAnimations_SmallIceBlock_1 + .4byte gSpriteAnimations_SmallIceBlock_2 + .4byte gSpriteAnimations_SmallIceBlock_3 .4byte 00000000 |
