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

#define gDeathMountainRingTex_WIDTH 32
#define gDeathMountainRingTex_HEIGHT 32
u64 gDeathMountainRingTex[TEX_LEN(u64, gDeathMountainRingTex_WIDTH, gDeathMountainRingTex_HEIGHT, 16)] = {
#include "assets/objects/object_spot16_obj/gDeathMountainRingTex.ia16.inc.c"
};

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

Gfx gDeathMountainRingDL[18] = {
#include "assets/objects/object_spot16_obj/gDeathMountainRingDL.inc.c"
};