diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-05-19 18:40:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-19 09:40:39 -0700 |
| commit | 448405671db5a0c0ffd5d62c04c333d7e3b4e7fc (patch) | |
| tree | 4f76e2b1b83c58bec8bdc72af52fb362d4aa499f /include/m_common_data.h | |
| parent | 92911830dc9be365989887e1464bf766e471ed96 (diff) | |
m_time OK (#189)
Diffstat (limited to 'include/m_common_data.h')
| -rw-r--r-- | include/m_common_data.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_common_data.h b/include/m_common_data.h index 20758c6..8cbd825 100644 --- a/include/m_common_data.h +++ b/include/m_common_data.h @@ -90,7 +90,8 @@ typedef struct CommonData { /* 0x0F2A0 */ UNK_TYPE1 unk_0F2A0[0x17C]; /* 0x0F41C */ SnowmanData snowmanData[SNOWMAN_SAVE_COUNT]; /* 0x0F428 */ u64 melody; - /* 0x0F430 */ UNK_TYPE1 unk_F430[0x8]; + /* 0x0F430 */ UNK_TYPE1 unk_F430[0x4]; + /* 0x0F434 */ lbRTC_ymd_t renewTime; /* 0x0F438 */ u8 stationType; /* 0x0F439 */ u8 saveWeather; /* 0x0F440 */ u8 unk_F440[0x2]; |
