mirror of
https://github.com/zeldaret/oot
synced 2026-09-07 03:09:59 -04:00
b56b5fc2c8
* commit object_timeblock * commit object_ta * commit object_syokudai * commit object_spot17_obj * format * commit object_spot16_obj * fixup * commit object_spot15_obj
30 lines
893 B
C
30 lines
893 B
C
#include "object_spot16_obj.h"
|
|
#include "gfx.h"
|
|
#include "tex_len.h"
|
|
|
|
#define gDodongosCavernRockTex_WIDTH 64
|
|
#define gDodongosCavernRockTex_HEIGHT 64
|
|
u64 gDodongosCavernRockTex[TEX_LEN(u64, gDodongosCavernRockTex_WIDTH, gDodongosCavernRockTex_HEIGHT, 4)] = {
|
|
#include "assets/objects/object_spot16_obj/gDodongosCavernRockTex.i4.inc.c"
|
|
};
|
|
|
|
Vtx gDodongosCavernRockVtx[] = {
|
|
#include "assets/objects/object_spot16_obj/gDodongosCavernRockVtx.inc.c"
|
|
};
|
|
|
|
Vtx gDodongosCavernRock2Vtx[] = {
|
|
#include "assets/objects/object_spot16_obj/gDodongosCavernRock2Vtx.inc.c"
|
|
};
|
|
|
|
Gfx gDodongosCavernRockDL[32] = {
|
|
#include "assets/objects/object_spot16_obj/gDodongosCavernRockDL.inc.c"
|
|
};
|
|
|
|
Gfx gDodongosCavernRock2DL[4] = {
|
|
#include "assets/objects/object_spot16_obj/gDodongosCavernRock2DL.inc.c"
|
|
};
|
|
|
|
Gfx gDodongosCavernRock3DL[2] = {
|
|
#include "assets/objects/object_spot16_obj/gDodongosCavernRock3DL.inc.c"
|
|
};
|