diff options
Diffstat (limited to 'include/load_save.h')
-rw-r--r-- | include/load_save.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/load_save.h b/include/load_save.h index 6162c30b9..10d1083a8 100644 --- a/include/load_save.h +++ b/include/load_save.h @@ -28,5 +28,6 @@ void ApplyNewEncryptionKeyToWord(u32 * word, u32 encryptionKey); void ApplyNewEncryptionKeyToHword(u16 * hword, u32 encryptionKey); void ClearContinueGameWarpStatus2(void); void SetContinueGameWarpStatusToDynamicWarp(void); +void sub_804C1AC(void); #endif // GUARD_LOAD_SAVE_H |