diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-22 20:59:37 +0800 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-22 20:59:37 +0800 |
commit | 81f6704f3cb15c3f59fd3b48ec3622b63bc71297 (patch) | |
tree | 86c38e0b66c2a86a72269ebd74b466de0f6c47e9 /data/text/save.inc | |
parent | a611b9673e73eeb74af802250d9fee5157f76a20 (diff) |
Use preprocessor for data asms, clean up sound/ and dump some text
Diffstat (limited to 'data/text/save.inc')
-rw-r--r-- | data/text/save.inc | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/data/text/save.inc b/data/text/save.inc new file mode 100644 index 0000000..a944a8d --- /dev/null +++ b/data/text/save.inc @@ -0,0 +1,58 @@ +gUnknown_80B6A34:: @ 80B6A34 + .string "#+Quicksaving your adventure...\n" + .string "#+Please don~27t turn off the power." + .byte 0 + .align 2, 0 + +gUnknown_80B6A7C:: @ 80B6A7C + .string "#+Your adventure has been saved." + .byte 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 + .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 + .align 2, 0 + +gUnknown_80B6B78:: @ 80B6B78 + .string "#+Save failed." + .byte 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 + .align 2, 0 + +gUnknown_80B6BDC:: @ 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" + .string "#+Before shutting down~2c save in your\n" + .string "#+team base~2c or quicksave in a dungeon." + .byte 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 + .align 2, 0 + + .string "pksdir0" + .byte 0 + .align 2, 0 + + .incbin "baserom.gba", 0xB6D30, 0x60 |