blob: aecfd0b3b840efc8a18bd7e1fcde8e1fdc8ea172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
@ .align 2
gSpriteAnimations_GoronMerchant_1:: @ 08111BBE
.include "animations/gSpriteAnimations_GoronMerchant_1.s"
gSpriteAnimations_GoronMerchant_0:: @ 08111BC3
.include "animations/gSpriteAnimations_GoronMerchant_0.s"
gSpriteAnimations_GoronMerchant_3:: @ 08111BC8
.include "animations/gSpriteAnimations_GoronMerchant_3.s"
gSpriteAnimations_GoronMerchant_5:: @ 08111BCD
.include "animations/gSpriteAnimations_GoronMerchant_5.s"
gSpriteAnimations_GoronMerchant_7:: @ 08111BF2
.include "animations/gSpriteAnimations_GoronMerchant_7.s"
gSpriteAnimations_GoronMerchant:: @ 08111C18
.4byte gSpriteAnimations_GoronMerchant_0
.4byte gSpriteAnimations_GoronMerchant_1
.4byte gSpriteAnimations_GoronMerchant_0
.4byte gSpriteAnimations_GoronMerchant_3
.4byte gSpriteAnimations_GoronMerchant_0
.4byte gSpriteAnimations_GoronMerchant_5
.4byte gSpriteAnimations_GoronMerchant_0
.4byte gSpriteAnimations_GoronMerchant_7
.4byte 00000000
|