diff options
author | yenatch <yenatch@gmail.com> | 2017-07-06 22:10:33 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-07-06 22:10:33 -0400 |
commit | 343bf63601f35c7e0ebcf1bbcbc4ae80ccf366d4 (patch) | |
tree | ac8e7a422fb176835406434f4925f56158a39178 /include/party_menu.h | |
parent | e39f55f55080108ced3ff5cb16b2181d7fec9d92 (diff) |
Fix fldeff_softboiled warnings
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index 58292081f..9ce476869 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -43,10 +43,14 @@ struct Struct201B000 u8 unk259; u8 filler25A[6]; u8 unk260; - u8 filler261[1]; + u8 unk261; u8 unk262; s16 unk264; s16 unk266; + u8 filler268[10]; + u16 unk272; + u8 filler274[14]; + u16 unk282; }; extern u8 ewram[]; |