diff options
| author | dannye <33dannye@gmail.com> | 2020-05-20 19:40:33 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-05-20 20:02:53 -0500 |
| commit | 10f9559eab8c93b94abb8ae8d1083704ad4e169a (patch) | |
| tree | 7dbe7b152dde8a6e9b56664b5b8cdfc0d6be1253 /text/maps/route_6.asm | |
| parent | Merge pull request #39 from TiKevin83/master (diff) | |
| download | pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.tar.gz pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.tar.xz pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.zip | |
Sync with pokered
Diffstat (limited to 'text/maps/route_6.asm')
| -rw-r--r-- | text/maps/route_6.asm | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/text/maps/route_6.asm b/text/maps/route_6.asm deleted file mode 100644 index 71760449..00000000 --- a/text/maps/route_6.asm +++ /dev/null @@ -1,104 +0,0 @@ -_Route6BattleText1:: - text "I'm doing this" - line "out of love." - cont "Leave me alone!" - done - -_Route6EndBattleText1:: - text "No," - line "this can't be..." - prompt - -_Route6AfterBattleText1:: - text "My love will leave" - line "me in disgust." - done - -_Route6BattleText2:: - text "I'm training for" - line "my love. Don't" - cont "bother me!" - done - -_Route6EndBattleText2:: - text "My" - line "textbook never..." - prompt - -_Route6AfterBattleText2:: - text "Now I understand," - line "#MON isn't" - cont "about calculated" - cont "numbers." - done - -_Route6BattleText3:: - text "There aren't many" - line "bugs out here." - done - -_Route6EndBattleText3:: - text "No!" - line "You're kidding!" - prompt - -_Route6AfterBattleText3:: - text "I like bugs, so" - line "I'm going back to" - cont "VIRIDIAN FOREST." - done - -_Route6BattleText4:: - text "Huh? You want" - line "to talk to me?" - done - -_Route6EndBattleText4:: - text "I" - line "didn't start it!" - prompt - -_Route6AfterBattleText4:: - text "I should carry" - line "more #MON with" - cont "me for safety." - done - -_Route6BattleText5:: - text "Me? Well, OK." - line "I'll play!" - done - -_Route6EndBattleText5:: - text "Just" - line "didn't work!" - prompt - -_Route6AfterBattleText5:: - text "I want to get" - line "stronger! What's" - cont "your secret?" - done - -_Route6BattleText6:: - text "I've never seen" - line "you around!" - cont "Are you good?" - done - -_Route6EndBattleText6:: - text "You" - line "are too good!" - prompt - -_Route6AfterBattleText6:: - text "Are my #MON" - line "weak? Or, am I" - cont "just bad?" - done - -_Route6Text7:: - text "UNDERGROUND PATH" - line "CERULEAN CITY -" - cont "VERMILION CITY" - done |
