From 3d3ef45a8c3d4f974dac94ab49fe906d26a8edab Mon Sep 17 00:00:00 2001 From: Cameron Hall Date: Fri, 20 Jan 2017 23:20:02 -0600 Subject: decompile more of bike (#205) * start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike * decompile more of bike --- include/global.fieldmap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/global.fieldmap.h') 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 }; -- cgit v1.2.3