diff options
author | yenatch <yenatch@gmail.com> | 2017-07-06 22:25:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 22:25:16 -0400 |
commit | bd4a6520eaaaac186b6b26557305be8939a7ea2a (patch) | |
tree | c60fcd65afb446a8b459358edd48c5a60eba9376 /include | |
parent | e39f55f55080108ced3ff5cb16b2181d7fec9d92 (diff) | |
parent | 8f1190efd62fcda55fd580e2609efbb055bc0d3d (diff) |
Merge pull request #355 from yenatch/fix-warnings
Fix uncaught cpp warnings
Diffstat (limited to 'include')
-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[]; |