This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
forked from n64decomp/sm64
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmountain.c
109 lines (87 loc) · 2.66 KB
/
mountain.c
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
#include "macros.h"
#include "types.h"
#include "make_const_nonconst.h"
// 0x09000000
ALIGNED8 const Texture mountain_09000000[] = {
#include "textures/mountain/ttm_textures.00000.rgba16.inc.c"
};
// 0x09000800
ALIGNED8 const Texture mountain_09000800[] = {
#include "textures/mountain/ttm_textures.00800.rgba16.inc.c"
};
// 0x09001800
ALIGNED8 const Texture mountain_09001800[] = {
#include "textures/mountain/ttm_textures.01800.rgba16.inc.c"
};
// 0x09002800
ALIGNED8 const Texture mountain_09002800[] = {
#include "textures/mountain/ttm_textures.02800.rgba16.inc.c"
};
// 0x09003000
ALIGNED8 const Texture mountain_09003000[] = {
#include "textures/mountain/ttm_textures.03000.rgba16.inc.c"
};
// 0x09003800
ALIGNED8 const Texture mountain_09003800[] = {
#include "textures/mountain/ttm_textures.03800.rgba16.inc.c"
};
// 0x09004000
ALIGNED8 const Texture mountain_09004000[] = {
#include "textures/mountain/ttm_textures.04000.rgba16.inc.c"
};
// 0x09004800
ALIGNED8 const Texture mountain_09004800[] = {
#include "textures/mountain/ttm_textures.04800.rgba16.inc.c"
};
// 0x09005000
ALIGNED8 const Texture mountain_09005000[] = {
#include "textures/mountain/ttm_textures.05000.rgba16.inc.c"
};
// 0x09005800
ALIGNED8 const Texture mountain_09005800[] = {
#include "textures/mountain/ttm_textures.05800.rgba16.inc.c"
};
// 0x09006800
ALIGNED8 const Texture mountain_09006800[] = {
#include "textures/mountain/ttm_textures.06800.rgba16.inc.c"
};
// 0x09007000
ALIGNED8 const Texture mountain_09007000[] = {
#include "textures/mountain/ttm_textures.07000.rgba16.inc.c"
};
// 0x09007800
ALIGNED8 const Texture mountain_09007800[] = {
#include "textures/mountain/ttm_textures.07800.rgba16.inc.c"
};
// 0x09008000
ALIGNED8 const Texture mountain_09008000[] = {
#include "textures/mountain/ttm_textures.08000.rgba16.inc.c"
};
// 0x09008800
ALIGNED8 const Texture mountain_09008800[] = {
#include "textures/mountain/ttm_textures.08800.rgba16.inc.c"
};
// 0x09009800
ALIGNED8 const Texture mountain_09009800[] = {
#include "textures/mountain/ttm_textures.09800.rgba16.inc.c"
};
// 0x0900A000
ALIGNED8 const Texture mountain_0900A000[] = {
#include "textures/mountain/ttm_textures.0A000.rgba16.inc.c"
};
// 0x0900A800
ALIGNED8 const Texture mountain_0900A800[] = {
#include "textures/mountain/ttm_textures.0A800.rgba16.inc.c"
};
// 0x0900B000
ALIGNED8 const Texture mountain_0900B000[] = {
#include "textures/mountain/ttm_textures.0B000.rgba16.inc.c"
};
// 0x0900B800
ALIGNED8 const Texture mountain_0900B800[] = {
#include "textures/mountain/ttm_textures.0B800.rgba16.inc.c"
};
// 0x0900C000
ALIGNED8 const Texture mountain_0900C000[] = {
#include "textures/mountain/ttm_textures.0C000.rgba16.inc.c"
};