diff options
Diffstat (limited to 'text/maps/rocket_hideout_b2f.asm')
-rw-r--r-- | text/maps/rocket_hideout_b2f.asm | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/text/maps/rocket_hideout_b2f.asm b/text/maps/rocket_hideout_b2f.asm index c13c3593..391e54e3 100644 --- a/text/maps/rocket_hideout_b2f.asm +++ b/text/maps/rocket_hideout_b2f.asm @@ -1,17 +1,19 @@ _RocketHideout2BattleText2:: - text "BOSS said you can" - line "see GHOSTs with" - cont "the SILPH SCOPE!" + text "Der BOSS sagt," + line "das SILPH SCOPE" + cont "macht Geister" + cont "sichtbar!" done _RocketHideout2EndBattleText2:: - text "I" - line "surrender!" + text "STOP!" + line "Ich ergebe mich!" prompt _RocketHideout2AfterBattleTxt2:: - text "The TEAM ROCKET" - line "HQ has 4 basement" - cont "floors. Can you" - cont "reach the BOSS?" + text "Das TEAM ROCKET-" + line "Hauptquartier hat" + cont "4 Untergeschosse." + cont "Du findest den" + cont "BOSS niemals!!!" done |