summaryrefslogtreecommitdiff
path: root/assets/objects/object_spot17_obj/gCraterSmokeConeDL.c
blob: cfaed1f73b55f4034a272390e4b6e7cb7afdb16d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "object_spot17_obj.h"
#include "gfx.h"

#define gCraterSmokeConeTex_WIDTH 32
#define gCraterSmokeConeTex_HEIGHT 32
extern u64 gCraterSmokeConeTex[TEX_LEN(u64, gCraterSmokeConeTex_WIDTH, gCraterSmokeConeTex_HEIGHT, 8)];

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

Gfx gCraterSmokeConeDL[30] = {
#include "assets/objects/object_spot17_obj/gCraterSmokeConeDL.inc.c"
};

u64 gCraterSmokeConeTex[TEX_LEN(u64, gCraterSmokeConeTex_WIDTH, gCraterSmokeConeTex_HEIGHT, 8)] = {
#include "assets/objects/object_spot17_obj/gCraterSmokeConeTex.ia8.inc.c"
};