summaryrefslogtreecommitdiff
path: root/de/text/maps/bruno.asm
diff options
context:
space:
mode:
Diffstat (limited to 'de/text/maps/bruno.asm')
-rw-r--r--de/text/maps/bruno.asm39
1 files changed, 39 insertions, 0 deletions
diff --git a/de/text/maps/bruno.asm b/de/text/maps/bruno.asm
new file mode 100644
index 00000000..9bae2b03
--- /dev/null
+++ b/de/text/maps/bruno.asm
@@ -0,0 +1,39 @@
+_BrunoBeforeBattleText::
+ text "Ich gehöre zu den"
+ line "TOP VIER! Mein"
+ cont "Name ist BRUNO!"
+
+ para "Durch ausgiebiges"
+ line "Training können"
+ cont "#MON sehr"
+ cont "stark werden!"
+
+ para "Ich habe meine"
+ line "#MON pausenlos"
+ cont "trainiert!"
+
+ para "<PLAYER>!"
+
+ para "Wir werden Dich"
+ line "mit unserer Kraft"
+ cont "bezwingen!"
+
+ para "Zum Angriff!"
+ done
+
+_BrunoEndBattleText::
+ text "Wie konnte"
+ line "ich verlieren?"
+ prompt
+
+_BrunoAfterBattleText::
+ text "Ich bin erledigt!"
+ line "Doch die nächste"
+ cont "Herausforderung"
+ cont "wartet bereits..."
+ done
+
+_BrunoDontRunAwayText::
+ text "EINE STIMME:"
+ line "Lauf nicht davon!"
+ done