mirror of
https://github.com/zeldaret/oot
synced 2026-06-18 23:36:58 -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
11 lines
230 B
C
11 lines
230 B
C
#include "object_syokudai.h"
|
|
#include "gfx.h"
|
|
|
|
Vtx gTimedTorchVtx[] = {
|
|
#include "assets/objects/object_syokudai/gTimedTorchVtx.inc.c"
|
|
};
|
|
|
|
Gfx gTimedTorchDL[32] = {
|
|
#include "assets/objects/object_syokudai/gTimedTorchDL.inc.c"
|
|
};
|