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/wonder_mail_complete.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/wonder_mail_complete.inc')
-rw-r--r-- | data/text/wonder_mail_complete.inc | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/data/text/wonder_mail_complete.inc b/data/text/wonder_mail_complete.inc index 7b6fad1..d919ffb 100644 --- a/data/text/wonder_mail_complete.inc +++ b/data/text/wonder_mail_complete.inc @@ -1,40 +1,26 @@ gUnknown_80E0184:: @ 80E0184 - .string " Thank you for rescuing me!" - .byte 0 + .string " Thank you for rescuing me!\0" .align 2, 0 gUnknown_80E01A0:: @ 80E01A0 .string " Thank you for rescuing\n" - .string "#C5" - .byte 0x24 - .string "m1#R!" - .byte 0 + .string "#C5$m1#R!\0" .align 2, 0 gUnknown_80E01C4:: @ 80E01C4 .string " Thank you for escorting me\n" - .string "to #C5" - .byte 0x24 - .string "m1#R! " - .byte 0 + .string "to #C5$m1#R! \0" .align 2, 0 gUnknown_80E01F0:: @ 80E01F0 .string " Thank you for delivering\n" - .string "the #C4" - .byte 0x24 - .string "i0#R!" - .byte 0 + .string "the #C4$i0#R!\0" .align 2, 0 gUnknown_80E0218:: @ 80E0218 .string " Thank you for getting me\n" - .string "the #C4" - .byte 0x24 - .string "i0#R!" - .byte 0 + .string "the #C4$i0#R!\0" .align 2, 0 - .string "pksdir0" - .byte 0 + .string "pksdir0\0" .align 2, 0 |