blob: 6884358522bf61db509b9a83f56615017d265cef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
@ .align 2
gSpriteAnimations_ShrinkingHieroglyphs_0:: @ 08123422
.include "animations/gSpriteAnimations_ShrinkingHieroglyphs_0.s"
gSpriteAnimations_ShrinkingHieroglyphs_1:: @ 0812343B
.include "animations/gSpriteAnimations_ShrinkingHieroglyphs_1.s"
gSpriteAnimations_ShrinkingHieroglyphs_2:: @ 0812344C
.include "animations/gSpriteAnimations_ShrinkingHieroglyphs_2.s"
gSpriteAnimations_ShrinkingHieroglyphs:: @ 08123474
.4byte gSpriteAnimations_ShrinkingHieroglyphs_0
.4byte gSpriteAnimations_ShrinkingHieroglyphs_1
.4byte gSpriteAnimations_ShrinkingHieroglyphs_2
.4byte 00000000
|