blob: 24daaeefe589a058e97e2d17ff8fc56fd5c89f1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#include "gameplay_keep_0x4D160.h"
#include "sun_textures.h"
#include "sun_evening_textures.h"
#include "gfx.h"
Gfx gKokiriDustMoteMaterialDL[9] = {
#include "assets/objects/gameplay_keep/gKokiriDustMoteMaterialDL.inc.c"
};
Gfx gKokiriDustMoteModelDL[3] = {
#include "assets/objects/gameplay_keep/gKokiriDustMoteModelDL.inc.c"
};
Gfx gSunDL[49] = {
#include "assets/objects/gameplay_keep/gSunDL.inc.c"
};
Vtx gSunVtx[] = {
#include "assets/objects/gameplay_keep/gSunVtx.inc.c"
};
Vtx gKokiriDustMoteModelVtx[] = {
#include "assets/objects/gameplay_keep/gKokiriDustMoteModelVtx.inc.c"
};
|