blob: bb80b177b33dfc0ed7762860a677517d6def4d4f (
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_ThoughtBubble_0:: @ 081225A0
.include "animations/gSpriteAnimations_ThoughtBubble_0.s"
gSpriteAnimations_ThoughtBubble_1:: @ 081225BC
.include "animations/gSpriteAnimations_ThoughtBubble_1.s"
gSpriteAnimations_ThoughtBubble_2:: @ 081225D8
.include "animations/gSpriteAnimations_ThoughtBubble_2.s"
gSpriteAnimations_ThoughtBubble:: @ 081225F4
.4byte gSpriteAnimations_ThoughtBubble_0
.4byte gSpriteAnimations_ThoughtBubble_1
.4byte gSpriteAnimations_ThoughtBubble_2
.4byte 00000000
|