Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/bin/sky.c
7854 views
1
#include "macros.h"
2
#include "types.h"
3
4
#include "make_const_nonconst.h"
5
6
// 0x09000000
7
ALIGNED8 const Texture sky_09000000[] = {
8
#include "textures/sky/rr_textures.00000.rgba16.inc.c"
9
};
10
11
// 0x09000800
12
ALIGNED8 const Texture sky_09000800[] = {
13
#include "textures/sky/rr_textures.00800.rgba16.inc.c"
14
};
15
16
// 0x09001000
17
ALIGNED8 const Texture sky_09001000[] = {
18
#include "textures/sky/rr_textures.01000.rgba16.inc.c"
19
};
20
21
// 0x09001800
22
ALIGNED8 const Texture sky_09001800[] = {
23
#include "textures/sky/rr_textures.01800.rgba16.inc.c"
24
};
25
26
// 0x09002000
27
ALIGNED8 const Texture sky_09002000[] = {
28
#include "textures/sky/rr_textures.02000.rgba16.inc.c"
29
};
30
31
// 0x09003000
32
ALIGNED8 const Texture sky_09003000[] = {
33
#include "textures/sky/rr_textures.03000.rgba16.inc.c"
34
};
35
36
// 0x09003800
37
ALIGNED8 const Texture sky_09003800[] = {
38
#include "textures/sky/rr_textures.03800.rgba16.inc.c"
39
};
40
41
// 0x09004800
42
ALIGNED8 const Texture sky_09004800[] = {
43
#include "textures/sky/rr_textures.04800.rgba16.inc.c"
44
};
45
46
// 0x09005000
47
ALIGNED8 const Texture sky_09005000[] = {
48
#include "textures/sky/rr_textures.05000.rgba16.inc.c"
49
};
50
51
// 0x09005800
52
ALIGNED8 const Texture sky_09005800[] = {
53
#include "textures/sky/rr_textures.05800.rgba16.inc.c"
54
};
55
56
// 0x09006000
57
ALIGNED8 const Texture sky_09006000[] = {
58
#include "textures/sky/rr_textures.06000.rgba16.inc.c"
59
};
60
61
ALIGNED8 const Texture texture_metal_hole[] = {
62
#include "textures/sky/metal_hole.rgba16.inc.c"
63
};
64
65
// 0x09007000
66
ALIGNED8 const Texture sky_09007000[] = {
67
#include "textures/sky/rr_textures.07000.rgba16.inc.c"
68
};
69
70
// 0x09007800
71
ALIGNED8 const Texture sky_09007800[] = {
72
#include "textures/sky/rr_textures.07800.rgba16.inc.c"
73
};
74
75
// 0x09008000
76
ALIGNED8 const Texture sky_09008000[] = {
77
#include "textures/sky/rr_textures.08000.rgba16.inc.c"
78
};
79
80