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_common_data.h | |
| parent | c3164cd99c3eb764a63171253af14126be77b1e7 (diff) | |
m_kankyo OK (#207)
* implement kankyo
* m_kankyo OK
Diffstat (limited to 'include/m_common_data.h')
| -rw-r--r-- | include/m_common_data.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/m_common_data.h b/include/m_common_data.h index 9778e70..fb351af 100644 --- a/include/m_common_data.h +++ b/include/m_common_data.h @@ -116,7 +116,7 @@ typedef struct CommonData { /* 0x00000 */ Save save; /* 0x10000 */ u8 unk_10000; // named "game_started" in AC GCN decomp /* 0x10001 */ u8 unk_10001; - /* 0x10002 */ u8 unk_10002; + /* 0x10002 */ u8 fieldDrawType; /* 0x10003 */ u8 playerNumber; /* 0x10004 */ s32 unk_10004; // named "last_scene_no" in AC GCN decomp /* 0x10008 */ s32 playerDataMode; @@ -126,7 +126,8 @@ typedef struct CommonData { /* 0x1013C */ u8 unk_1013C[0x4]; /* 0x10140 */ u8 unk_10140; /* 0x10141 */ u8 fish_location; - /* 0x10142 */ u8 unk_10142[0x7]; + /* 0x10142 */ u8 unk_10142[0x6]; + /* 0x10148 */ u8 unk_10148; /* 0x10149 */ u8 unk_10149; /* 0x1014A */ u8 unk_1014A; /* 0x1014B */ u8 unk_1014B; // named "wipeType" in AC GCN decomp |
