Decompile currentPlayerSetCamProperties

This commit is contained in:
Ryan Dwyer
2020-01-30 18:47:32 +10:00
parent 2017d4a029
commit f08bce32b6
4 changed files with 23 additions and 38 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ u32 func0f0c1ba4(void);
u32 func0f0c1bd8(void);
u32 func0f0c1c24(void);
u32 func0f0c1c74(void);
u32 func0f0c1cb4(void);
void currentPlayerSetCamProperties(struct coord *pos, struct coord *up, struct coord *look, s32 room);
u32 func0f0c1d0c(void);
u32 func0f0c1d20(void);
u32 func0f0c1e54(void);
+4 -8
View File
@@ -2686,17 +2686,13 @@ struct player {
/*0x1b94*/ u32 unk1b94;
/*0x1b98*/ u32 unk1b98;
/*0x1b9c*/ u32 unk1b9c;
/*0x1ba0*/ u32 unk1ba0;
/*0x1ba0*/ s32 cam_room;
/*0x1ba4*/ u32 unk1ba4;
/*0x1ba8*/ u32 unk1ba8;
/*0x1bac*/ u32 unk1bac;
/*0x1bb0*/ struct coord unk1bb0;
/*0x1bbc*/ u32 unk1bbc;
/*0x1bc0*/ u32 unk1bc0;
/*0x1bc4*/ u32 unk1bc4;
/*0x1bc8*/ u32 unk1bc8;
/*0x1bcc*/ u32 unk1bcc;
/*0x1bd0*/ u32 unk1bd0;
/*0x1bb0*/ struct coord cam_pos;
/*0x1bbc*/ struct coord cam_look;
/*0x1bc8*/ struct coord cam_up;
/*0x1bd4*/ u32 unk1bd4;
/*0x1bd8*/ u32 unk1bd8;
/*0x1bdc*/ u32 unk1bdc;