summaryrefslogtreecommitdiff
path: root/include/load_save.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-12-21 20:37:24 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2019-12-21 20:37:24 -0500
commit6dfcec1181e2aee01d3a5c0c6c16d0bdd426d21e (patch)
tree171a6c4385710e55633abdd5fd3d5d28d7b0124b /include/load_save.h
parent213b4124bdc73125c2bfefde40d5345e869ad625 (diff)
Decompile post_battle_event_funcs
Diffstat (limited to 'include/load_save.h')
-rw-r--r--include/load_save.h1
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