mirror of
https://github.com/zeldaret/tmc
synced 2026-07-27 14:52:13 -04:00
Extract animations
This commit is contained in:
@@ -2,24 +2,24 @@
|
||||
.include "constants/constants.inc"
|
||||
|
||||
.section .rodata
|
||||
gUnk_08120682:: @ 08120682
|
||||
.incbin "evilSpirit/gUnk_08120682.bin"
|
||||
gSpriteAnimations_EvilSpirit_0:: @ 08120682
|
||||
.include "animations/gSpriteAnimations_EvilSpirit_0.s"
|
||||
|
||||
gUnk_08120686:: @ 08120686
|
||||
.incbin "evilSpirit/gUnk_08120686.bin"
|
||||
gSpriteAnimations_EvilSpirit_1:: @ 08120686
|
||||
.include "animations/gSpriteAnimations_EvilSpirit_1.s"
|
||||
|
||||
gUnk_0812068A:: @ 0812068A
|
||||
.incbin "evilSpirit/gUnk_0812068A.bin"
|
||||
gSpriteAnimations_EvilSpirit_2:: @ 0812068A
|
||||
.include "animations/gSpriteAnimations_EvilSpirit_2.s"
|
||||
|
||||
gUnk_0812068E:: @ 0812068E
|
||||
.incbin "evilSpirit/gUnk_0812068E.bin"
|
||||
gSpriteAnimations_EvilSpirit_3:: @ 0812068E
|
||||
.include "animations/gSpriteAnimations_EvilSpirit_3.s"
|
||||
|
||||
gUnk_08120692:: @ 08120692
|
||||
.incbin "evilSpirit/gUnk_08120692.bin"
|
||||
gSpriteAnimations_EvilSpirit_4:: @ 08120692
|
||||
.include "animations/gSpriteAnimations_EvilSpirit_4.s"
|
||||
|
||||
gSpriteAnimations_EvilSpirit:: @ 08120698
|
||||
.4byte gUnk_08120682
|
||||
.4byte gUnk_08120686
|
||||
.4byte gUnk_0812068A
|
||||
.4byte gUnk_0812068E
|
||||
.4byte gUnk_08120692
|
||||
.4byte gSpriteAnimations_EvilSpirit_0
|
||||
.4byte gSpriteAnimations_EvilSpirit_1
|
||||
.4byte gSpriteAnimations_EvilSpirit_2
|
||||
.4byte gSpriteAnimations_EvilSpirit_3
|
||||
.4byte gSpriteAnimations_EvilSpirit_4
|
||||
|
||||
Reference in New Issue
Block a user