mirror of
https://github.com/zeldaret/tmc
synced 2026-07-03 04:53:21 -04:00
25 lines
793 B
ArmAsm
25 lines
793 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
.align 2
|
|
|
|
gSpriteAnimations_GyorgFemaleMouth_0:: @ 080D291C
|
|
.include "animations/gSpriteAnimations_GyorgFemaleMouth_0.s"
|
|
|
|
gSpriteAnimations_GyorgFemaleMouth_1:: @ 080D292D
|
|
.include "animations/gSpriteAnimations_GyorgFemaleMouth_1.s"
|
|
|
|
gSpriteAnimations_GyorgFemaleMouth_2:: @ 080D293E
|
|
.include "animations/gSpriteAnimations_GyorgFemaleMouth_2.s"
|
|
|
|
gSpriteAnimations_GyorgFemaleMouth_3:: @ 080D294F
|
|
.include "animations/gSpriteAnimations_GyorgFemaleMouth_3.s"
|
|
|
|
gSpriteAnimations_GyorgFemaleMouth:: @ 080D2960
|
|
.4byte gSpriteAnimations_GyorgFemaleMouth_0
|
|
.4byte gSpriteAnimations_GyorgFemaleMouth_1
|
|
.4byte gSpriteAnimations_GyorgFemaleMouth_2
|
|
.4byte gSpriteAnimations_GyorgFemaleMouth_3
|
|
.4byte 00000000
|