forked from n64decomp/sm64
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbits_skybox.s
276 lines (211 loc) · 8.76 KB
/
bits_skybox.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
.section .rodata
.include "macros.inc"
bits_skybox_texture_0A000000: # 0x0A000000
.incbin "textures/bits_skybox/skybox.00000.rgba16"
bits_skybox_texture_0A000800: # 0x0A000800
.incbin "textures/bits_skybox/skybox.00800.rgba16"
bits_skybox_texture_0A001000: # 0x0A001000
.incbin "textures/bits_skybox/skybox.01000.rgba16"
bits_skybox_texture_0A001800: # 0x0A001800
.incbin "textures/bits_skybox/skybox.01800.rgba16"
bits_skybox_texture_0A002000: # 0x0A002000
.incbin "textures/bits_skybox/skybox.02000.rgba16"
bits_skybox_texture_0A002800: # 0x0A002800
.incbin "textures/bits_skybox/skybox.02800.rgba16"
bits_skybox_texture_0A003000: # 0x0A003000
.incbin "textures/bits_skybox/skybox.03000.rgba16"
bits_skybox_texture_0A003800: # 0x0A003800
.incbin "textures/bits_skybox/skybox.03800.rgba16"
bits_skybox_texture_0A004000: # 0x0A004000
.incbin "textures/bits_skybox/skybox.04000.rgba16"
bits_skybox_texture_0A004800: # 0x0A004800
.incbin "textures/bits_skybox/skybox.04800.rgba16"
bits_skybox_texture_0A005000: # 0x0A005000
.incbin "textures/bits_skybox/skybox.05000.rgba16"
bits_skybox_texture_0A005800: # 0x0A005800
.incbin "textures/bits_skybox/skybox.05800.rgba16"
bits_skybox_texture_0A006000: # 0x0A006000
.incbin "textures/bits_skybox/skybox.06000.rgba16"
bits_skybox_texture_0A006800: # 0x0A006800
.incbin "textures/bits_skybox/skybox.06800.rgba16"
bits_skybox_texture_0A007000: # 0x0A007000
.incbin "textures/bits_skybox/skybox.07000.rgba16"
bits_skybox_texture_0A007800: # 0x0A007800
.incbin "textures/bits_skybox/skybox.07800.rgba16"
bits_skybox_texture_0A008000: # 0x0A008000
.incbin "textures/bits_skybox/skybox.08000.rgba16"
bits_skybox_texture_0A008800: # 0x0A008800
.incbin "textures/bits_skybox/skybox.08800.rgba16"
bits_skybox_texture_0A009000: # 0x0A009000
.incbin "textures/bits_skybox/skybox.09000.rgba16"
bits_skybox_texture_0A009800: # 0x0A009800
.incbin "textures/bits_skybox/skybox.09800.rgba16"
bits_skybox_texture_0A00A000: # 0x0A00A000
.incbin "textures/bits_skybox/skybox.0A000.rgba16"
bits_skybox_texture_0A00A800: # 0x0A00A800
.incbin "textures/bits_skybox/skybox.0A800.rgba16"
bits_skybox_texture_0A00B000: # 0x0A00B000
.incbin "textures/bits_skybox/skybox.0B000.rgba16"
bits_skybox_texture_0A00B800: # 0x0A00B800
.incbin "textures/bits_skybox/skybox.0B800.rgba16"
bits_skybox_texture_0A00C000: # 0x0A00C000
.incbin "textures/bits_skybox/skybox.0C000.rgba16"
bits_skybox_texture_0A00C800: # 0x0A00C800
.incbin "textures/bits_skybox/skybox.0C800.rgba16"
bits_skybox_texture_0A00D000: # 0x0A00D000
.incbin "textures/bits_skybox/skybox.0D000.rgba16"
bits_skybox_texture_0A00D800: # 0x0A00D800
.incbin "textures/bits_skybox/skybox.0D800.rgba16"
bits_skybox_texture_0A00E000: # 0x0A00E000
.incbin "textures/bits_skybox/skybox.0E000.rgba16"
bits_skybox_texture_0A00E800: # 0x0A00E800
.incbin "textures/bits_skybox/skybox.0E800.rgba16"
bits_skybox_texture_0A00F000: # 0x0A00F000
.incbin "textures/bits_skybox/skybox.0F000.rgba16"
bits_skybox_texture_0A00F800: # 0x0A00F800
.incbin "textures/bits_skybox/skybox.0F800.rgba16"
bits_skybox_texture_0A010000: # 0x0A010000
.incbin "textures/bits_skybox/skybox.10000.rgba16"
bits_skybox_texture_0A010800: # 0x0A010800
.incbin "textures/bits_skybox/skybox.10800.rgba16"
bits_skybox_texture_0A011000: # 0x0A011000
.incbin "textures/bits_skybox/skybox.11000.rgba16"
bits_skybox_texture_0A011800: # 0x0A011800
.incbin "textures/bits_skybox/skybox.11800.rgba16"
bits_skybox_texture_0A012000: # 0x0A012000
.incbin "textures/bits_skybox/skybox.12000.rgba16"
bits_skybox_texture_0A012800: # 0x0A012800
.incbin "textures/bits_skybox/skybox.12800.rgba16"
bits_skybox_texture_0A013000: # 0x0A013000
.incbin "textures/bits_skybox/skybox.13000.rgba16"
bits_skybox_texture_0A013800: # 0x0A013800
.incbin "textures/bits_skybox/skybox.13800.rgba16"
bits_skybox_texture_0A014000: # 0x0A014000
.incbin "textures/bits_skybox/skybox.14000.rgba16"
bits_skybox_texture_0A014800: # 0x0A014800
.incbin "textures/bits_skybox/skybox.14800.rgba16"
bits_skybox_texture_0A015000: # 0x0A015000
.incbin "textures/bits_skybox/skybox.15000.rgba16"
bits_skybox_texture_0A015800: # 0x0A015800
.incbin "textures/bits_skybox/skybox.15800.rgba16"
bits_skybox_texture_0A016000: # 0x0A016000
.incbin "textures/bits_skybox/skybox.16000.rgba16"
bits_skybox_texture_0A016800: # 0x0A016800
.incbin "textures/bits_skybox/skybox.16800.rgba16"
bits_skybox_texture_0A017000: # 0x0A017000
.incbin "textures/bits_skybox/skybox.17000.rgba16"
bits_skybox_texture_0A017800: # 0x0A017800
.incbin "textures/bits_skybox/skybox.17800.rgba16"
bits_skybox_texture_0A018000: # 0x0A018000
.incbin "textures/bits_skybox/skybox.18000.rgba16"
bits_skybox_texture_0A018800: # 0x0A018800
.incbin "textures/bits_skybox/skybox.18800.rgba16"
bits_skybox_texture_0A019000: # 0x0A019000
.incbin "textures/bits_skybox/skybox.19000.rgba16"
bits_skybox_texture_0A019800: # 0x0A019800
.incbin "textures/bits_skybox/skybox.19800.rgba16"
bits_skybox_texture_0A01A000: # 0x0A01A000
.incbin "textures/bits_skybox/skybox.1A000.rgba16"
bits_skybox_texture_0A01A800: # 0x0A01A800
.incbin "textures/bits_skybox/skybox.1A800.rgba16"
bits_skybox_texture_0A01B000: # 0x0A01B000
.incbin "textures/bits_skybox/skybox.1B000.rgba16"
bits_skybox_texture_0A01B800: # 0x0A01B800
.incbin "textures/bits_skybox/skybox.1B800.rgba16"
bits_skybox_texture_0A01C000: # 0x0A01C000
.incbin "textures/bits_skybox/skybox.1C000.rgba16"
bits_skybox_texture_0A01C800: # 0x0A01C800
.incbin "textures/bits_skybox/skybox.1C800.rgba16"
bits_skybox_texture_0A01D000: # 0x0A01D000
.incbin "textures/bits_skybox/skybox.1D000.rgba16"
bits_skybox_texture_0A01D800: # 0x0A01D800
.incbin "textures/bits_skybox/skybox.1D800.rgba16"
bits_skybox_texture_0A01E000: # 0x0A01E000
.incbin "textures/bits_skybox/skybox.1E000.rgba16"
bits_skybox_texture_0A01E800: # 0x0A01E800
.incbin "textures/bits_skybox/skybox.1E800.rgba16"
bits_skybox_texture_0A01F000: # 0x0A01F000
.incbin "textures/bits_skybox/skybox.1F000.rgba16"
bits_skybox_texture_0A01F800: # 0x0A01F800
.incbin "textures/bits_skybox/skybox.1F800.rgba16"
glabel bits_skybox_ptrlist_0A020000 # 0x0A020000
.word bits_skybox_texture_0A000000
.word bits_skybox_texture_0A000800
.word bits_skybox_texture_0A001000
.word bits_skybox_texture_0A001800
.word bits_skybox_texture_0A002000
.word bits_skybox_texture_0A002800
.word bits_skybox_texture_0A003000
.word bits_skybox_texture_0A003800
.word bits_skybox_texture_0A000000
.word bits_skybox_texture_0A000800
.word bits_skybox_texture_0A004000
.word bits_skybox_texture_0A004800
.word bits_skybox_texture_0A005000
.word bits_skybox_texture_0A005800
.word bits_skybox_texture_0A006000
.word bits_skybox_texture_0A006800
.word bits_skybox_texture_0A007000
.word bits_skybox_texture_0A007800
.word bits_skybox_texture_0A004000
.word bits_skybox_texture_0A004800
.word bits_skybox_texture_0A008000
.word bits_skybox_texture_0A008800
.word bits_skybox_texture_0A009000
.word bits_skybox_texture_0A009800
.word bits_skybox_texture_0A00A000
.word bits_skybox_texture_0A00A800
.word bits_skybox_texture_0A00B000
.word bits_skybox_texture_0A00B800
.word bits_skybox_texture_0A008000
.word bits_skybox_texture_0A008800
.word bits_skybox_texture_0A00C000
.word bits_skybox_texture_0A00C800
.word bits_skybox_texture_0A00D000
.word bits_skybox_texture_0A00D800
.word bits_skybox_texture_0A00E000
.word bits_skybox_texture_0A00E800
.word bits_skybox_texture_0A00F000
.word bits_skybox_texture_0A00F800
.word bits_skybox_texture_0A00C000
.word bits_skybox_texture_0A00C800
.word bits_skybox_texture_0A010000
.word bits_skybox_texture_0A010800
.word bits_skybox_texture_0A011000
.word bits_skybox_texture_0A011800
.word bits_skybox_texture_0A012000
.word bits_skybox_texture_0A012800
.word bits_skybox_texture_0A013000
.word bits_skybox_texture_0A013800
.word bits_skybox_texture_0A010000
.word bits_skybox_texture_0A010800
.word bits_skybox_texture_0A014000
.word bits_skybox_texture_0A014800
.word bits_skybox_texture_0A015000
.word bits_skybox_texture_0A015800
.word bits_skybox_texture_0A016000
.word bits_skybox_texture_0A016800
.word bits_skybox_texture_0A017000
.word bits_skybox_texture_0A017800
.word bits_skybox_texture_0A014000
.word bits_skybox_texture_0A014800
.word bits_skybox_texture_0A018000
.word bits_skybox_texture_0A018800
.word bits_skybox_texture_0A019000
.word bits_skybox_texture_0A019800
.word bits_skybox_texture_0A01A000
.word bits_skybox_texture_0A01A800
.word bits_skybox_texture_0A01B000
.word bits_skybox_texture_0A01B800
.word bits_skybox_texture_0A018000
.word bits_skybox_texture_0A018800
.word bits_skybox_texture_0A01C000
.word bits_skybox_texture_0A01C800
.word bits_skybox_texture_0A01D000
.word bits_skybox_texture_0A01D800
.word bits_skybox_texture_0A01E000
.word bits_skybox_texture_0A01E800
.word bits_skybox_texture_0A01F000
.word bits_skybox_texture_0A01F800
.word bits_skybox_texture_0A01C000
.word bits_skybox_texture_0A01C800