diff options
Diffstat (limited to 'text/maps/safari_zone_rest_house_4.asm')
-rw-r--r-- | text/maps/safari_zone_rest_house_4.asm | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/text/maps/safari_zone_rest_house_4.asm b/text/maps/safari_zone_rest_house_4.asm index 93f02c8f..99115ff0 100644 --- a/text/maps/safari_zone_rest_house_4.asm +++ b/text/maps/safari_zone_rest_house_4.asm @@ -1,27 +1,31 @@ _SafariZoneRestHouse4Text1:: - text "You can keep any" - line "item you find on" - cont "the ground here." + text "Alle Items," + line "die Du findest," + cont "gehören Dir!" - para "But, you'll run" - line "out of time if" - cont "you try for all" - cont "of them at once!" + para "Aber Dir wird die" + line "Zeit davonlaufen," + cont "wenn Du alle auf" + cont "einmal einsammeln" + cont "möchtest!" done _SafariZoneRestHouse4Text2:: - text "Go to the deepest" - line "part of the" - cont "SAFARI ZONE. You" - cont "will win a prize!" + text "Gehe in die" + line "SAFARI-ZONE!" + + para "Du kannst dort" + line "einen Preis" + cont "gewinnen!" done _SafariZoneRestHouse4Text3:: - text "My EEVEE evolved" - line "into FLAREON!" + text "Mein EVOLI hat" + line "sich zu FLAMARA" + cont "entwickelt!" - para "But, a friend's" - line "EEVEE turned into" - cont "a VAPOREON!" - cont "I wonder why?" + para "Aber bei einem" + line "Freund hat sich" + cont "EVOLI zu AQUANA" + cont "entwickelt!" done |