mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-20 13:44:53 -04:00
Decompile coverLoad
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "types.h"
|
||||
|
||||
u32 func0f013ee0(void);
|
||||
u32 func0f014250(void);
|
||||
u32 func0f0142e8(void);
|
||||
void coverAllocateSpecial(s16 *specialcovernums);
|
||||
void coverLoad(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -17,6 +17,6 @@ void coverSetInUse(s32 covernum, bool enable);
|
||||
void coverSetFlag(s32 covernum, u32 flag);
|
||||
void coverUnsetFlag(s32 covernum, u32 flag);
|
||||
void coverSetFlag0001(s32 covernum, bool enable);
|
||||
bool coverHasSomeFlags(struct cover *cover);
|
||||
bool coverIsSpecial(struct cover *cover);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -75,7 +75,7 @@ bool roomContainsCoord(struct coord *pos, s16 roomnum);
|
||||
bool func0f161c08(struct coord *arg0, s16 roomnum);
|
||||
void func0f161d30(struct coord *arg0, s16 roomnum);
|
||||
void func0f162128(struct coord *arg0, s16 roomnum);
|
||||
void func0f162194(struct coord *arg0, s16 *rooms, s16 *arg2, s32 arg3, s16 *arg4);
|
||||
void func0f162194(struct coord *pos, s16 *rooms1, s16 *rooms2, s32 len, s16 *arg4);
|
||||
bool portalPushValue(bool value);
|
||||
bool portalPopValue(void);
|
||||
bool portalGetNthValueFromEnd(s32 offset);
|
||||
|
||||
Reference in New Issue
Block a user