diff options
Diffstat (limited to 'de/text/maps/celadon_mansion_3f.asm')
-rw-r--r-- | de/text/maps/celadon_mansion_3f.asm | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/de/text/maps/celadon_mansion_3f.asm b/de/text/maps/celadon_mansion_3f.asm new file mode 100644 index 00000000..0649586d --- /dev/null +++ b/de/text/maps/celadon_mansion_3f.asm @@ -0,0 +1,76 @@ +_ProgrammerText:: + text "Ich? Ich bin der" + line "Programmierer!" + done + +_GraphicArtistText:: + text "Ich bin der" + line "Grafiker!" + cont "Ich habe dies" + cont "alles gezeichnet!" + done + +_WriterText:: + text "Die Geschichte" + line "stammt von mir!" + cont "Ist ERIKA nicht" + cont "süß?" + + para "Aber MISTY mag" + line "ich auch gerne!" + + para "Und nicht zu" + line "vergessen," + cont "SABRINA!" + done + +_GameDesignerText:: + text "Gefällt Dir das" + line "Spiel?" + + para "Ich habe das" + line "Spiel gestaltet!" + + para "Auch wenn es sehr" + line "mühsam ist, den" + cont "#DEX zu" + cont "erstellen: Gib" + cont "nicht auf!" + + para "Zeige ihn mir," + line "wenn er komplett" + cont "ist!" + done + +_CompletedDexText:: + text "Wow! Fantastisch!" + line "Dein #DEX" + cont "ist vollständig!" + cont "Herzlichen" + cont "Glückwunsch!@@" + +_CeladonMansion3Text5:: + text "Der Programmcode!" + line "Davon sollte man" + cont "besser die Finger" + cont "lassen!" + done + +_CeladonMansion3Text6:: + text "Dort spielt" + line "jemand, anstatt" + cont "zu arbeiten!" + done + +_CeladonMansion3Text7:: + text "Das Drehbuch!" + line "Ich schaue mir" + cont "das Ende besser" + cont "nicht an!" + done + +_CeladonMansion3Text8:: + text "GAME FREAK" + line "Entwicklungs-" + cont "Abteilung" + done |