decompile load_save.c

This commit is contained in:
ProjectRevoTPP
2018-10-15 22:21:18 -04:00
parent a2e49c4d5c
commit 77d98a23c6
42 changed files with 982 additions and 1495 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ void SaveSerializedGame(void);
void LoadSerializedGame(void);
void LoadPlayerBag(void);
void SavePlayerBag(void);
void SetSaveBlocksPointers(u16);
void SetSaveBlocksPointers(void);
void MoveSaveBlocks_ResetHeap(void);
void ApplyNewEncryptionKeyToAllEncryptedData(u32 encryptionKey);
void ApplyNewEncryptionKeyToBagItems(u32 encryptionKey);
#endif // GUARD_LOAD_SAVE_H