diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 14:40:25 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 14:40:25 -0400 |
commit | f5f4d6bc1fa9927796ed7a683fb262d2f50a87c3 (patch) | |
tree | 2661bf35f64f5b1577ce7fcd5b7ef6e91733403d /include/load_save.h | |
parent | f0fe4904d0fa8b4e964b64b896c10d4599eb15d3 (diff) |
through InitCurrentFlashLevelScanlineEffect
Diffstat (limited to 'include/load_save.h')
-rw-r--r-- | include/load_save.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/load_save.h b/include/load_save.h index 20df691e5..23c1429ed 100644 --- a/include/load_save.h +++ b/include/load_save.h @@ -30,6 +30,8 @@ void ApplyNewEncryptionKeyToWord(u32 * word, u32 encryptionKey); void ApplyNewEncryptionKeyToHword(u16 * hword, u32 encryptionKey); void ClearContinueGameWarpStatus2(void); void SetContinueGameWarpStatusToDynamicWarp(void); -void sub_804C1AC(void); +void SetContinueGameWarpStatus(void); +bool32 UseContinueGameWarp(void); +void ClearContinueGameWarpStatus(); #endif // GUARD_LOAD_SAVE_H |