diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
| commit | 6bfe2f42381deecf254542842d7c312d777062fc (patch) | |
| tree | 455a40e198aa136a23f3a98f8099569d2e7f9896 /text/maps/route_1.asm | |
| parent | Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered (diff) | |
| parent | Get rid of more unnecessary labels in text.asm (diff) | |
| download | pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.gz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.xz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.zip | |
Merge branch 'text' of https://github.com/yenatch/pokered
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 + |
