mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-11 13:09:47 -04:00
Decompile func0f1924e8
This commit is contained in:
@@ -39,7 +39,7 @@ u32 func0f064a24(void);
|
||||
u32 func0f064ce8(void);
|
||||
u32 func0f0654e8(void);
|
||||
u32 func0f06554c(void);
|
||||
u32 func0f0657a4(void);
|
||||
void func0f0657a4(s32 *arg0, s8 *arg1);
|
||||
u32 func0f0657d8(void);
|
||||
u32 func0f065880(void);
|
||||
u32 func0f0658e8(void);
|
||||
|
||||
@@ -142,7 +142,7 @@ char *mpGetBotCommandName(s32 command);
|
||||
void func0f192438(struct chrdata *chr, struct prop *prop);
|
||||
void func0f192474(struct chrdata *chr, struct prop *prop);
|
||||
void func0f1924ac(struct chrdata *chr, struct prop *prop);
|
||||
u32 func0f1924e8(void);
|
||||
void func0f1924e8(struct chrdata *chr, struct coord *pos, s32 *arg2, f32 arg3);
|
||||
u32 func0f19257c(void);
|
||||
u32 func0f192610(void);
|
||||
u32 func0f192628(void);
|
||||
|
||||
+3
-4
@@ -184,14 +184,13 @@ struct chr2d4 {
|
||||
/*0x74*/ u32 unk74;
|
||||
/*0x78*/ u8 unk78;
|
||||
/*0x79*/ u8 unk79;
|
||||
/*0x7a*/ s8 unk7a;
|
||||
/*0x7c*/ u32 unk7c;
|
||||
/*0x80*/ u32 unk80;
|
||||
/*0x84*/ u32 unk84;
|
||||
/*0x88*/ u32 unk88;
|
||||
/*0x8c*/ u32 unk8c;
|
||||
/*0x90*/ u32 unk90;
|
||||
/*0x94*/ u32 unk94;
|
||||
/*0x98*/ u32 unk98;
|
||||
/*0x8c*/ struct coord unk8c;
|
||||
/*0x98*/ f32 unk98;
|
||||
/*0x9c*/ u8 unk9c_00 : 1;
|
||||
/*0x9c*/ u8 unk9c_01 : 1;
|
||||
/*0x9c*/ u8 unk9c_02 : 1;
|
||||
|
||||
Reference in New Issue
Block a user