summaryrefslogtreecommitdiff
path: root/include/event_scripts.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-13 22:04:51 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-13 22:04:51 -0400
commit8fd0bc424541cec7fc76a4f841035c2b9e793b0e (patch)
treea823c569134fda669d661dd6085dd6a2980ad931 /include/event_scripts.h
parent6bffe8613e2f764a03f551ad61b360dab9395eec (diff)
Decompile start_menu
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r--include/event_scripts.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h
index ce9d0bbf5..99b453c85 100644
--- a/include/event_scripts.h
+++ b/include/event_scripts.h
@@ -1161,4 +1161,11 @@ extern const u8 EventScript_ResetAllMapFlags[];
// player_pc
extern const u8 EventScript_PalletTown_PlayersHouse_2F_ShutDownPC[];
+// start_menu
+extern const u8 gText_WouldYouLikeToSaveTheGame[];
+extern const u8 gText_AlreadySaveFile_WouldLikeToOverwrite[];
+extern const u8 gText_SavingDontTurnOffThePower[];
+extern const u8 gText_PlayerSavedTheGame[];
+extern const u8 gText_DifferentGameFile[];
+
#endif //GUARD_EVENT_SCRIPTS_H