diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-08-12 19:36:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-12 10:36:07 -0700 |
| commit | eb99af89c88005c8e300b76e1b5d93467b98aafd (patch) | |
| tree | d888a89809981f43e791ba63351e2ae2d5f239ab /include/m_clip.h | |
| parent | c3164cd99c3eb764a63171253af14126be77b1e7 (diff) | |
m_kankyo OK (#207)
* implement kankyo
* m_kankyo OK
Diffstat (limited to 'include/m_clip.h')
| -rw-r--r-- | include/m_clip.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_clip.h b/include/m_clip.h index 56714f7..203a7ea 100644 --- a/include/m_clip.h +++ b/include/m_clip.h @@ -185,10 +185,13 @@ typedef struct StructureClip { typedef void (*Clip_unk_090_unk_00)(s8, struct xyz_t, s32, s32, struct Game_Play*, s32, s32, s32); typedef void (*Clip_unk_090_unk_30)(Color_RGBA8, s16,s16,s32); +typedef s32 (*Clip_unk_090_unk_3C)(Color_RGBA8*, s32*); typedef struct Clip_unk_090 { /* 0x00 */ Clip_unk_090_unk_00 unk_00; /* 0x04 */ UNK_TYPE1 unk_04[0x2C]; /* 0x30 */ Clip_unk_090_unk_30 unk_30; + /* 0x34 */ s8 unk_34[0x8]; + /* 0x3C */ Clip_unk_090_unk_3C unk_3C; } Clip_unk_090; // size >= 0x34 typedef void (*Clip_unk_09C_unk_C)(void); |
