mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
16 lines
387 B
ArmAsm
16 lines
387 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
|
|
gSpriteAnimations_Keese_0:: @ 080CB706
|
|
.include "animations/gSpriteAnimations_Keese_0.s"
|
|
|
|
gSpriteAnimations_Keese_1:: @ 080CB71E
|
|
.include "animations/gSpriteAnimations_Keese_1.s"
|
|
|
|
gSpriteAnimations_Keese:: @ 080CB728
|
|
.4byte gSpriteAnimations_Keese_0
|
|
.4byte gSpriteAnimations_Keese_1
|
|
.4byte 00000000
|