summaryrefslogtreecommitdiff
path: root/src/objects/object_00D5E000/obj_dump/obj_dump.h
diff options
context:
space:
mode:
authoremilybrooks <emilybrooksemilybrooks@gmail.com>2024-02-08 08:43:50 -0700
committerGitHub <noreply@github.com>2024-02-08 08:43:50 -0700
commitbebacf3ba88c75c66f60ffc6f48371430607338e (patch)
treecec3c3f0f98abc91fd714fd40cfcf72939f69270 /src/objects/object_00D5E000/obj_dump/obj_dump.h
parent1d31ba9ecd3efbe7585e000a2876624f4f7df322 (diff)
1/4th of the structure object extracted (#141)
* linked yamishop * linked uranai * need to fix evw extensions * count01 linked * linked count02 * linked douzou * obj_dump * extracted the pointer tables * obj_falls * obj_e_kago * koinobori * lotus * link koinobori * mikanbox * house1 * cleanup * fix formatting * comment out c file that doesn't exist yet
Diffstat (limited to 'src/objects/object_00D5E000/obj_dump/obj_dump.h')
-rw-r--r--src/objects/object_00D5E000/obj_dump/obj_dump.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/objects/object_00D5E000/obj_dump/obj_dump.h b/src/objects/object_00D5E000/obj_dump/obj_dump.h
new file mode 100644
index 0000000..214c252
--- /dev/null
+++ b/src/objects/object_00D5E000/obj_dump/obj_dump.h
@@ -0,0 +1,24 @@
+#ifndef OBJECT_OBJ_DUMP_H
+#define OBJECT_OBJ_DUMP_H
+
+#include "gbi.h"
+
+/**
+ * @file obj_dump
+ * The town dump
+ */
+
+extern Vtx obj_s_dump_v[];
+extern Gfx obj_s_dump_t1T_model[];
+extern Gfx obj_s_dump_t2T_model[];
+extern Gfx dump_s_DL_model[];
+extern unsigned char obj_s_dump_t1_tex[];
+extern unsigned char obj_s_dump_t2_tex[];
+extern Vtx obj_w_dump_v[];
+extern Gfx obj_w_dump_t1T_model[];
+extern Gfx obj_w_dump_t2T_model[];
+extern Gfx dump_w_DL_model[];
+extern unsigned char obj_w_dump_t1_tex[];
+extern unsigned char obj_w_dump_t2_tex[];
+
+#endif