diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-17 12:19:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-17 09:19:13 -0700 |
| commit | c65a8dbc3903af19fe0253ab8774accbc06b0cb7 (patch) | |
| tree | 8c136e0ecea87503261cdd22fc5b81cf31044f50 /include/m_common_data.h | |
| parent | 1bebc761b638ad061778667e4bab4ec92fe81aa7 (diff) | |
Game renaming (#63)
* rename GameState to Game
* Rename the structs
* fix table
* whoops
* rename play parameter
* format
* undo what i messed in z64compress
Diffstat (limited to 'include/m_common_data.h')
| -rw-r--r-- | include/m_common_data.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/m_common_data.h b/include/m_common_data.h index ef1950e..2c0d526 100644 --- a/include/m_common_data.h +++ b/include/m_common_data.h @@ -7,9 +7,9 @@ struct Actor; struct ActorOverlay; struct struct_801161E8_jp; -struct PlayState_unk_0110; +struct Game_Play_unk_0110; struct CommonData_unk_1004C_unk_14_arg0; -struct PlayState; +struct Game_Play; typedef UNK_RET (*CommonData_unk_1004C_unk_04)(struct ActorOverlay*, const struct struct_801161E8_jp*, size_t, s32); typedef UNK_RET (*CommonData_unk_1004C_unk_08)(void); @@ -20,9 +20,9 @@ typedef UNK_PTR (*CommonData_unk_1004C_unk_0C)(size_t, const struct struct_80116 typedef UNK_RET (*CommonData_unk_1004C_unk_10)(struct Actor*); typedef UNK_RET (*CommonData_unk_1004C_unk_14)(struct CommonData_unk_1004C_unk_14_arg0*, u16); -typedef UNK_RET (*CommonData_unk_1004C_unk_EC)(struct PlayState_unk_0110*, s16, s16); -typedef UNK_RET (*CommonData_unk_1004C_unk_F0)(struct PlayState_unk_0110*, struct Actor*); -typedef s32 (*CommonData_unk_1004C_unk_F4)(struct PlayState_unk_0110*, struct Actor*); +typedef UNK_RET (*CommonData_unk_1004C_unk_EC)(struct Game_Play_unk_0110*, s16, s16); +typedef UNK_RET (*CommonData_unk_1004C_unk_F0)(struct Game_Play_unk_0110*, struct Actor*); +typedef s32 (*CommonData_unk_1004C_unk_F4)(struct Game_Play_unk_0110*, struct Actor*); typedef struct CommonData_unk_1004C { /* 0x00 */ UNK_TYPE1 unk_00[0x4]; @@ -67,7 +67,7 @@ typedef struct CommonData10138 { /* 0xA86 */ CommonData10138_Sub unk_A86; } CommonData10138; // size >= 0xA90 -typedef void (*CommonData_100E4_Func)(struct PlayState*); +typedef void (*CommonData_100E4_Func)(struct Game_Play*); typedef struct CommonData { /* 0x00000 */ u8 unk00000[0x14]; |
