Decompile savefileClearAllFlags

This commit is contained in:
Ryan Dwyer
2020-11-16 23:12:14 +10:00
parent c951e2162f
commit 193efc78db
4 changed files with 15 additions and 25 deletions
+3
View File
@@ -2579,6 +2579,9 @@
#define SAVEFILEFLAG_HOWTO_DOORS 0x49
#define SAVEFILEFLAG_HOWTO_ELEVATORS 0x4a
#define SAVEFILEFLAG_HOWTO_TERMINALS 0x4b
#define SAVEFILEFLAG_4C 0x4c
#define SAVEFILEFLAG_4D 0x4d
#define SAVEFILEFLAG_4E 0x4e
#define SCREENRATIO_NORMAL 0
#define SCREENRATIO_16_9 1
+1 -1
View File
@@ -127,7 +127,7 @@ s32 pakReadEeprom(u8 address, u8 *buffer, u32 len);
s32 pakWriteEeprom(u8 address, u8 *buffer, u32 len);
void bitSetByIndex(u32 value, u32 *flags, bool set);
u32 bitGetByIndex(u32 value, u32 *flags);
void func0f11e5bc(u32 *flags);
void savefileClearAllFlags(u32 *flags);
void func0f11e618(char *src, char *dst, u32 len);
s8 pakSearch(s32 arg0);
s32 func0f11e750(s8 arg0);