diff options
Diffstat (limited to 'text/maps/viridian_forest_exit.asm')
-rw-r--r-- | text/maps/viridian_forest_exit.asm | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/text/maps/viridian_forest_exit.asm b/text/maps/viridian_forest_exit.asm index ab6a5a1d..e849e140 100644 --- a/text/maps/viridian_forest_exit.asm +++ b/text/maps/viridian_forest_exit.asm @@ -1,19 +1,20 @@ _ViridianForestExitText1:: - text "Many #MON live" - line "only in forests " - cont "and caves." + text "Viele #MON" + line "leben in Höhlen" + cont "und Wäldern." - para "You need to look" - line "everywhere to get" - cont "different kinds!" + para "Du solltest Dich" + line "überall umsehen," + cont "um verschiedene" + cont "zu finden!" done _ViridianForestExitText2:: - text "Have you noticed" - line "the bushes on the" - cont "roadside?" + text "Achte auf Büsche" + line "am Wegesrand." - para "They can be cut" - line "down by a special" - cont "#MON move." + para "#MON können" + line "sie mit einer" + cont "Spezial-Technik" + cont "kleinhacken." done |