tumbledemerald-legacy/data/text/save.inc

34 lines
892 B
PHP
Raw Normal View History

2022-05-19 19:14:13 +02:00
.align 2
gText_ConfirmSave::
.string "Would you like to save the game?$"
gText_AlreadySavedFile::
.string "There is already a saved file.\n"
.string "Is it okay to overwrite it?$"
gText_SavingDontTurnOff::
.string "SAVING…\n"
.string "DON'T TURN OFF THE POWER.$"
gText_PlayerSavedGame::
.string "{PLAYER} saved the game.$"
gText_DifferentSaveFile::
.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?$"
gText_SaveError::
.string "Save error.\p"
.string "Please exchange the\n"
.string "backup memory.$"
gText_SavingDontTurnOffPower::
.string "SAVING…\n"
.string "DON'T TURN OFF THE POWER.$"