mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
13 lines
302 B
ArmAsm
13 lines
302 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
.align 2
|
|
|
|
gSpriteAnimations_Bell_0:: @ 0812338C
|
|
.include "animations/gSpriteAnimations_Bell_0.s"
|
|
|
|
gSpriteAnimations_Bell:: @ 081233B0
|
|
.4byte gSpriteAnimations_Bell_0
|
|
.include "animations/gSpriteAnimations_Bell.s"
|