forked from coop-deluxe/sm64coopdx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmachine.c
89 lines (71 loc) · 2.13 KB
/
machine.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
#include "macros.h"
#include "types.h"
#include "make_const_nonconst.h"
// 0x09000000
ALIGNED8 const Texture machine_09000000[] = {
#include "textures/machine/ttc_textures.00000.rgba16.inc.c"
};
// 0x09000800
ALIGNED8 const Texture machine_09000800[] = {
#include "textures/machine/ttc_textures.00800.rgba16.inc.c"
};
// 0x09001000
ALIGNED8 const Texture machine_09001000[] = {
#include "textures/machine/ttc_textures.01000.rgba16.inc.c"
};
// 0x09001800
ALIGNED8 const Texture machine_09001800[] = {
#include "textures/machine/ttc_textures.01800.rgba16.inc.c"
};
// 0x09002000
ALIGNED8 const Texture machine_09002000[] = {
#include "textures/machine/ttc_textures.02000.rgba16.inc.c"
};
// 0x09002800
ALIGNED8 const Texture machine_09002800[] = {
#include "textures/machine/ttc_textures.02800.rgba16.inc.c"
};
// 0x09003000
ALIGNED8 const Texture machine_09003000[] = {
#include "textures/machine/ttc_textures.03000.rgba16.inc.c"
};
// 0x09003800
ALIGNED8 const Texture machine_09003800[] = {
#include "textures/machine/ttc_textures.03800.rgba16.inc.c"
};
// 0x09004000
ALIGNED8 const Texture machine_09004000[] = {
#include "textures/machine/ttc_textures.04000.rgba16.inc.c"
};
// 0x09005000
ALIGNED8 const Texture machine_09005000[] = {
#include "textures/machine/ttc_textures.05000.rgba16.inc.c"
};
// 0x09005800
ALIGNED8 const Texture machine_09005800[] = {
#include "textures/machine/ttc_textures.05800.rgba16.inc.c"
};
// 0x09006000
ALIGNED8 const Texture machine_09006000[] = {
#include "textures/machine/ttc_textures.06000.rgba16.inc.c"
};
// 0x09006800
ALIGNED8 const Texture machine_09006800[] = {
#include "textures/machine/ttc_textures.06800.rgba16.inc.c"
};
// 0x09007000
ALIGNED8 const Texture machine_09007000[] = {
#include "textures/machine/ttc_textures.07000.rgba16.inc.c"
};
// 0x09007800
ALIGNED8 const Texture machine_09007800[] = {
#include "textures/machine/ttc_textures.07800.rgba16.inc.c"
};
// 0x09008000
ALIGNED8 const Texture machine_09008000[] = {
#include "textures/machine/ttc_textures.08000.rgba16.inc.c"
};
// 0x09008400
ALIGNED8 const Texture machine_09008400[] = {
#include "textures/machine/ttc_textures.08400.rgba16.inc.c"
};