mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-08 18:23:19 -04:00
Decompile coverHasSomeFlags
This commit is contained in:
@@ -323,6 +323,9 @@
|
||||
|
||||
#define COVERFLAG_0001 0x0001
|
||||
#define COVERFLAG_0002 0x0002
|
||||
#define COVERFLAG_0020 0x0020
|
||||
#define COVERFLAG_0040 0x0040
|
||||
#define COVERFLAG_0080 0x0080
|
||||
|
||||
// L/C/R = left/centered/right
|
||||
// big/med/sml is the font size
|
||||
|
||||
@@ -17,6 +17,6 @@ void coverSetFlag0002(s32 covernum, bool enable);
|
||||
void coverSetFlag(s32 covernum, u32 flag);
|
||||
void coverUnsetFlag(s32 covernum, u32 flag);
|
||||
void coverSetFlag0001(s32 covernum, bool enable);
|
||||
u32 func0f1165b0(void);
|
||||
bool coverHasSomeFlags(struct cover *cover);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user