diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-03-08 08:21:26 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-03-08 08:21:26 -0600 |
commit | d7166960f80dd1e80411f0100812c8d7897455a5 (patch) | |
tree | 56d386badb1b4d6c696cebe75ee495647e6ced7f /maps/Route15FuchsiaGate.asm | |
parent | 69b20fa83e6d1f36f57e876b30c51d14277f78ee (diff) | |
parent | 4517ed2e30ecc626471a972f6189dc28a6143040 (diff) |
Merge pull request #240 from yenatch/text
text macros
Diffstat (limited to 'maps/Route15FuchsiaGate.asm')
-rw-r--r-- | maps/Route15FuchsiaGate.asm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/maps/Route15FuchsiaGate.asm b/maps/Route15FuchsiaGate.asm index b4993d161..697503ed5 100644 --- a/maps/Route15FuchsiaGate.asm +++ b/maps/Route15FuchsiaGate.asm @@ -11,10 +11,12 @@ OfficerScript_0x19679e: ; 0x19679e ; 0x1967a1 UnknownText_0x1967a1: ; 0x1967a1 - db $0, "You're working on", $4f - db "a #DEX? That's", $51 - db "really something.", $4f - db "Don't give up!", $57 + text "You're working on" + line "a #DEX? That's" + + para "really something." + line "Don't give up!" + done ; 0x1967e1 Route15FuchsiaGate_MapEventHeader: ; 0x1967e1 |