diff options
Diffstat (limited to 'text/Route11.asm')
-rw-r--r-- | text/Route11.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/text/Route11.asm b/text/Route11.asm index 13e37bdf..451d2bec 100644 --- a/text/Route11.asm +++ b/text/Route11.asm @@ -131,3 +131,32 @@ _Route11BattleText9:: text "Watch out for" line "live wires!" done + +_Route11EndBattleText9:: + text "Whoa!" + line "You spark plug!" + prompt + +_Route11AfterBattleText9:: + text "Well, better get" + line "back to work." + done + +_Route11BattleText10:: + text "My #MON should" + line "be ready by now!" + done + +_Route11EndBattleText10:: + text "Too" + line "much, too young!" + prompt + +_Route11AfterBattleText10:: + text "I better go find" + line "stronger ones!" + done + +_Route11Text11:: + text "DIGLETT's CAVE" + done |