forked from n64decomp/sm64
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnow.s
56 lines (38 loc) · 1.53 KB
/
snow.s
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.section .rodata
.include "macros.inc"
glabel snow_09000000 # 0x09000000
.incbin "textures/snow/ccm_textures.00000.rgba16"
glabel snow_09000800 # 0x09000800
.incbin "textures/snow/ccm_textures.00800.rgba16"
glabel snow_09001000 # 0x09001000
.incbin "textures/snow/ccm_textures.01000.rgba16"
glabel snow_09002000 # 0x09002000
.incbin "textures/snow/ccm_textures.02000.rgba16"
glabel snow_09002800 # 0x09002800
.incbin "textures/snow/ccm_textures.02800.rgba16"
glabel snow_09003000 # 0x09003000
.incbin "textures/snow/ccm_textures.03000.rgba16"
glabel snow_09003800 # 0x09003800
.incbin "textures/snow/ccm_textures.03800.rgba16"
glabel snow_09004000 # 0x09004000
.incbin "textures/snow/ccm_textures.04000.rgba16"
glabel snow_09004800 # 0x09004800
.incbin "textures/snow/ccm_textures.04800.rgba16"
glabel snow_09005000 # 0x09005000
.incbin "textures/snow/ccm_textures.05000.rgba16"
glabel snow_09005800 # 0x09005800
.incbin "textures/snow/ccm_textures.05800.rgba16"
glabel snow_09006000 # 0x09006000
.incbin "textures/snow/ccm_textures.06000.rgba16"
glabel snow_09006800 # 0x09006800
.incbin "textures/snow/ccm_textures.06800.rgba16"
glabel snow_09007000 # 0x09007000
.incbin "textures/snow/ccm_textures.07000.rgba16"
glabel snow_09008000 # 0x09008000
.incbin "textures/snow/ccm_textures.08000.rgba16"
glabel snow_09008800 # 0x09008800
.incbin "textures/snow/ccm_textures.08800.rgba16"
glabel snow_09009000 # 0x09009000
.incbin "textures/snow/ccm_textures.09000.ia16"
glabel snow_09009800 # 0x09009800
.incbin "textures/snow/ccm_textures.09800.ia16"