diff options
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 |