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/Route1718Gate.asm | |
parent | 69b20fa83e6d1f36f57e876b30c51d14277f78ee (diff) | |
parent | 4517ed2e30ecc626471a972f6189dc28a6143040 (diff) |
Merge pull request #240 from yenatch/text
text macros
Diffstat (limited to 'maps/Route1718Gate.asm')
-rw-r--r-- | maps/Route1718Gate.asm | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/maps/Route1718Gate.asm b/maps/Route1718Gate.asm index 55c9cb438..e81eb3c86 100644 --- a/maps/Route1718Gate.asm +++ b/maps/Route1718Gate.asm @@ -41,17 +41,21 @@ MovementData_0x73629: ; 0x73629 ; 0x7362c UnknownText_0x7362c: ; 0x7362c - db $0, "CYCLING ROAD", $4f - db "Uphill Starts Here", $57 + text "CYCLING ROAD" + line "Uphill Starts Here" + done ; 0x7364d UnknownText_0x7364d: ; 0x7364d - db $0, "Hang on! Don't you", $4f - db "have a BICYCLE?", $51 - db "The CYCLING ROAD", $4f - db "is beyond here.", $51 - db "You have to have a", $4f - db "BICYCLE to go on.", $57 + text "Hang on! Don't you" + line "have a BICYCLE?" + + para "The CYCLING ROAD" + line "is beyond here." + + para "You have to have a" + line "BICYCLE to go on." + done ; 0x736b6 Route1718Gate_MapEventHeader: ; 0x736b6 |