diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-12 16:30:51 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-12 16:30:51 -0400 |
commit | 11b027d13c9639c27b3576908a2030a635bcb6be (patch) | |
tree | ea150c728e35006b53e6cea6e51230cd5b9cc7ad /include/player_pc.h | |
parent | ce18093251f35ad6369d9d42d84e8fe60d398891 (diff) |
Decompile player_pc
Diffstat (limited to 'include/player_pc.h')
-rw-r--r-- | include/player_pc.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/player_pc.h b/include/player_pc.h index 06ab0cb0f..ecaf023e5 100644 --- a/include/player_pc.h +++ b/include/player_pc.h @@ -6,14 +6,16 @@ // Exported type declarations -struct PlayerPC_Unk_203AAC4 +struct PlayerPCItemPageStruct { u16 selectedRow; u16 scrollOffset; - u8 unk_4; - u8 unk_5; - u8 filler_6[4]; - u8 unk_A; + u8 pageItems; + u8 count; + u8 filler_6[3]; + u8 unk_9; + u8 scrollIndicatorId; + u8 filler_B[5]; }; // Exported RAM declarations |