mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 23:37:33 -04:00
Decompile savefileClearAllFlags
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user