Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/totwc/texture.inc.c
7857 views
1
// 0x07000000 - 0x07001000
2
ALIGNED8 static const Texture totwc_seg7_texture_07000000[] = {
3
#include "levels/totwc/0.rgba16.inc.c"
4
};
5
6
// 0x07001000 - 0x07001800
7
ALIGNED8 static const Texture totwc_seg7_texture_07001000[] = {
8
#include "levels/totwc/1.rgba16.inc.c"
9
};
10
11
// 0x07001800 - 0x07002000
12
ALIGNED8 static const Texture totwc_seg7_texture_07001800[] = {
13
#include "levels/totwc/2.rgba16.inc.c"
14
};
15
16
// 0x07002000 - 0x07002800
17
ALIGNED8 static const Texture totwc_seg7_texture_07002000[] = {
18
#include "levels/totwc/3.ia16.inc.c"
19
};
20
21