summaryrefslogtreecommitdiff
path: root/maps/Route7.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-03-08 08:21:26 -0600
committerBryan Bishop <kanzure@gmail.com>2014-03-08 08:21:26 -0600
commitd7166960f80dd1e80411f0100812c8d7897455a5 (patch)
tree56d386badb1b4d6c696cebe75ee495647e6ced7f /maps/Route7.asm
parent69b20fa83e6d1f36f57e876b30c51d14277f78ee (diff)
parent4517ed2e30ecc626471a972f6189dc28a6143040 (diff)
Merge pull request #240 from yenatch/text
text macros
Diffstat (limited to 'maps/Route7.asm')
-rw-r--r--maps/Route7.asm32
1 files changed, 19 insertions, 13 deletions
diff --git a/maps/Route7.asm b/maps/Route7.asm
index 2dfb9b4be..2f83a7edd 100644
--- a/maps/Route7.asm
+++ b/maps/Route7.asm
@@ -15,22 +15,28 @@ MapRoute7Signpost1Script: ; 0x1ad385
; 0x1ad388
UnknownText_0x1ad388: ; 0x1ad388
- db $0, "What's this flyer?", $51
- db "… Uncouth trainers", $4f
- db "have been holding", $51
- db "battles in the", $4f
- db "UNDERGROUND PATH.", $51
- db "Because of rising", $4f
- db "complaints by lo-", $55
- db "cal residents, the", $55
- db "UNDERGROUND PATH", $55
- db "has been sealed", $55
- db "indefinitely.", $51
- db "CELADON POLICE", $57
+ text "What's this flyer?"
+
+ para "… Uncouth trainers"
+ line "have been holding"
+
+ para "battles in the"
+ line "UNDERGROUND PATH."
+
+ para "Because of rising"
+ line "complaints by lo-"
+ cont "cal residents, the"
+ cont "UNDERGROUND PATH"
+ cont "has been sealed"
+ cont "indefinitely."
+
+ para "CELADON POLICE"
+ done
; 0x1ad456
UnknownText_0x1ad456: ; 0x1ad456
- db $0, "It's locked…", $57
+ text "It's locked…"
+ done
; 0x1ad463
Route7_MapEventHeader: ; 0x1ad463