diff options
Diffstat (limited to 'text/maps/fan_club.asm')
-rw-r--r-- | text/maps/fan_club.asm | 190 |
1 files changed, 102 insertions, 88 deletions
diff --git a/text/maps/fan_club.asm b/text/maps/fan_club.asm index 4827f2e8..adc622eb 100644 --- a/text/maps/fan_club.asm +++ b/text/maps/fan_club.asm @@ -1,143 +1,157 @@ PikachuFanText:: - text "Won't you admire" - line "my PIKACHU's" - cont "adorable tail?" + text "Hat mein PIKACHU" + line "nicht einen" + cont "wunderschönen" + cont "Schweif?" done PikachuFanBetterText:: - text "Humph! My PIKACHU" - line "is twice as cute" - cont "as that one!" + text "Hmpf! Mein" + line "PIKACHU ist" + cont "viel süßer als" + cont "ihr #MON!" done SeelFanText:: - text "I just love my" - line "SEEL!" + text "Ich liebe mein" + line "JUROB!" - para "It squeals when I" - line "hug it!" + para "Es quiekt, wenn" + line "ich es in den" + cont "Arm nehme!" done SeelFanBetterText:: - text "Oh dear!" + text "Du meine Güte!" - para "My SEEL is far" - line "more attractive!" + para "Mein JUROB ist" + line "viel hübscher!" done FanClubPikachuText:: - text "PIKACHU: Chu!" - line "Pikachu!" + text "PIKACHU: Pi!" + line "Pi-ka-chu!" done FanClubSeelText:: - text "SEEL: Kyuoo!" + text "JUROB: Jurob!" done FanClubMeetChairText:: - text "I chair the" - line "#MON Fan Club!" - - para "I have collected" - line "over 100 #MON!" - - para "I'm very fussy" - line "when it comes to" - cont "#MON!" - - para "So..." - - para "Did you come" - line "visit to hear" - cont "about my #MON?" + text "Ich bin der" + line "Vorsitzende des" + cont "#MON-FANCLUBS!" + + para "Ich habe mehr als" + line "100 #MON" + cont "gefangen!" + + para "Ich bin sehr" + line "kleinlich, wenn" + cont "es um #MON" + cont "geht!" + + para "Also..." + + para "Bist Du" + line "hergekommen, um" + cont "etwas über meine" + cont "#MON zu" + cont "hören?" done FanClubChairStoryText:: - text "Good!" - line "Then listen up!" - - para "My favorite" - line "RAPIDASH..." - - para "It...cute..." - line "lovely...smart..." - cont "plus...amazing..." - cont "you think so?..." - cont "oh yes...it..." - cont "stunning..." - cont "kindly..." - cont "love it!" - - para "Hug it...when..." - cont "sleeping...warm" - cont "and cuddly..." - cont "spectacular..." - cont "ravishing..." - cont "...Oops! Look at" - cont "the time! I kept" - cont "you too long!" - - para "Thanks for hearing" - line "me out! I want" - cont "you to have this!" + text "Sehr schön!" + line "Dann höre mir zu!" + + para "Am liebsten mag" + line "ich GALLOPA!" + + para "Es ist... süß..." + line "schön... klug..." + cont "und... aufregend!" + cont "Stimmst Du mir" + cont "zu? Es... ist..." + cont "majestätisch..." + cont "freundlich..." + cont "Ich liebe es!" + + para "Wenn... es..." + line "schläft... warm" + cont "und kuschelig..." + cont "spektakulär..." + cont "hinreißend..." + cont "Ups! Wie die" + cont "Zeit vergeht! Ich" + cont "halte Dich auf!" + + para "Danke, daß Du mir" + line "zugehört hast!" + cont "Nimm dieses" + cont "Geschenk von mir!" prompt ReceivedBikeVoucherText:: - text "<PLAYER> received" - line "a @" - TX_RAM wcf4b + text "<PLAYER> erhält" + line "einen @" + TX_RAM wcf50 text "!@@" ExplainBikeVoucherText:: text "" - para "Exchange that for" - line "a BICYCLE!" - para "Don't worry, my" - line "FEAROW will FLY" - cont "me anywhere!" + para "Du erhältst dafür" + line "ein FAHRRAD!" + + para "Sorge Dich nicht" + line "um mich, ich kann" + cont "mit meinem IBITAK" + cont "FLIEGEN!" - para "So, I don't need a" - line "BICYCLE!" + para "Ich brauche also" + line "kein FAHRRAD!" - para "I hope you like" - line "cycling!" + para "Ich hoffe, Du" + line "fährst gerne Rad!" done FanClubNoStoryText:: - text "Oh. Come back" - line "when you want to" - cont "hear my story!" + text "Oh. Komm wieder" + line "vorbei, wenn ich" + cont "Dir etwas" + cont "erzählen soll!" done FanClubChairFinalText:: - text "Hello, <PLAYER>!" + text "Hallo, <PLAYER>!" - para "Did you come see" - line "me about my" - cont "#MON again?" + para "Soll ich Dir von" + line "meinen #MON" + cont "erzählen?" - para "No? Too bad!" + para "Nein? Schade!" done FanClubBagFullText:: - text "Make room for" - line "this!" + text "Du hast keinen" + line "Platz für weitere" + cont "Items!" done _FanClubText6:: - text "Our Chairman is" - line "very vocal about" - cont "#MON." + text "Der Vorsitzende" + line "redet sehr gerne" + cont "über #MON!" done _FanClubText7:: - text "Let's all listen" - line "politely to other" - cont "trainers!" + text "Hört anderen" + line "Trainern" + cont "aufmerksam zu!" done _FanClubText8:: - text "If someone brags," - line "brag right back!" + text "Wenn jemand" + line "prahlt, dann" + cont "prahlt zurück!" done |