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
This commit is contained in:
Dragorn421
2026-04-10 13:13:54 +02:00
committed by GitHub
parent 177951c4db
commit b56b5fc2c8
34 changed files with 938 additions and 12 deletions
@@ -0,0 +1,10 @@
#ifndef OBJECT_TIMEBLOCK_H
#define OBJECT_TIMEBLOCK_H
#include "ultra64.h"
#include "bgcheck.h"
extern Gfx gSongOfTimeBlockDL[22];
extern CollisionHeader gSongOfTimeBlockCol;
#endif