mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-11 03:03:27 -04:00
Decompile currentPlayerGetUnk1740
This commit is contained in:
@@ -31,10 +31,10 @@ void currentPlayerSetUnk1750(u32 value);
|
||||
u32 currentPlayerGetUnk1750(void);
|
||||
void currentPlayerSetUnk1758(u32 value);
|
||||
u32 currentPlayerGetUnk1758(void);
|
||||
void currentPlayerSetUnk1740(u32 value);
|
||||
void currentPlayerSetUnk1740(f32 *value);
|
||||
u32 func0f0b5050(void);
|
||||
u32 func0f0b53a4(void);
|
||||
f32 *func0f0b56f8(void);
|
||||
f32 *currentPlayerGetUnk1740(void);
|
||||
u32 func0f0b5708(void);
|
||||
u32 func0f0b5718(void);
|
||||
u32 func0f0b5758(void);
|
||||
|
||||
+2
-2
@@ -2568,7 +2568,7 @@ struct player {
|
||||
/*0x1734*/ f32 c_recipscaley;
|
||||
/*0x1738*/ u32 unk1738;
|
||||
/*0x173c*/ u32 unk173c;
|
||||
/*0x1740*/ u32 unk1740;
|
||||
/*0x1740*/ f32 *unk1740;
|
||||
/*0x1744*/ u32 unk1744;
|
||||
/*0x1748*/ u32 unk1748;
|
||||
/*0x174c*/ u32 unk174c;
|
||||
@@ -2576,7 +2576,7 @@ struct player {
|
||||
/*0x1754*/ u32 unk1754;
|
||||
/*0x1758*/ u32 unk1758;
|
||||
/*0x175c*/ u32 unk175c;
|
||||
/*0x1760*/ u32 unk1760;
|
||||
/*0x1760*/ f32 *unk1760;
|
||||
/*0x1764*/ u32 unk1764;
|
||||
/*0x1768*/ u32 unk1768;
|
||||
/*0x176c*/ f32 c_scalelod60;
|
||||
|
||||
Reference in New Issue
Block a user