mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-16 14:30:22 -04:00
Decompile hudmsgRemoveByPlayer
This commit is contained in:
@@ -556,6 +556,9 @@
|
||||
#define GAILIST_INIT_SEARCH 0x002c // unused
|
||||
#define GAILIST_INVINCIBLE_AND_IDLE 0x002d
|
||||
|
||||
#define HUDMSGFLAG_00000001 0x00000001
|
||||
#define HUDMSGFLAG_00000002 0x00000002
|
||||
|
||||
#define IDLEACTION_STANDING 0x01
|
||||
#define IDLEACTION_SITTING_TYPING 0x02
|
||||
#define IDLEACTION_SITTING_DORMANT 0x03
|
||||
|
||||
@@ -25,7 +25,7 @@ u32 hudmsgCreate(char *text, s32 confignum, u8 conf00, u8 conf01, u8 conf02,
|
||||
void func0f0df364(void);
|
||||
void currentPlayerUnsetFlag(u32 flag);
|
||||
void currentPlayerSetFlag(u32 flag);
|
||||
void func0f0dfa50(u32 playernum);
|
||||
void hudmsgRemoveByPlayer(s32 playernum);
|
||||
u32 func0f0dfad0(void);
|
||||
void hudmsgsReset(void);
|
||||
|
||||
|
||||
+5
-3
@@ -5274,7 +5274,9 @@ struct hudmessageconfig {
|
||||
|
||||
struct hudmessage {
|
||||
/*0x000*/ u8 active;
|
||||
/*0x004*/ u32 unk004;
|
||||
/*0x002*/ u16 unk002;
|
||||
/*0x004*/ u16 unk004;
|
||||
/*0x006*/ u16 unk006;
|
||||
/*0x008*/ u32 unk008;
|
||||
/*0x00c*/ u32 unk00c;
|
||||
/*0x010*/ u32 unk010;
|
||||
@@ -5385,8 +5387,8 @@ struct hudmessage {
|
||||
/*0x1b4*/ u32 unk1b4;
|
||||
/*0x1b8*/ s32 unk1b8;
|
||||
/*0x1bc*/ u32 unk1bc;
|
||||
/*0x1c0*/ u32 unk1c0;
|
||||
/*0x1c4*/ u32 unk1c4;
|
||||
/*0x1c0*/ u32 playernum;
|
||||
/*0x1c4*/ u32 flags;
|
||||
/*0x1c8*/ u32 unk1c8;
|
||||
/*0x1cc*/ u32 unk1cc;
|
||||
/*0x1d0*/ u32 unk1d0;
|
||||
|
||||
Reference in New Issue
Block a user