mirror of https://github.com/zeldaret/tmc.git
17 lines
429 B
ArmAsm
17 lines
429 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
@ .align 2
|
|
|
|
gSpriteAnimations_WarpPoint_0:: @ 08121383
|
|
.include "animations/gSpriteAnimations_WarpPoint_0.s"
|
|
|
|
gSpriteAnimations_WarpPoint_1:: @ 08121394
|
|
.include "animations/gSpriteAnimations_WarpPoint_1.s"
|
|
|
|
gSpriteAnimations_WarpPoint:: @ 081213B8
|
|
.4byte gSpriteAnimations_WarpPoint_0
|
|
.4byte gSpriteAnimations_WarpPoint_1
|
|
.4byte 00000000
|