diff options
Diffstat (limited to 'text/maps/rock_tunnel_b2f_2.asm')
-rw-r--r-- | text/maps/rock_tunnel_b2f_2.asm | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/text/maps/rock_tunnel_b2f_2.asm b/text/maps/rock_tunnel_b2f_2.asm index e8e45a7f..8cde7899 100644 --- a/text/maps/rock_tunnel_b2f_2.asm +++ b/text/maps/rock_tunnel_b2f_2.asm @@ -1,20 +1,21 @@ _RockTunnel2AfterBattleText8:: - text "I'll raise my" - line "#MON to beat" - cont "yours, kid!" + text "Ich werde mit" + line "meinen #MON" + cont "trainieren!" done _RockTunnel2BattleText9:: - text "I draw #MON" - line "when I'm home." + text "Zuhause zeichne" + line "ich gern #MON." done _RockTunnel2EndBattleText9:: - text "Whew!" - line "I'm exhausted!" + text "Ich" + line "bin erschöpft!" prompt _RockTunnel2AfterBattleText9:: - text "I'm an artist," - line "not a fighter." + text "Ich liebe die" + line "Kunst," + cont "nicht den Kampf!" done |