diff options
Diffstat (limited to 'text/Route11_2.asm')
-rw-r--r-- | text/Route11_2.asm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/text/Route11_2.asm b/text/Route11_2.asm new file mode 100644 index 00000000..b9b68d6d --- /dev/null +++ b/text/Route11_2.asm @@ -0,0 +1,28 @@ +_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 |