diff options
Diffstat (limited to 'text/Route9_2.asm')
-rw-r--r-- | text/Route9_2.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/text/Route9_2.asm b/text/Route9_2.asm new file mode 100644 index 00000000..f3803618 --- /dev/null +++ b/text/Route9_2.asm @@ -0,0 +1,21 @@ +_Route9BattleText9:: + text "Go, my super bug" + line "#MON!" + done + +_Route9EndBattleText9:: + text "My" + line "bugs..." + prompt + +_Route9AfterBattleText9:: + text "If you don't like" + line "bug #MON, you" + cont "bug me!" + done + +_Route9Text11:: + text "ROUTE 9" + line "CERULEAN CITY-" + cont "ROCK TUNNEL" + done |