summaryrefslogtreecommitdiff
path: root/include/m_common_data.h
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2024-03-14 16:36:14 +0100
committerGitHub <noreply@github.com>2024-03-14 08:36:14 -0700
commitd3623fca20aac5716174ce74c74b30eb48fac315 (patch)
treeb3f61b8db829c49cbf58d88971946db626644ec8 /include/m_common_data.h
parentc395de0945d34b373e54d3c7c6c2e977f46c6f7b (diff)
ac_weather OK (#155)
* weather werk * ac_weather OK * format * review
Diffstat (limited to 'include/m_common_data.h')
-rw-r--r--include/m_common_data.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/m_common_data.h b/include/m_common_data.h
index e296bff..e32ea78 100644
--- a/include/m_common_data.h
+++ b/include/m_common_data.h
@@ -170,7 +170,9 @@ typedef struct CommonData {
/* 0x10A82 */ s16 unk_10A82;
/* 0x10A84 */ UNK_TYPE1 unk_10A84[0x2C];
/* 0x10AB0 */ u8 unk_10AB0; // named "pad_connected" in AC GCN decomp
- /* 0x10AB1 */ UNK_TYPE1 unk_10AB1[0x7];
+ /* 0x10AB1 */ UNK_TYPE1 unk_10AB1;
+ /* 0x10AB2 */ s16 currentSoundEffect;
+ /* 0x10AB4 */ UNK_TYPE1 unk_10AB4[0x4];
} CommonData; // size = 0x10AB8
void common_data_reinit(void);