mirror of
https://github.com/zeldaret/oot
synced 2026-08-13 04:09:38 -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
19 lines
614 B
C
19 lines
614 B
C
#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"
|
|
};
|