diff options
Diffstat (limited to 'de/text/maps/vermilion_gym_2.asm')
-rw-r--r-- | de/text/maps/vermilion_gym_2.asm | 160 |
1 files changed, 160 insertions, 0 deletions
diff --git a/de/text/maps/vermilion_gym_2.asm b/de/text/maps/vermilion_gym_2.asm new file mode 100644 index 00000000..48c5e983 --- /dev/null +++ b/de/text/maps/vermilion_gym_2.asm @@ -0,0 +1,160 @@ +_VermilionGymText_5cb72:: + text "Ich gebe Dir noch" + line "einen Tip, Junge!" + + para "Die Elektrizität" + line "ist enorm" + cont "kraftvoll!" + + para "Doch sie hat" + line "keine Wirkung auf" + cont "BODEN-#MON!" + done + +_VermilionGymText_5cb77:: + text "Der DONNERORDEN" + line "erhöht die" + cont "INITIATIVE Deiner" + cont "#MON!" + + para "Außerdem können" + line "Deine #MON nun" + cont "jederzeit FLIEGEN" + cont "einsetzen!" + + para "Du bist ein" + line "besonderer Junge!" + cont "Nimm das hier!" + done + +_ReceivedTM24Text:: + text "<PLAYER> erhält" + line "@" + TX_RAM wcf50 + text "!@@" + +_TM24ExplanationText:: + text "" + + para "TM24 ist" + line "DONNERBLITZ!" + + para "ELEKTRO-#MON" + line "können diese" + cont "Attacke erlernen!" + done + +_TM24NoRoomText:: + text "Dein Rucksack" + line "ist voll!" + done + +_ReceivedThunderbadgeText:: + text "Wow!" + + para "Du weißt, wie man" + line "kämpft, Kleiner!" + + para "Als Auszeichnung" + line "verleihe ich Dir" + cont "den DONNERORDEN!" + prompt + +_VermilionGymBattleText1:: + text "MAJOR BOB war" + line "mein Ausbilder!" + done + +_VermilionGymEndBattleText1:: + text "Stop!" + line "Du bist zu gut!" + prompt + +_VermilionGymAfterBattleText1:: + text "Die Tür öffnet" + line "sich nicht?" + + para "MAJOR BOB war" + line "immer sehr" + cont "vorsichtig!" + done + +_VermilionGymBattleText2:: + text "Ich bin ein" + line "Fliegengewicht," + cont "aber im Umgang" + cont "mit Elektrizität" + cont "bin ich Profi!" + done + +_VermilionGymEndBattleText2:: + text "Ein" + line "Kurzschluß!" + prompt + +_VermilionGymAfterBattleText2:: + text "OK, ich rede!" + + para "MAJOR BOB hat" + line "hier irgendwo" + cont "Schalter" + cont "versteckt!" + done + +_VermilionGymBattleText3:: + text "Das hier ist" + line "kein Spielplatz!" + done + +_VermilionGymEndBattleText3:: + text "Wow!" + line "Du hast mich" + cont "überrascht!" + prompt + +_VermilionGymAfterBattleText3:: + text "MAJOR BOB hat" + line "die Tür doppelt" + cont "abgesichert!" + + para "Ein Tip? Der" + line "zweite Schalter" + cont "befindet sich" + cont "direkt neben dem" + cont "ersten!" + done + +_VermilionGymText_5cbf4:: + text "Hey! Warte, Du" + line "Champion in spe!" + + para "MAJOR BOB hat" + line "einen Spitznamen." + cont "Man nennt ihn den" + cont "BLITZSCHNELLEN" + cont "ARENALEITER!" + + para "Er ist ein" + line "Experte für" + cont "ELEKTRO-#MON!" + + para "VOGEL- und" + line "WASSER-#MON" + cont "sind ihm hilflos" + cont "ausgeliefert! Er" + cont "nutzt auch gern" + cont "PARALYSE!" + + para "MAJOR BOB ist" + line "sehr vorsichtig!" + + para "Du mußt ein" + line "Rätsel lösen, um" + cont "ihn zu treffen!" + done + +_VermilionGymText_5cbf9:: + text "Puh! Ein" + line "elektrisierender" + cont "Kampf!" + done |