diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2024-04-22 21:21:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 13:21:18 -0700 |
| commit | 99081d5a7ec723e439e352f00d14fa2bb569e69b (patch) | |
| tree | 11746eb57a599970cdb4eba387f95b266fc1c5ae /include/m_clip.h | |
| parent | 202737c1f0e252059f16a45dcda0c8a7b3dde78c (diff) | |
ac_kago OK and documented (#177)
* ac_kago OK and documented
* palette types
* suggestions + object stuff
Diffstat (limited to 'include/m_clip.h')
| -rw-r--r-- | include/m_clip.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/m_clip.h b/include/m_clip.h index b096d4f..97cb356 100644 --- a/include/m_clip.h +++ b/include/m_clip.h @@ -86,7 +86,7 @@ typedef struct Clip_unk_070 { } Clip_unk_070; // size >= 0x10 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_04)(struct Game_Play* game_play, struct ShadowData* shadowData, s32 unk2); typedef void (*Clip_unk_074_unk_30)(UNK_TYPE, UNK_TYPE, UNK_TYPE, UNK_TYPE); typedef struct Clip_unk_074 { @@ -119,9 +119,9 @@ typedef UNK_RET (*Clip_unk_08C_unk_8)(void); typedef UNK_PTR (*Clip_unk_08C_unk_0C)(void); typedef UNK_RET (*Clip_unk_08C_unk_10)(struct Actor*); typedef void (*Clip_unk_08C_unk_A4)(struct ObjectExchangeBank*); -typedef UNK_RET (*Clip_unk_08C_unk_A8)(UNK_PTR, UNK_TYPE, u16 name, struct Actor* actor); -typedef UNK_RET (*Clip_unk_08C_unk_AC)(u16); -typedef UNK_RET (*Clip_unk_08C_unk_450)(u16); +typedef UNK_RET (*Clip_unk_08C_unk_A8)(UNK_PTR, UNK_TYPE, s16 name, struct Actor* actor); +typedef UNK_RET (*Clip_unk_08C_unk_AC)(s16); +typedef u16* (*Clip_unk_08C_unk_450)(s16); typedef struct Clip_unk_08C { /* 0x00 */ UNK_TYPE1 unk_00[0x4]; |
