diff options
author | FieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com> | 2021-10-11 12:04:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 09:04:44 -0700 |
commit | 18726d97cfe82c38a4809ca1fb4fd4aeda7a7ee1 (patch) | |
tree | dddb4b3dcb10acaa2b9059ba68b6c6bf8e23a565 /data | |
parent | 25794a39c3539e66d1c0b2334cb35273cd9d8494 (diff) |
More text cleanup (#62)
* Update build.yml
temporarily so that I can edit without having to try to figure out why my Git client keeps crashing
* Fix references to the old save.inc text labels
* Labels
welp here we go again
* Give Wonder Mail client 'thanks' text more descriptive function label names
* Change back the workflow
Diffstat (limited to 'data')
-rw-r--r-- | data/text/save.inc | 16 | ||||
-rw-r--r-- | data/text/wonder_mail_complete.inc | 10 |
2 files changed, 13 insertions, 13 deletions
diff --git a/data/text/save.inc b/data/text/save.inc index b01e2d8..f20a139 100644 --- a/data/text/save.inc +++ b/data/text/save.inc @@ -1,35 +1,35 @@ -gUnknown_80B6A34:: @ 80B6A34 +gSaveTextQuicksaving:: @ 80B6A34 .string "#+Quicksaving your adventure...\n" .string "#+Please don~27t turn off the power.\0" .align 2, 0 -gUnknown_80B6A7C:: @ 80B6A7C +gSaveTextYourAdventureHasBeenSaved:: @ 80B6A7C .string "#+Your adventure has been saved.\0" .align 2, 0 -gUnknown_80B6AA0:: @ 80B6AA0 +gSaveTextYourAdventureHasBeenSavedLong:: @ 80B6AA0 .string "#+Your adventure has been saved.\n" .string "#+When you are in a dungeon~2c quicksave\n" .string "#+your progress before ending the game.\0" .align 2, 0 -gUnknown_80B6B14:: @ 80B6B14 +gSaveTextTheDataCouldNotBeWritten:: @ 80B6B14 .string "#+The data could not be written.\n" .string "#+Please turn off the power and remove\n" .string "#+and reinsert the DS Card.\0" .align 2, 0 -gUnknown_80B6B78:: @ 80B6B78 +gSaveTextFailed:: @ 80B6B78 .string "#+Save failed.\0" .align 2, 0 -gUnknown_80B6B88:: @ 80B6B88 +gSaveTextError:: @ 80B6B88 .string "#+Error reading data.\n" .string "#+Please turn off the power and reinsert\n" .string "#+the DS Game Card.\0" .align 2, 0 -gUnknown_80B6BDC:: @ 80B6BDC +gSaveTextCantResume:: @ 80B6BDC .string "#+Your data was not properly saved~2c\n" .string "#+so your game cannot be resumed\n" .string "#+from your last spot.#P#+Your last outing is considered a defeat.\n" @@ -37,7 +37,7 @@ gUnknown_80B6BDC:: @ 80B6BDC .string "#+team base~2c or quicksave in a dungeon.\0" .align 2, 0 -gUnknown_80B6CB8:: @ 80B6CB8 +gSaveTextMayNotResume:: @ 80B6CB8 .string "#+You may not resume your dungeon\n" .string "#+adventure using this saved data.\n" .string "#+Your last outing is considered a defeat.\0" diff --git a/data/text/wonder_mail_complete.inc b/data/text/wonder_mail_complete.inc index d919ffb..24a5288 100644 --- a/data/text/wonder_mail_complete.inc +++ b/data/text/wonder_mail_complete.inc @@ -1,23 +1,23 @@ -gUnknown_80E0184:: @ 80E0184 +gWonderMailClientThanksForRescuingMe:: @ 80E0184 .string " Thank you for rescuing me!\0" .align 2, 0 -gUnknown_80E01A0:: @ 80E01A0 +gWonderMailClientThanksForRescuingThem:: @ 80E01A0 .string " Thank you for rescuing\n" .string "#C5$m1#R!\0" .align 2, 0 -gUnknown_80E01C4:: @ 80E01C4 +gWonderMailClientEscorted:: @ 80E01C4 .string " Thank you for escorting me\n" .string "to #C5$m1#R! \0" .align 2, 0 -gUnknown_80E01F0:: @ 80E01F0 +gWonderMailClientItemDelivered1:: @ 80E01F0 .string " Thank you for delivering\n" .string "the #C4$i0#R!\0" .align 2, 0 -gUnknown_80E0218:: @ 80E0218 +gWonderMailClientItemDelivered2:: @ 80E0218 .string " Thank you for getting me\n" .string "the #C4$i0#R!\0" .align 2, 0 |