summaryrefslogtreecommitdiff
path: root/include/unknown_structs.h
diff options
context:
space:
mode:
authoremilybrooks <emilybrooksemilybrooks@gmail.com>2023-09-11 11:02:09 -0700
committerGitHub <noreply@github.com>2023-09-11 11:02:09 -0700
commit2b9ed4a58d80024d0d9b7232e92ebf9ef6160bda (patch)
tree2e9d674bde9ee6c430faf6595e336731210df8c8 /include/unknown_structs.h
parent1b465cfe8b3f228faa08fba8d58a8d3be6e82d06 (diff)
ac_toudai matched 12 functions, 2 non-equivalent (#65)
* first commit * matched the gSegments thing * more progress * matched aTOU_actor_dt * matched aTOU_set_bgOffset and imported data * named everything * cleanup, work on draw functions * cleanup * review * Revert "review" This reverts commit 229788b68359cb9ff3c372639c767e4e08011d96. * format * removed change to ac_structure.h * temp changing data symbols * format * review * fix conflicts * fix season u32 thing
Diffstat (limited to 'include/unknown_structs.h')
-rw-r--r--include/unknown_structs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/unknown_structs.h b/include/unknown_structs.h
index d3de487..59a8da2 100644
--- a/include/unknown_structs.h
+++ b/include/unknown_structs.h
@@ -41,6 +41,14 @@ typedef struct Game_Play_unk_0110 {
/* 0x1818 */ void* unk_1818;
} Game_Play_unk_0110; // size >= 0x181C
+typedef struct ShadowData {
+ /* 0x00 */ u32 numberOfVertices;
+ /* 0x04 */ u8* vertexFixFlagTable;
+ /* 0x08 */ f32 size;
+ /* 0x0C */ Vtx* vertices;
+ /* 0x10 */ Gfx* model;
+} ShadowData; // size = 0x14
+
typedef struct struct_809AEFA4 {
/* 0x00 */ UNK_PTR unk_00;
/* 0x04 */ UNK_PTR unk_04;