Files
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

25 lines
730 B
C

#include "object_spot17_obj.h"
#include "array_count.h"
#include "camera.h"
#include "z_math.h"
BgCamInfo gCraterBombableWallBgCamList[] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallBgCamList.inc.c"
};
SurfaceType gCraterBombableWallSurfaceTypes[] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallSurfaceTypes.inc.c"
};
CollisionPoly gCraterBombableWallPolyList[] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallPolyList.inc.c"
};
Vec3s gCraterBombableWallVtxList[] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallVtxList.inc.c"
};
CollisionHeader gCraterBombableWallCol = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallCol.inc.c"
};