diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2024-04-16 20:31:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 12:31:29 -0700 |
| commit | e6ea51bc3dcf69310c5dcdae5b812dc74e628aaf (patch) | |
| tree | 406fc1756035e49f5c5252058b949ba5809e9833 /include/m_clip.h | |
| parent | 7f426967efd07046bfbe791ed4e64808ae5a26e2 (diff) | |
ac_Fuusen OK and documented (#174)
* ac_Fuusen OK and documented
* add struct offsets
* use null post merge
* fix sym stuff
* suggestions
* act_balloon extracted
* remove fake symbol
* name object enum
* include assets
* fgname enum/macro
Diffstat (limited to 'include/m_clip.h')
| -rw-r--r-- | include/m_clip.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m_clip.h b/include/m_clip.h index 844ee70..69c34d1 100644 --- a/include/m_clip.h +++ b/include/m_clip.h @@ -86,10 +86,15 @@ typedef struct Clip_unk_070 { typedef UNK_RET (*Clip_unk_074_unk_00)(UNK_TYPE); typedef void (*Clip_unk_074_unk_04)(struct Game_Play* game_play, struct ShadowData* shadowData, s16 unk2); +typedef void (*Clip_unk_074_unk_30)(UNK_TYPE, UNK_TYPE, UNK_TYPE, UNK_TYPE); typedef struct Clip_unk_074 { /* 0x00 */ Clip_unk_074_unk_00 unk_00; /* 0x04 */ Clip_unk_074_unk_04 unk_04; + /* 0x08 */ UNK_TYPE1 unk_08[0x28]; + /* 0x30 */ Clip_unk_074_unk_30 unk_30; + /* 0x34 */ UNK_TYPE1 unk_34[0x4]; + /* 0x38 */ s32 unk_38; } Clip_unk_074; // size >= 0x8 typedef void (*Clip_unk_07C_unk_4)(struct ObjectExchangeBank*); |
