diff options
Diffstat (limited to 'text/maps/fan_club.asm')
-rw-r--r-- | text/maps/fan_club.asm | 172 |
1 files changed, 91 insertions, 81 deletions
diff --git a/text/maps/fan_club.asm b/text/maps/fan_club.asm index 4827f2e8..79c879b1 100644 --- a/text/maps/fan_club.asm +++ b/text/maps/fan_club.asm @@ -1,28 +1,31 @@ PikachuFanText:: - text "Won't you admire" - line "my PIKACHU's" - cont "adorable tail?" + text "Mon PIKACHU est" + line "le plus beau de" + cont "tous les PIKACHU!" done PikachuFanBetterText:: - text "Humph! My PIKACHU" - line "is twice as cute" - cont "as that one!" + text "Hmm! Mon PIKACHU" + line "est deux fois" + cont "plus mignon que" + cont "celui-ci!" done SeelFanText:: - text "I just love my" - line "SEEL!" + text "Moi, c'que j'aime" + line "c'est OTARIA!" - para "It squeals when I" - line "hug it!" + para "Y fait squitch" + line "quand je lui fais" + cont "un câlin!" done SeelFanBetterText:: - text "Oh dear!" + text "Oh!" - para "My SEEL is far" - line "more attractive!" + para "Mon OTARIA est" + line "beaucoup plus" + cont "élégant!" done FanClubPikachuText:: @@ -31,113 +34,120 @@ FanClubPikachuText:: done FanClubSeelText:: - text "SEEL: Kyuoo!" + text "OTARIA: Riaaa!" done FanClubMeetChairText:: - text "I chair the" - line "#MON Fan Club!" + text "Je suis le maître" + line "du Fan Club des" + cont "#MON!" - para "I have collected" - line "over 100 #MON!" + para "J'ai plus de 100" + line "#MON!" - para "I'm very fussy" - line "when it comes to" - cont "#MON!" + para "Je suis trop méga" + line "tatillon quand on" + cont "parle de #MON!" - para "So..." + para "Alors..." - para "Did you come" - line "visit to hear" - cont "about my #MON?" + para "Tu veux encore" + line "savoir des trucs" + cont "sur mes #MON?" 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 "Bien!" + line "Alors, écoute!" + + para "Mon préféré..." + line "GALOPA..." + + para "Il est mignon..." + line "beau...rapide..." + cont "élégant...en feu." + cont "Il fait pataclop," + cont "pataclop...quand" + cont "il court...c'est" + cont "super non?" + cont "Je l'aime...!" + + para "Je lui fais...des" + line "câlins...des..." + cont "poutoux...des..." + cont "gnangnans...des" + cont "zigouzigoux..." + cont "...Oups! Regarde" + cont "l'heure! Je crois" + cont "qu'il est temps" + cont "d'y aller!" + + para "Merci d'avoir" + line "écouté! Tiens," + cont "prends ça!" prompt ReceivedBikeVoucherText:: - text "<PLAYER> received" - line "a @" - TX_RAM wcf4b + text "<PLAYER> reçoit:" + line "@" + TX_RAM wcf50 text "!@@" ExplainBikeVoucherText:: text "" - para "Exchange that for" - line "a BICYCLE!" + para "Echange ça contre" + line "une BICYCLETTE!" - para "Don't worry, my" - line "FEAROW will FLY" - cont "me anywhere!" + para "Moi, c'est mon" + line "RAPASDEPIC qui me" + cont "transporte" + cont "n'importe où!" - para "So, I don't need a" - line "BICYCLE!" + para "Je n'ai plus" + line "besoin de" + cont "BICYCLETTE!" - para "I hope you like" - line "cycling!" + para "J'espère que tu" + line "aimes pédaler!" done FanClubNoStoryText:: - text "Oh. Come back" - line "when you want to" - cont "hear my story!" + text "Reviens quand tu" + line "veux. Je te" + cont "raconterai mes" + cont "histoires!" done FanClubChairFinalText:: - text "Hello, <PLAYER>!" + text "Salut, <PLAYER>!" - para "Did you come see" - line "me about my" - cont "#MON again?" + para "tu es venu pour" + line "écouter mes" + cont "histoires de" + cont "#MON?" - para "No? Too bad!" + para "Non? Dommage!" done FanClubBagFullText:: - text "Make room for" - line "this!" + text "Votre inventaire" + line "est plein!" done _FanClubText6:: - text "Our Chairman is" - line "very vocal about" + text "Notre maître est" + line "très bavard en ce" + cont "qui concerne les" cont "#MON." done _FanClubText7:: - text "Let's all listen" - line "politely to other" - cont "trainers!" + text "Ecoutons donc" + line "l'avis des" + cont "autres dresseurs!" done _FanClubText8:: - text "If someone brags," - line "brag right back!" + text "Si on te nargue," + line "nargue en retour!" done |