diff options
Diffstat (limited to 'de/text/maps/route_4.asm')
-rw-r--r-- | de/text/maps/route_4.asm | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/de/text/maps/route_4.asm b/de/text/maps/route_4.asm new file mode 100644 index 00000000..f4dc4375 --- /dev/null +++ b/de/text/maps/route_4.asm @@ -0,0 +1,40 @@ +_Route4Text1:: + text "Aua! Ich bin über" + line "ein KLEINSTEIN" + cont "gestolpert, ein" + cont "STEIN-#MON!" + done + +_Route4BattleText1:: + text "Ich bin hier, um" + line "PILZ-#MON" + cont "zu fangen!" + done + +_Route4EndBattleText1:: + text "Ach," + line "PILZ-#MON" + cont "sind ja so süß!" + prompt + +_Route4AfterBattleText1:: + text "Es dürfte hier" + line "keine PILZ-" + cont "#MON mehr" + cont "geben." + + para "Ich glaube, ich" + line "habe alle" + cont "gefangen." + done + +_Route4Text5:: + text "MONDBERG" + line "Tunneleingang" + done + +_Route4Text6:: + text "ROUTE 4" + line "MONDBERG -" + cont "AZURIA CITY" + done |