diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-11-11 16:10:17 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-11-11 16:10:17 -0600 |
commit | f497c1508bb285fb0a7065df2ca2168ec6fac14b (patch) | |
tree | 856eaaf0138d198a1f9f3d7d7466d3d522af7fcb /data/text/save.inc | |
parent | 2e40384fa22725de06a5293454b8962ab4de8f4d (diff) |
Split files from event_scripts.s
Also move maps/scripts to scripts/maps
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..a5f58f0ae --- /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.$" + +gUnknown_082C8959:: @ 82C8959 + .string "SAVING…\n" + .string "DON’T TURN OFF THE POWER.$" |