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_18.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_18.asm')
| -rw-r--r-- | text/maps/route_18.asm | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/text/maps/route_18.asm b/text/maps/route_18.asm new file mode 100644 index 00000000..f2e5306d --- /dev/null +++ b/text/maps/route_18.asm @@ -0,0 +1,59 @@ +_Route18BattleText1: ; 917a1 (24:57a1) + text "I always check" + line "every grassy area" + cont "for new #MON." + done + +_Route18EndBattleText1: ; 917d1 (24:57d1) + text "Tch!" + prompt + +_Route18AfterBattleText1: ; 917d7 (24:57d7) + text "I wish I had a" + line "BIKE!" + done + +_Route18BattleText2: ; 917ed (24:57ed) + text "Kurukkoo!" + line "How do you like" + cont "my bird call?" + done + +_Route18EndBattleText2: ; 91816 (24:5816) + text "I" + line "had to bug you!" + prompt + +_Route18AfterBattleText2: ; 91829 (24:5829) + text "I also collect sea" + line "#MON on" + cont "weekends!" + done + +_Route18BattleText3: ; 9184f (24:584f) + text "This is my turf!" + line "Get out of here!" + done + +_Route18EndBattleText3: ; 91872 (24:5872) + text "Darn!" + prompt + +_Route18AfterBattleText3: ; 91879 (24:5879) + text "This is my fave" + line "#MON hunting" + cont "area!" + done + +_Route18Text4: ; 9189d (24:589d) + text "ROUTE 18" + line "CELADON CITY -" + cont "FUCHSIA CITY" + done + +_Route18Text5: ; 918c3 (24:58c3) + text "CYCLING ROAD" + line "No pedestrians" + cont "permitted!" + done + |
