forked from MorsGames/sm64plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
outside.c
109 lines (87 loc) · 2.84 KB
/
outside.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 outside_09000000[] = {
#include "textures/outside/castle_grounds_textures.00000.rgba16.inc.c"
};
// 0x09000800
ALIGNED8 const Texture outside_09000800[] = {
#include "textures/outside/castle_grounds_textures.00800.rgba16.inc.c"
};
// 0x09001000
ALIGNED8 const Texture outside_09001000[] = {
#include "textures/outside/castle_grounds_textures.01000.rgba16.inc.c"
};
// 0x09002000
ALIGNED8 const Texture outside_09002000[] = {
#include "textures/outside/castle_grounds_textures.02000.rgba16.inc.c"
};
// 0x09003000
ALIGNED8 const Texture outside_09003000[] = {
#include "textures/outside/castle_grounds_textures.03000.rgba16.inc.c"
};
// 0x09003800
ALIGNED8 const Texture outside_09003800[] = {
#include "textures/outside/castle_grounds_textures.03800.rgba16.inc.c"
};
// 0x09004000
ALIGNED8 const Texture outside_09004000[] = {
#include "textures/outside/castle_grounds_textures.04000.rgba16.inc.c"
};
// 0x09004800
ALIGNED8 const Texture outside_09004800[] = {
#include "textures/outside/castle_grounds_textures.04800.rgba16.inc.c"
};
// 0x09005800
ALIGNED8 const Texture outside_09005800[] = {
#include "textures/outside/castle_grounds_textures.05800.rgba16.inc.c"
};
// 0x09006000
ALIGNED8 const Texture outside_09006000[] = {
#include "textures/outside/castle_grounds_textures.06000.rgba16.inc.c"
};
// 0x09006800
ALIGNED8 const Texture outside_09006800[] = {
#include "textures/outside/castle_grounds_textures.06800.rgba16.inc.c"
};
// 0x09007800
ALIGNED8 const Texture outside_09007800[] = {
#include "textures/outside/castle_grounds_textures.07800.rgba16.inc.c"
};
// 0x09008000
ALIGNED8 const Texture outside_09008000[] = {
#include "textures/outside/castle_grounds_textures.08000.rgba16.inc.c"
};
// 0x09008800
ALIGNED8 const Texture outside_09008800[] = {
#include "textures/outside/castle_grounds_textures.08800.rgba16.inc.c"
};
// 0x09009000
ALIGNED8 const Texture outside_09009000[] = {
#include "textures/outside/castle_grounds_textures.09000.rgba16.inc.c"
};
// 0x09009800
ALIGNED8 const Texture outside_09009800[] = {
#include "textures/outside/castle_grounds_textures.09800.rgba16.inc.c"
};
// 0x0900A000
ALIGNED8 const Texture outside_0900A000[] = {
#include "textures/outside/castle_grounds_textures.0A000.rgba16.inc.c"
};
// 0x0900A800
ALIGNED8 const Texture outside_0900A800[] = {
#include "textures/outside/castle_grounds_textures.0A800.rgba16.inc.c"
};
// 0x0900B000
ALIGNED8 const Texture outside_0900B000[] = {
#include "textures/outside/castle_grounds_textures.0B000.rgba16.inc.c"
};
// 0x0900B400
ALIGNED8 const Texture outside_0900B400[] = {
#include "textures/outside/castle_grounds_textures.0B400.rgba16.inc.c"
};
// 0x0900BC00
ALIGNED8 const Texture outside_0900BC00[] = {
#include "textures/outside/castle_grounds_textures.0BC00.ia16.inc.c"
};