Decompile coverHasSomeFlags

This commit is contained in:
Ryan Dwyer
2020-01-27 18:09:01 +10:00
parent 7ad182636c
commit 476ffced5e
6 changed files with 15 additions and 11 deletions
+3
View File
@@ -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
+1 -1
View File
@@ -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