mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 15:17:13 -04:00
Decompile currentPlayerSetCamProperties
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user