Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/bin/mountain.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 mountain_09000000[] = {
8
#include "textures/mountain/ttm_textures.00000.rgba16.inc.c"
9
};
10
11
// 0x09000800
12
ALIGNED8 const Texture mountain_09000800[] = {
13
#include "textures/mountain/ttm_textures.00800.rgba16.inc.c"
14
};
15
16
// 0x09001800
17
ALIGNED8 const Texture mountain_09001800[] = {
18
#include "textures/mountain/ttm_textures.01800.rgba16.inc.c"
19
};
20
21
// 0x09002800
22
ALIGNED8 const Texture mountain_09002800[] = {
23
#include "textures/mountain/ttm_textures.02800.rgba16.inc.c"
24
};
25
26
// 0x09003000
27
ALIGNED8 const Texture mountain_09003000[] = {
28
#include "textures/mountain/ttm_textures.03000.rgba16.inc.c"
29
};
30
31
// 0x09003800
32
ALIGNED8 const Texture mountain_09003800[] = {
33
#include "textures/mountain/ttm_textures.03800.rgba16.inc.c"
34
};
35
36
// 0x09004000
37
ALIGNED8 const Texture mountain_09004000[] = {
38
#include "textures/mountain/ttm_textures.04000.rgba16.inc.c"
39
};
40
41
// 0x09004800
42
ALIGNED8 const Texture mountain_09004800[] = {
43
#include "textures/mountain/ttm_textures.04800.rgba16.inc.c"
44
};
45
46
// 0x09005000
47
ALIGNED8 const Texture mountain_09005000[] = {
48
#include "textures/mountain/ttm_textures.05000.rgba16.inc.c"
49
};
50
51
// 0x09005800
52
ALIGNED8 const Texture mountain_09005800[] = {
53
#include "textures/mountain/ttm_textures.05800.rgba16.inc.c"
54
};
55
56
// 0x09006800
57
ALIGNED8 const Texture mountain_09006800[] = {
58
#include "textures/mountain/ttm_textures.06800.rgba16.inc.c"
59
};
60
61
// 0x09007000
62
ALIGNED8 const Texture mountain_09007000[] = {
63
#include "textures/mountain/ttm_textures.07000.rgba16.inc.c"
64
};
65
66
// 0x09007800
67
ALIGNED8 const Texture mountain_09007800[] = {
68
#include "textures/mountain/ttm_textures.07800.rgba16.inc.c"
69
};
70
71
// 0x09008000
72
ALIGNED8 const Texture mountain_09008000[] = {
73
#include "textures/mountain/ttm_textures.08000.rgba16.inc.c"
74
};
75
76
// 0x09008800
77
ALIGNED8 const Texture mountain_09008800[] = {
78
#include "textures/mountain/ttm_textures.08800.rgba16.inc.c"
79
};
80
81
// 0x09009800
82
ALIGNED8 const Texture mountain_09009800[] = {
83
#include "textures/mountain/ttm_textures.09800.rgba16.inc.c"
84
};
85
86
// 0x0900A000
87
ALIGNED8 const Texture mountain_0900A000[] = {
88
#include "textures/mountain/ttm_textures.0A000.rgba16.inc.c"
89
};
90
91
// 0x0900A800
92
ALIGNED8 const Texture mountain_0900A800[] = {
93
#include "textures/mountain/ttm_textures.0A800.rgba16.inc.c"
94
};
95
96
// 0x0900B000
97
ALIGNED8 const Texture mountain_0900B000[] = {
98
#include "textures/mountain/ttm_textures.0B000.rgba16.inc.c"
99
};
100
101
// 0x0900B800
102
ALIGNED8 const Texture mountain_0900B800[] = {
103
#include "textures/mountain/ttm_textures.0B800.rgba16.inc.c"
104
};
105
106
// 0x0900C000
107
ALIGNED8 const Texture mountain_0900C000[] = {
108
#include "textures/mountain/ttm_textures.0C000.rgba16.inc.c"
109
};
110
111