Decompile currentPlayerSetScreenPosition

This commit is contained in:
Ryan Dwyer
2020-03-16 17:23:22 +10:00
parent bed58a6fac
commit 55a8109097
4 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ u32 func0f0b35b8(void);
u32 func0f0b3988(void);
u32 func0f0b39c0(void);
u32 func0f0b4958(void);
u32 func0f0b4984(void);
void currentPlayerSetScreenPosition(f32 left, f32 top);
void currentPlayerSetPerspective(f32 near, f32 fovy, f32 aspect);
f32 func0f0b49b8(f32 arg0);
u32 func0f0b4a24(void);
+2 -2
View File
@@ -2555,8 +2555,8 @@ struct player {
/*0x1700*/ u32 unk1700;
/*0x1704*/ u32 unk1704;
/*0x1708*/ u32 unk1708;
/*0x170c*/ u32 unk170c;
/*0x1710*/ u32 unk1710;
/*0x170c*/ f32 c_screenleft;
/*0x1710*/ f32 c_screentop;
/*0x1714*/ f32 c_perspnear;
/*0x1718*/ f32 c_perspfovy;
/*0x171c*/ f32 c_perspaspect;