mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-03 02:28:16 -04:00
Decompile func0f01e250
This commit is contained in:
@@ -13,7 +13,7 @@ bool explosionCreate(struct prop *prop, struct coord *pos, s16 *rooms, s16 type,
|
||||
u32 func0f12acec(void);
|
||||
bool func0f12af5c(struct explosion *exp, struct prop *prop, struct coord *pos1, struct coord *pos2);
|
||||
u32 func0f12b0e0(void);
|
||||
u32 func0f12bbdc(void);
|
||||
u32 func0f12bbdc(struct prop *prop);
|
||||
u32 explosionUpdateZ(struct prop *prop);
|
||||
u32 func0f12c654(void);
|
||||
u32 func0f12cd64(void);
|
||||
|
||||
@@ -81,7 +81,7 @@ f32 currentPlayerGetHealth(void);
|
||||
u32 func0f0c21a4(void);
|
||||
void func0f0c2210(f32 shield);
|
||||
s32 getMissionTime(void);
|
||||
u32 func0f0c228c(void);
|
||||
u32 func0f0c228c(struct prop *prop);
|
||||
u32 func0f0c2364(void);
|
||||
u32 func0f0c2a58(void);
|
||||
u32 func0f0c32a0(void);
|
||||
|
||||
@@ -188,7 +188,7 @@ u32 func0f07e184(void);
|
||||
u32 func0f07e1fc(void);
|
||||
void func0f07e2cc(struct prop *prop);
|
||||
u32 func0f07e468(void);
|
||||
u32 func0f07e474(void);
|
||||
u32 func0f07e474(struct prop *prop);
|
||||
s32 objTick(struct prop *prop);
|
||||
u32 func0f07f6d0(void);
|
||||
u32 func0f07f918(void);
|
||||
|
||||
@@ -11,7 +11,7 @@ void smokeCreateAtProp(struct prop *prop, s16 type);
|
||||
void func0f12e74c(struct prop *prop, struct coord *pos, s16 *rooms, s16 type, u32 arg4);
|
||||
void smokeClearForProp(struct prop *prop);
|
||||
struct smoke *smokeCreateSimple(struct coord *pos, s16 *rooms, s16 type);
|
||||
u32 func0f12e848(void);
|
||||
u32 func0f12e848(struct prop *prop);
|
||||
u32 smokeUpdateZ(struct prop *prop);
|
||||
u32 func0f12f230(void);
|
||||
u32 func0f12f5f8(void);
|
||||
|
||||
+3
-3
@@ -2493,9 +2493,9 @@ struct player {
|
||||
/*0x1c38*/ u32 unk1c38;
|
||||
/*0x1c3c*/ u32 unk1c3c;
|
||||
/*0x1c40*/ u32 joybutinhibit;
|
||||
/*0x1c44*/ u32 unk1c44;
|
||||
/*0x1c48*/ u32 unk1c48;
|
||||
/*0x1c4c*/ u32 unk1c4c;
|
||||
/*0x1c44*/ f32 unk1c44;
|
||||
/*0x1c48*/ f32 unk1c48;
|
||||
/*0x1c4c*/ f32 unk1c4c;
|
||||
/*0x1c50*/ u32 unk1c50;
|
||||
/*0x1c54*/ u32 unk1c54;
|
||||
/*0x1c58*/ f32 unk1c58;
|
||||
|
||||
Reference in New Issue
Block a user