Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/ccm/texture.inc.c
7858 views
1
// 0x07000000 - 0x07000800
2
ALIGNED8 static const Texture ccm_seg7_texture_07000000[] = {
3
#include "levels/ccm/0.rgba16.inc.c"
4
};
5
6
// 0x07000800 - 0x07000900
7
ALIGNED8 static const Texture ccm_seg7_texture_07000800[] = {
8
#include "levels/ccm/1.rgba16.inc.c"
9
};
10
11
// 0x07000900 - 0x07001100
12
ALIGNED8 static const Texture ccm_seg7_texture_07000900[] = {
13
#include "levels/ccm/2.rgba16.inc.c"
14
};
15
16
// 0x07001100 - 0x07001900
17
ALIGNED8 static const Texture ccm_seg7_texture_07001100[] = {
18
#include "levels/ccm/3.rgba16.inc.c"
19
};
20
21
// 0x07001900 - 0x07002100
22
ALIGNED8 static const Texture ccm_seg7_texture_07001900[] = {
23
#include "levels/ccm/4.rgba16.inc.c"
24
};
25
26
// 0x07002100 - 0x07002900
27
ALIGNED8 static const Texture ccm_seg7_texture_07002100[] = {
28
#include "levels/ccm/5.rgba16.inc.c"
29
};
30
31
// 0x07002900 - 0x07003100
32
ALIGNED8 static const Texture ccm_seg7_texture_07002900[] = {
33
#include "levels/ccm/6.rgba16.inc.c"
34
};
35
36
// 0x07003100 - 0x07003900
37
ALIGNED8 static const Texture ccm_seg7_texture_07003100[] = {
38
#include "levels/ccm/7.rgba16.inc.c"
39
};
40
41
// 0x07003900 - 0x07003B00
42
ALIGNED8 static const Texture ccm_seg7_texture_07003900[] = {
43
#include "levels/ccm/8.ia16.inc.c"
44
};
45
46
// 0x07003B00 - 0x07004300
47
ALIGNED8 static const Texture ccm_seg7_texture_07003B00[] = {
48
#include "levels/ccm/9.ia16.inc.c"
49
};
50
51
// 0x07004300 - 0x07004B00
52
ALIGNED8 static const Texture ccm_seg7_texture_07004300[] = {
53
#include "levels/ccm/10.rgba16.inc.c"
54
};
55
56
// 0x07004B00 - 0x07005300
57
ALIGNED8 static const Texture ccm_seg7_texture_07004B00[] = {
58
#include "levels/ccm/11.rgba16.inc.c"
59
};
60
61