mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-13 20:14:45 -04:00
Decompile frEndSession
This commit is contained in:
@@ -40,7 +40,7 @@ u32 func0f064ce8(void);
|
||||
u32 func0f0654e8(void);
|
||||
u32 func0f06554c(void);
|
||||
void roomsCopy(s16 *srcrooms, s16 *dstrooms);
|
||||
void func0f0657d8(s16 *newrooms, u32 arg1, u32 arg2);
|
||||
void func0f0657d8(s16 *newrooms, s16 *rooms, u32 arg2);
|
||||
bool arrayIntersects(s16 *a, s16 *b);
|
||||
u32 func0f0658e8(void);
|
||||
u32 func0f06593c(void);
|
||||
@@ -48,9 +48,9 @@ void func0f0659e4(struct prop *prop, s16 room);
|
||||
void func0f065ae0(struct prop *prop, s16 room);
|
||||
void func0f065c44(struct prop *prop);
|
||||
void func0f065cb0(struct prop *prop);
|
||||
void func0f065d1c(struct coord *pos, s16 *rooms, struct coord *newpos, s16 *newrooms, u32 arg4, u32 arg5);
|
||||
void func0f065d1c(struct coord *pos, s16 *rooms, struct coord *newpos, s16 *newrooms, s16 *morerooms, u32 arg5);
|
||||
u32 func0f065dd8(void);
|
||||
void func0f065dfc(struct coord *pos, s16 *rooms, struct coord *newpos, s16 *newrooms, u32 arg4, u32 arg5);
|
||||
void func0f065dfc(struct coord *pos, s16 *rooms, struct coord *newpos, s16 *newrooms, s16 *morerooms, u32 arg5);
|
||||
void func0f065e74(struct coord *pos, s16 *rooms, struct coord *newpos, s16 *newrooms);
|
||||
void func0f065e98(struct coord *pos, s16 *rooms, struct coord *pos2, s16 *rooms2);
|
||||
void roomGetProps(s16 *room, s16 *propnums, u32 size);
|
||||
|
||||
@@ -89,7 +89,7 @@ u32 func0f16397c(void);
|
||||
void func0f163e34(void);
|
||||
u32 func0f164150(void);
|
||||
u32 func0f164534(void);
|
||||
u32 func0f1645a8(void);
|
||||
void func0f1645a8(s16 room, s16 *rooms, u32 arg2);
|
||||
u32 func0f1646b8(void);
|
||||
u32 func0f164748(void);
|
||||
u32 func0f1648cc(void);
|
||||
|
||||
@@ -23,7 +23,7 @@ void frSetSlot(s32 slot);
|
||||
u32 frGetWeaponBySlot(s32 slot);
|
||||
s32 frGetNumWeaponsAvailable(void);
|
||||
u32 func0f19d338(void);
|
||||
u32 func0f19d414(void);
|
||||
void func0f19d414(void);
|
||||
void func0f19d4ec(void);
|
||||
void *func0f19d560(u32 len);
|
||||
void frSetDifficulty(s32 difficulty);
|
||||
@@ -46,7 +46,7 @@ u32 func0f19e7a8(void);
|
||||
u32 func0f19e900(s32 weapon);
|
||||
void func0f19e9c0(s32 weapon);
|
||||
char *frGetWeaponDescription(void);
|
||||
void func0f19ecdc(s32 arg0);
|
||||
void frEndSession(bool hidetargets);
|
||||
bool frWasTooInaccurate(void);
|
||||
void frSetFailReason(s32 failreason);
|
||||
void func0f19f18c(void);
|
||||
|
||||
@@ -46,7 +46,7 @@ bool menudialog001a6aa4(u32 operation, struct menudialog *dialog, struct menu *m
|
||||
bool menudialogFiringRangeResults(u32 operation, struct menudialog *dialog, struct menu *menu);
|
||||
s32 menudialog001a737c(u32, u32, u32 *);
|
||||
s32 frDetailsOkMenuHandler(u32 operation, struct menuitem *item, s32 *value);
|
||||
s32 menuhandler001a3448(u32 operation, struct menuitem *item, s32 *value);
|
||||
s32 frAbortMenuHandler(u32 operation, struct menuitem *item, s32 *value);
|
||||
s32 menuhandler001a348c(u32, u32, u32 *);
|
||||
s32 menuhandler001a44c0(u32, u32, u32 *);
|
||||
s32 menuhandlerFrFailedContinue(u32 operation, struct menuitem *item, s32 *value);
|
||||
|
||||
@@ -94,7 +94,7 @@ u32 func0f06ab60(void);
|
||||
void func0f06ac40(struct defaultobj *obj);
|
||||
void func0f06ac90(struct prop *prop);
|
||||
void setupParseObject(void *ptr, bool arg1, bool arg2);
|
||||
void setupParseObjectWithArg2False(void *ptr, bool arg1);
|
||||
void setupParseObjectWithArg2False(void *ptr, s32 arg1);
|
||||
u32 func0f06b36c(void);
|
||||
bool func0f06b39c(struct coord *arg0, struct coord *arg1, struct coord *arg2, f32 arg3);
|
||||
u32 func0f06b488(void);
|
||||
|
||||
Reference in New Issue
Block a user