diff options
Diffstat (limited to 'text/maps/rocket_hideout_b3f.asm')
-rw-r--r-- | text/maps/rocket_hideout_b3f.asm | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/text/maps/rocket_hideout_b3f.asm b/text/maps/rocket_hideout_b3f.asm index a146a383..41d8c7c3 100644 --- a/text/maps/rocket_hideout_b3f.asm +++ b/text/maps/rocket_hideout_b3f.asm @@ -1,35 +1,36 @@ _RocketHideout3BattleText2:: - text "Stop meddling in" - line "TEAM ROCKET's" - cont "affairs!" + text "Halte Dich aus" + line "TEAM ROCKETS" + cont "Angelegenheiten!" done _RocketHideout3EndBattleText2:: - text "Oof!" - line "Taken down!" + text "Uff! Ich" + line "bin am Boden!" prompt _RocketHideout3AfterBattleTxt2:: - text "SILPH SCOPE?" - line "The machine the" - cont "BOSS stole. It's" - cont "here somewhere." + text "Das SILPH SCOPE?" + line "Das Gerät, das" + cont "der BOSS geraubt" + cont "hat? Das ist hier" + cont "irgendwo..." done _RocketHideout3BattleTxt:: - text "We got word from" - line "upstairs that you" - cont "were coming!" + text "Wir hörten schon," + line "daß Du im" + cont "Anmarsch bist!" done _RocketHideout3EndBattleText3:: - text "What?" - line "I lost? No!" + text "Was? Ich" + line "hab verloren? Ah!" prompt _RocketHide3AfterBattleText3:: - text "Go ahead and go!" - line "But, you need the" - cont "LIFT KEY to run" - cont "the elevator!" + text "Geh ruhig weiter!" + line "Du benötigst den" + cont "LIFTÖFFNER, und" + cont "der fehlt Dir!" done |