blob: 6100286e5af0f61cc8422ccdcc5053f56c56bf03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#include "eff_flash.h"
#include "gfx.h"
Vtx gEffFlashVtx[] = {
#include "assets/objects/gameplay_keep/gEffFlashVtx.inc.c"
};
Gfx gEffFlash1DL[15] = {
#include "assets/objects/gameplay_keep/gEffFlash1DL.inc.c"
};
Gfx gEffFlash2DL[16] = {
#include "assets/objects/gameplay_keep/gEffFlash2DL.inc.c"
};
u64 gFlashTex[TEX_LEN(u64, gFlashTex_WIDTH, gFlashTex_HEIGHT, 8)] = {
#include "assets/objects/gameplay_keep/gFlashTex.i8.inc.c"
};
|