blob: 0b79b2c21266625a08f822e0fc33d4c3a9adbed9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include "shadow_horse.h"
#include "gfx.h"
Vtx gHorseShadowVtx[] = {
#include "assets/objects/gameplay_keep/gHorseShadowVtx.inc.c"
};
Gfx gHorseShadowDL[10] = {
#include "assets/objects/gameplay_keep/gHorseShadowDL.inc.c"
};
u64 gHorseShadowTex[TEX_LEN(u64, gHorseShadowTex_WIDTH, gHorseShadowTex_HEIGHT, 8)] = {
#include "assets/objects/gameplay_keep/gHorseShadowTex.i8.inc.c"
};
|