diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-03-15 16:07:24 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-03-15 16:07:24 +0530 |
commit | 1f7fb45d0f84bc0a9b66b00b3918e1a16702bda2 (patch) | |
tree | 319164198a15b63373bc3862b59153356311268a /include/player_pc.h | |
parent | f3b5ed0d121126ee05ab33700c0de40a0da77966 (diff) |
Decompile more functions
Diffstat (limited to 'include/player_pc.h')
-rw-r--r-- | include/player_pc.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/player_pc.h b/include/player_pc.h index fcd58757e..9e8ae6ef4 100644 --- a/include/player_pc.h +++ b/include/player_pc.h @@ -64,14 +64,15 @@ enum ITEMPC_GO_BACK_TO_PREV }; -struct MailboxStruct +struct PlayerPCItemPageStruct { u16 cursorPos; u16 itemsAbove; u8 pageItems; u8 count; - u8 unk6[6]; - u8 unkC[4]; + u8 filler[3]; + u8 scrollIndicatorId; + u8 filler2[4]; }; // Exported type declarations |