mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-10 04:53:21 -04:00
Decompile func0f0a93e0
This commit is contained in:
@@ -146,7 +146,7 @@ u32 func0f0a8c7c(void);
|
||||
u32 func0f0a8d34(void);
|
||||
void func0f0a92ac(u32 arg0);
|
||||
void currentPlayerSetAimType(u32 aimtype);
|
||||
u32 func0f0a93e0(void);
|
||||
void func0f0a93e0(struct coord *coord);
|
||||
void func0f0a9464(struct coord *coord);
|
||||
void func0f0a9494(u32 operation);
|
||||
void func0f0a94d0(u32 operation, struct coord *a, struct coord *b);
|
||||
|
||||
@@ -25,7 +25,7 @@ struct weaponfunc *weaponGetFunction(u8 *arg0, s32 which);
|
||||
u32 func0f0b10ec(void);
|
||||
u32 func0f0b11bc(void);
|
||||
u32 func0f0b11ec(void);
|
||||
u32 func0f0b12ec(void);
|
||||
f32 func0f0b12ec(u32 arg0);
|
||||
u32 func0f0b131c(void);
|
||||
u32 func0f0b14d8(void);
|
||||
u32 func0f0b1588(void);
|
||||
|
||||
+2
-6
@@ -1597,9 +1597,7 @@ struct player {
|
||||
/*0x07ec*/ u32 unk07ec;
|
||||
/*0x07f0*/ u32 unk07f0;
|
||||
/*0x07f4*/ u32 unk07f4;
|
||||
/*0x07f8*/ u32 unk07f8;
|
||||
/*0x07fc*/ u32 unk07fc;
|
||||
/*0x0800*/ u32 unk0800;
|
||||
/*0x07f8*/ struct coord unk07f8;
|
||||
/*0x0804*/ u32 unk0804;
|
||||
/*0x0808*/ u32 unk0808;
|
||||
/*0x080c*/ u32 unk080c;
|
||||
@@ -2080,9 +2078,7 @@ struct player {
|
||||
/*0x0f90*/ u32 unk0f90;
|
||||
/*0x0f94*/ u32 unk0f94;
|
||||
/*0x0f98*/ u32 unk0f98;
|
||||
/*0x0f9c*/ u32 unk0f9c;
|
||||
/*0x0fa0*/ u32 unk0fa0;
|
||||
/*0x0fa4*/ u32 unk0fa4;
|
||||
/*0x0f9c*/ struct coord unk0f9c;
|
||||
/*0x0fa8*/ u32 unk0fa8;
|
||||
/*0x0fac*/ u32 unk0fac;
|
||||
/*0x0fb0*/ u32 unk0fb0;
|
||||
|
||||
Reference in New Issue
Block a user