diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-12-17 13:17:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 13:17:58 -0600 |
commit | 096de8d9b2ffd90c52e790296bfd7c5436d45ca3 (patch) | |
tree | 9c5af2e04dea05221c71946a5dfc06471f77801d /data/text/save.inc | |
parent | bc504264f1e54b3c1e482710c592e5549828bfe1 (diff) | |
parent | f90f3affeb9b0a66aa7df68f5fdecd692033faf9 (diff) |
Merge pull request #12 from SethBarberee/master
Merge work from SethBarberee/pmd-red into pret.
Diffstat (limited to 'data/text/save.inc')
-rw-r--r-- | data/text/save.inc | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/data/text/save.inc b/data/text/save.inc index 4843851..b01e2d8 100644 --- a/data/text/save.inc +++ b/data/text/save.inc @@ -1,38 +1,32 @@ gUnknown_80B6A34:: @ 80B6A34 .string "#+Quicksaving your adventure...\n" - .string "#+Please don~27t turn off the power." - .byte 0 + .string "#+Please don~27t turn off the power.\0" .align 2, 0 gUnknown_80B6A7C:: @ 80B6A7C - .string "#+Your adventure has been saved." - .byte 0 + .string "#+Your adventure has been saved.\0" .align 2, 0 gUnknown_80B6AA0:: @ 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." - .byte 0 + .string "#+your progress before ending the game.\0" .align 2, 0 gUnknown_80B6B14:: @ 80B6B14 .string "#+The data could not be written.\n" .string "#+Please turn off the power and remove\n" - .string "#+and reinsert the DS Card." - .byte 0 + .string "#+and reinsert the DS Card.\0" .align 2, 0 gUnknown_80B6B78:: @ 80B6B78 - .string "#+Save failed." - .byte 0 + .string "#+Save failed.\0" .align 2, 0 gUnknown_80B6B88:: @ 80B6B88 .string "#+Error reading data.\n" .string "#+Please turn off the power and reinsert\n" - .string "#+the DS Game Card." - .byte 0 + .string "#+the DS Game Card.\0" .align 2, 0 gUnknown_80B6BDC:: @ 80B6BDC @@ -40,18 +34,16 @@ gUnknown_80B6BDC:: @ 80B6BDC .string "#+so your game cannot be resumed\n" .string "#+from your last spot.#P#+Your last outing is considered a defeat.\n" .string "#+Before shutting down~2c save in your\n" - .string "#+team base~2c or quicksave in a dungeon." - .byte 0 + .string "#+team base~2c or quicksave in a dungeon.\0" .align 2, 0 gUnknown_80B6CB8:: @ 80B6CB8 .string "#+You may not resume your dungeon\n" .string "#+adventure using this saved data.\n" - .string "#+Your last outing is considered a defeat." - .byte 0 + .string "#+Your last outing is considered a defeat.\0" .align 2, 0 - .asciz "pksdir0" + .string "pksdir0\0" .align 2, 0 .incbin "baserom.gba", 0xB6D30, 0x60 |