summaryrefslogtreecommitdiff
path: root/include/event_scripts.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-14 10:29:13 -0400
committerGitHub <noreply@github.com>2019-10-14 10:29:13 -0400
commit8efae5c807bf6b27f5c90bfb0c5887dbde24f10d (patch)
tree0680b08568c4c38b96b78d793e7426a85016dce6 /include/event_scripts.h
parent6bffe8613e2f764a03f551ad61b360dab9395eec (diff)
parentd4c9b7782835ec6e31fee4e7c18351658da087cd (diff)
Merge pull request #118 from PikalaxALT/start_menu
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