import from github

This commit is contained in:
2022-05-19 17:14:13 +00:00
parent 5247c34f50
commit ab32b30591
12612 changed files with 1905035 additions and 83 deletions

33
data/text/save.inc Normal file
View File

@ -0,0 +1,33 @@
.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.$"