diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-07-27 16:58:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-27 07:58:33 -0700 |
| commit | ed51325ede282c0673adbe41aba0b76f9cab05b3 (patch) | |
| tree | b711a93ea2452283bc2831163e0dbcbabf765bef /include | |
| parent | 85a19d3fb65b0e69d04256a52416f8e5c24a28b1 (diff) | |
player_select OK (#204)
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_common_data.h | 2 | ||||
| -rw-r--r-- | include/m_field_info.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/m_common_data.h b/include/m_common_data.h index 4664073..9778e70 100644 --- a/include/m_common_data.h +++ b/include/m_common_data.h @@ -119,7 +119,7 @@ typedef struct CommonData { /* 0x10002 */ u8 unk_10002; /* 0x10003 */ u8 playerNumber; /* 0x10004 */ s32 unk_10004; // named "last_scene_no" in AC GCN decomp - /* 0x10008 */ s32 unk_10008; + /* 0x10008 */ s32 playerDataMode; /* 0x1000C */ Clip clip; /* 0x1010C */ Time time; /* 0x10138 */ PrivateInfo* privateInfo; diff --git a/include/m_field_info.h b/include/m_field_info.h index 6d6457c..cb9d6f1 100644 --- a/include/m_field_info.h +++ b/include/m_field_info.h @@ -46,7 +46,7 @@ typedef enum FieldRoom { ((fieldId) == FI_FIELD_PLAYER0_ROOM || (fieldId) == FI_FIELD_PLAYER1_ROOM || \ (fieldId) == FI_FIELD_PLAYER2_ROOM || (fieldId) == FI_FIELD_PLAYER3_ROOM) -// void func_80087C30_jp(); +void mFI_ClearFieldData(void); // void func_80087C40_jp(); struct FieldMakeBlockInfo* mFI_GetBlockTopP(void); u16 mFI_GetFieldId(void); |
