diff options
Diffstat (limited to 'text/maps/route_1.asm')
-rw-r--r-- | text/maps/route_1.asm | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/text/maps/route_1.asm b/text/maps/route_1.asm new file mode 100644 index 00000000..c262bf7d --- /dev/null +++ b/text/maps/route_1.asm @@ -0,0 +1,50 @@ +_Route1ViridianMartSampleText: ; 8d5bf (23:55bf) + text "Hi! I work at a" + line "#MON MART." + + para "It's a convenient" + line "shop, so please" + cont "visit us in" + cont "VIRIDIAN CITY." + + para "I know, I'll give" + line "you a sample!" + cont "Here you go!" + prompt + +_UnnamedText_1cae8: ; 8d643 (23:5643) + text $52, " got" + line "@" + TX_RAM $cf4b + text "!@@" + +_UnnamedText_1caee: ; 8d652 (23:5652) + text "We also carry" + line "# BALLs for" + cont "catching #MON!" + done + +_UnnamedText_1caf3: ; 8d67c (23:567c) + text "You have too much" + line "stuff with you!" + done + +_Route1Text2: ; 8d69f (23:569f) + text "See those ledges" + line "along the road?" + + para "It's a bit scary," + line "but you can jump" + cont "from them." + + para "You can get back" + line "to PALLET TOWN" + cont "quicker that way." + done + +_Route1Text3: ; 8d720 (23:5720) + text "ROUTE 1" + line "PALLET TOWN -" + cont "VIRIDIAN CITY" + done + |