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/strings.s | |
parent | 6cd590f4fd974d61421851d5d14a88e4eb910d30 (diff) |
Added static modifers
Diffstat (limited to 'data/strings.s')
-rw-r--r-- | data/strings.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/strings.s b/data/strings.s index 75b430dd1..ace85665c 100644 --- a/data/strings.s +++ b/data/strings.s @@ -3704,13 +3704,13 @@ gText_LeaderLeftEndingChat:: @ 85ED2FA gText_RegisteredTextChanged:: @ 85ED325 .string "The registered text has been changed.\nIs it okay to save the game?$" -gText_AlreadySavedFile:: @ 85ED368 +gText_AlreadySavedFile_Unused:: @ 85ED368 .string "There is already a saved file.\nIs it okay to overwrite it?$" -gText_SavingDontTurnOff:: @ 85ED3A3 +gText_SavingDontTurnOff_Unused:: @ 85ED3A3 .string "SAVING…\nDON’T TURN OFF THE POWER.$" -gText_PlayerSavedGame:: @ 85ED3C5 +gText_PlayerSavedGame_Unused:: @ 85ED3C5 .string "{SPECIAL_F7 0x00} saved the game.$" gText_IfLeaderLeavesChatEnds:: @ 85ED3D8 |