diff options
Diffstat (limited to 'text/maps/route_4.asm')
-rw-r--r-- | text/maps/route_4.asm | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/text/maps/route_4.asm b/text/maps/route_4.asm index 0a36f4cd..f4dc4375 100644 --- a/text/maps/route_4.asm +++ b/text/maps/route_4.asm @@ -1,35 +1,40 @@ _Route4Text1:: - text "Ouch! I tripped" - line "over a rocky" - cont "#MON, GEODUDE!" + text "Aua! Ich bin über" + line "ein KLEINSTEIN" + cont "gestolpert, ein" + cont "STEIN-#MON!" done _Route4BattleText1:: - text "I came to get my" - line "mushroom #MON!" + text "Ich bin hier, um" + line "PILZ-#MON" + cont "zu fangen!" done _Route4EndBattleText1:: - text "Oh! My cute" - line "mushroom #MON!" + text "Ach," + line "PILZ-#MON" + cont "sind ja so süß!" prompt _Route4AfterBattleText1:: - text "There might not" - line "be any more" - cont "mushrooms here." + text "Es dürfte hier" + line "keine PILZ-" + cont "#MON mehr" + cont "geben." - para "I think I got" - line "them all." + para "Ich glaube, ich" + line "habe alle" + cont "gefangen." done _Route4Text5:: - text "MT.MOON" - line "Tunnel Entrance" + text "MONDBERG" + line "Tunneleingang" done _Route4Text6:: text "ROUTE 4" - line "MT.MOON -" - cont "CERULEAN CITY" + line "MONDBERG -" + cont "AZURIA CITY" done |