diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-20 23:20:02 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-20 21:20:02 -0800 |
commit | 3d3ef45a8c3d4f974dac94ab49fe906d26a8edab (patch) | |
tree | d840eeca4d7067f67fccb8897dd9a39a69de0fb0 /include/global.fieldmap.h | |
parent | c2fa3b27f9025934e0b59d7908f5b5ecd97c19e4 (diff) |
decompile more of bike (#205)
* start decompiling bike.c
* decompile more of bike.c
* decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike
* decompile more of bike
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index 64c2e8181..eac2c0cf1 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -316,6 +316,10 @@ struct PlayerAvatar /* 0x202E858 */ u8 unk9; u8 unkA; u8 unkB; + u32 unkC; + u32 unk10; + u8 unk14[8]; + u8 unk1C[8]; // TODO: rest of struct }; |