diff options
author | Anders Løvig <anders.lloevig@gmail.com> | 2018-03-28 15:45:35 +0200 |
---|---|---|
committer | Anders Løvig <anders.lloevig@gmail.com> | 2018-03-28 15:45:35 +0200 |
commit | 5bc8ee646520653e6df86194078f3573c02cf5f9 (patch) | |
tree | 616e0b49b1c6c03aed2cb814800af58a386f36d9 /data/text | |
parent | 6cd590f4fd974d61421851d5d14a88e4eb910d30 (diff) |
Added static modifers
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/save.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/text/save.inc b/data/text/save.inc index d909489ac..b252d61eb 100644 --- a/data/text/save.inc +++ b/data/text/save.inc @@ -1,18 +1,18 @@ -gUnknown_082C87B4:: @ 82C87B4 +gText_ConfirmSave:: @ 82C87B4 .string "Would you like to save the game?$" -gUnknown_082C87D5:: @ 82C87D5 +gText_AlreadySavedFile:: @ 82C87D5 .string "There is already a saved file.\n" .string "Is it okay to overwrite it?$" -gUnknown_082C8810:: @ 82C8810 +gText_SavingDontTurnOff:: @ 82C8810 .string "SAVING…\n" .string "DON’T TURN OFF THE POWER.$" -gUnknown_082C8832:: @ 82C8832 +gText_PlayerSavedGame:: @ 82C8832 .string "{PLAYER} saved the game.$" -gUnknown_082C8845:: @ 82C8845 +gText_DifferentSaveFile:: @ 82C8845 .string "WARNING!\p" .string "There is a different game file that\n" .string "is already saved.\p" @@ -22,7 +22,7 @@ gUnknown_082C8845:: @ 82C8845 .string "Are you sure you want to save now\n" .string "and overwrite the other save file?$" -gUnknown_082C892A:: @ 82C892A +gText_SaveError:: @ 82C892A .string "Save error.\p" .string "Please exchange the\n" .string "backup memory.$" |