diff options
Diffstat (limited to 'de/text/maps/silph_co_3f.asm')
-rw-r--r-- | de/text/maps/silph_co_3f.asm | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/de/text/maps/silph_co_3f.asm b/de/text/maps/silph_co_3f.asm new file mode 100644 index 00000000..8803025f --- /dev/null +++ b/de/text/maps/silph_co_3f.asm @@ -0,0 +1,51 @@ +_SilphCo3Text_59ff9:: + text "Ich arbeite für" + line "die SILPH CO.!" + cont "Was soll ich bloß" + cont "machen?" + done + +_SilphCo3Text_59ffe:: + text "<PLAYER>! Du hast" + line "uns mit Hilfe" + cont "Deiner #MON" + cont "gerettet!" + done + +_SilphCo3BattleText1:: + text "Hör endlich auf," + line "uns zu nerven!" + done + +_SilphCo3EndBattleText1:: + text "" + line "Ich gebe auf!" + prompt + +_SilphCo3AfterBattleText1:: + text "Ein Tip? Du" + line "brauchst einen" + cont "TÜRÖFFNER!" + done + +_SilphCo3BattleText2:: + text "Ich arbeite für" + line "das TEAM ROCKET," + cont "die SILPH CO." + cont "zahlt zu wenig!!!" + done + +_SilphCo3EndBattleText2:: + text "Du hast" + line "mich erwischt!" + prompt + +_SilphCo3AfterBattleText2:: + text "Mist..." + + para "Das TEAM ROCKET" + line "hätte mich für" + cont "meine Hilfe die" + cont "#MON studieren" + cont "lassen!" + done |