Files
oot/assets/objects/object_spot17_obj/bombable_wall_dls.c
T
Dragorn421 b56b5fc2c8 Commit objects 2: object_spot15_obj, object_spot16_obj, object_spot17_obj, object_syokudai, object_ta, object_timeblock (#2645)
* commit object_timeblock

* commit object_ta

* commit object_syokudai

* commit object_spot17_obj

* format

* commit object_spot16_obj

* fixup

* commit object_spot15_obj
2026-04-10 13:13:54 +02:00

29 lines
842 B
C

#include "object_spot17_obj.h"
#include "gfx.h"
u64 gCraterRockTLUT[] = {
#include "assets/objects/object_spot17_obj/gCraterRockTex.tlut.rgba16.inc.c"
};
#define gCraterRockTex_WIDTH 64
#define gCraterRockTex_HEIGHT 64
u64 gCraterRockTex[TEX_LEN(u64, gCraterRockTex_WIDTH, gCraterRockTex_HEIGHT, 4)] = {
#include "assets/objects/object_spot17_obj/gCraterRockTex.ci4.inc.c"
};
Vtx gCraterBombableWallVtx[] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallVtx.inc.c"
};
Vtx gCraterBombableWallCracksVtx[] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallCracksVtx.inc.c"
};
Gfx gCraterBombableWallDL[24] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallDL.inc.c"
};
Gfx gCraterBombableWallCracksDL[18] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallCracksDL.inc.c"
};