summaryrefslogtreecommitdiff
path: root/assets/objects/gameplay_keep/moon.c
blob: 124e9733df29b10e5b6128fcaaf7eeaf2b351498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "moon.h"
#include "gfx.h"

u64 gMoonTex[TEX_LEN(u64, gMoonTex_WIDTH, gMoonTex_HEIGHT, 8)] = {
#include "assets/objects/gameplay_keep/gMoonTex.ia8.inc.c"
};

Gfx gMoonDL[14] = {
#include "assets/objects/gameplay_keep/gMoonDL.inc.c"
};

Vtx gMoonVtx[] = {
#include "assets/objects/gameplay_keep/gMoonVtx.inc.c"
};