diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-23 00:22:31 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-23 00:22:31 -0500 |
| commit | 7762afaf993396df6221d3e06a5c76eb63325d46 (patch) | |
| tree | 1ac80ad5c0725024bdcf4307244aac8386841e74 /text/maps/route_1.asm | |
| parent | Even more map text (diff) | |
| download | pokeyellow-7762afaf993396df6221d3e06a5c76eb63325d46.tar.gz pokeyellow-7762afaf993396df6221d3e06a5c76eb63325d46.tar.xz pokeyellow-7762afaf993396df6221d3e06a5c76eb63325d46.zip | |
Split out route text
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 + |
