blob: 85209d0bf4b2da635ffee1ecf91d383e31a4a0cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include "shadow_foot.h"
#include "gfx.h"
Gfx gFootShadowDL[12] = {
#include "assets/objects/gameplay_keep/gFootShadowDL.inc.c"
};
Vtx gFootShadowVtx[] = {
#include "assets/objects/gameplay_keep/gFootShadowVtx.inc.c"
};
u64 gFootShadowTex[TEX_LEN(u64, gFootShadowTex_WIDTH, gFootShadowTex_HEIGHT, 16)] = {
#include "assets/objects/gameplay_keep/gFootShadowTex.ia16.inc.c"
};
|