mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-31 07:56:03 -04:00
Decompile func0f04abdc
This commit is contained in:
@@ -411,7 +411,6 @@ u32 func0f04d000(struct chrdata *chr);
|
||||
u32 func0f04d44c(void);
|
||||
u32 func0f04d4bc(struct chrdata *chr);
|
||||
u32 func0f04e418(void);
|
||||
u32 func0f05abdc(void);
|
||||
u32 getNumChrs(void);
|
||||
void incrementByte(u8 *dst, u8 amount);
|
||||
s32 padResolve(struct chrdata *chr, s32 pad_id);
|
||||
|
||||
@@ -445,4 +445,6 @@
|
||||
/*0x01df*/ bool aiIfChrSameFloorDistanceToPadLessThan(void);
|
||||
/*0x01e0*/ bool ai01e0(void);
|
||||
|
||||
void func0f05abdc(struct position *pos);
|
||||
|
||||
#endif
|
||||
|
||||
+7
-1
@@ -38,7 +38,13 @@ struct position {
|
||||
u8 type;
|
||||
u8 flags;
|
||||
u16 unk02;
|
||||
void *entity;
|
||||
|
||||
union {
|
||||
struct chrdata *chr;
|
||||
struct defaultobj *obj;
|
||||
struct weaponobj *weapon;
|
||||
};
|
||||
|
||||
struct coord coord;
|
||||
u32 unk14;
|
||||
u32 unk18; // related to gun recovery
|
||||
|
||||
Reference in New Issue
Block a user