diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-16 08:36:51 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-16 19:00:07 -0500 |
commit | 236cbf96c8f94b8b2d23be8c72ee0e188e82842d (patch) | |
tree | c2042f78efdc37a5b64c9cd797cc0c66a0c80255 /data/text/save.inc | |
parent | 50501396b21bf132cf71d0f5d353bf51d277ba27 (diff) | |
parent | c0d180a8702b9b20afe07b09316286f6406e5811 (diff) |
Merge origin/master into pikalaxalt/link
Diffstat (limited to 'data/text/save.inc')
-rw-r--r-- | data/text/save.inc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/data/text/save.inc b/data/text/save.inc new file mode 100644 index 000000000..d909489ac --- /dev/null +++ b/data/text/save.inc @@ -0,0 +1,32 @@ +gUnknown_082C87B4:: @ 82C87B4 + .string "Would you like to save the game?$" + +gUnknown_082C87D5:: @ 82C87D5 + .string "There is already a saved file.\n" + .string "Is it okay to overwrite it?$" + +gUnknown_082C8810:: @ 82C8810 + .string "SAVING…\n" + .string "DON’T TURN OFF THE POWER.$" + +gUnknown_082C8832:: @ 82C8832 + .string "{PLAYER} saved the game.$" + +gUnknown_082C8845:: @ 82C8845 + .string "WARNING!\p" + .string "There is a different game file that\n" + .string "is already saved.\p" + .string "If you save now, the other file’s\n" + .string "adventure, including items and\l" + .string "POKéMON, will be entirely lost.\p" + .string "Are you sure you want to save now\n" + .string "and overwrite the other save file?$" + +gUnknown_082C892A:: @ 82C892A + .string "Save error.\p" + .string "Please exchange the\n" + .string "backup memory.$" + +gText_SavingDontTurnOffPower:: @ 82C8959 + .string "SAVING…\n" + .string "DON’T TURN OFF THE POWER.$" |