Decompile coverLoad

This commit is contained in:
Ryan Dwyer
2021-02-10 17:11:47 +10:00
parent 8957a6a29e
commit 36e6a5bbdc
12 changed files with 140 additions and 365 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
#include "types.h"
u32 func0f013ee0(void);
u32 func0f014250(void);
u32 func0f0142e8(void);
void coverAllocateSpecial(s16 *specialcovernums);
void coverLoad(void);
#endif
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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);