mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 00:14:10 -04:00
Decompile hudRenderHealthBar
This commit is contained in:
@@ -27,8 +27,8 @@ void currentPlayerSetUnk173c(u32 value);
|
||||
u32 currentPlayerGetUnk173c(void);
|
||||
void currentPlayerSetUnk006c(u32 value);
|
||||
u32 currentPlayerGetUnk006c(void);
|
||||
void currentPlayerSetUnk1750(u32 value);
|
||||
u32 currentPlayerGetUnk1750(void);
|
||||
void currentPlayerSetUnk1750(void *value);
|
||||
void *currentPlayerGetUnk1750(void);
|
||||
void currentPlayerSetUnk1758(u32 value);
|
||||
u32 currentPlayerGetUnk1758(void);
|
||||
void currentPlayerSetMatrix(f32 *value);
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
|
||||
u32 func0f0d5a90(void);
|
||||
u32 func0f0d5c60(void);
|
||||
u32 func0f0d5d8c(void);
|
||||
Gfx *func0f0d5d8c(Gfx *gdl, u32 arg1, u32 arg2, f32 arg3);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
#include "types.h"
|
||||
|
||||
u32 func00004840(void);
|
||||
void func00004a24(s32 arg0, u16 *arg1, f32 fovy, f32 arg3, f32 arg4, f32 arg5, f32 arg6);
|
||||
void func00004a24(u32 arg0, u16 *arg1, f32 fovy, f32 arg3, f32 arg4, f32 arg5, f32 arg6);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -27,6 +27,6 @@ void func00015f04(f32 arg0, f32 *arg1);
|
||||
u32 func00015f4c(void);
|
||||
u32 func00015f88(void);
|
||||
u32 func00015fd0(void);
|
||||
u32 func00016054(void);
|
||||
void func00016054(f32 *matrix, u32 arg1);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -23,7 +23,7 @@ u32 func00016784(void);
|
||||
u32 func00016798(void);
|
||||
u32 func00016820(void);
|
||||
u32 func00016874(void);
|
||||
u32 func00016ae4(void);
|
||||
void func00016ae4(f32 *matrix, f32 arg1, f32 arg2, f32 arg3, f32 arg4, f32 arg5, f32 arg6, f32 arg7, f32 arg8, f32 arg9);
|
||||
void func00016b58(f32 *matrix, f32 arg1, f32 arg2, f32 arg3, f32 arg4, f32 arg5, f32 arg6, f32 arg7, f32 arg8, f32 arg9);
|
||||
void func00016d58(f32 *matrix, f32 posx, f32 posy, f32 posz, f32 lookx, f32 looky, f32 lookz, f32 upx, f32 upy, f32 upz);
|
||||
u32 func00016dcc(void);
|
||||
|
||||
+1
-1
@@ -2604,7 +2604,7 @@ struct player {
|
||||
/*0x1744*/ u32 unk1744;
|
||||
/*0x1748*/ u32 unk1748;
|
||||
/*0x174c*/ u32 unk174c;
|
||||
/*0x1750*/ u32 unk1750;
|
||||
/*0x1750*/ void *unk1750;
|
||||
/*0x1754*/ u32 unk1754;
|
||||
/*0x1758*/ u32 unk1758;
|
||||
/*0x175c*/ u32 unk175c;
|
||||
|
||||
Reference in New Issue
Block a user