diff options
Diffstat (limited to 'text/maps/viridian_forest.asm')
-rw-r--r-- | text/maps/viridian_forest.asm | 142 |
1 files changed, 76 insertions, 66 deletions
diff --git a/text/maps/viridian_forest.asm b/text/maps/viridian_forest.asm index 813b193a..9684beef 100644 --- a/text/maps/viridian_forest.asm +++ b/text/maps/viridian_forest.asm @@ -1,123 +1,133 @@ _ViridianForestText1:: - text "I came here with" - line "some friends!" + text "Je suis ici" + line "avec des amis!" - para "They're out for" - line "#MON fights!" + para "Ils sont ici" + line "pour se battre!" done + _ViridianForestBattleText1:: - text "Hey! You have" - line "#MON! Come on!" - cont "Let's battle'em!" + text "Hé! Mais tu as" + line "des #MON!" + cont "Yah! A l'attaque!" done _ViridianForestEndBattleText1:: - text "No!" - line "CATERPIE can't" - cont "cut it!" + text "NON!" + line "CHENIPAN n'y" + cont "arrivera pas!" prompt _ViridianFrstAfterBattleText1:: - text "Ssh! You'll scare" - line "the bugs away!" + text "Chut! Tu fais" + line "peur aux" + cont "insectes..." done _ViridianForestBattleText2:: - text "Yo! You can't jam" - line "out if you're a" - cont "#MON trainer!" + text "Haha! Un dresseur" + line "de #MON, un" + cont "vrai, ne se" + cont "débine jamais!!!" done _ViridianForestEndBattleText2:: - text "Huh?" - line "I ran out of" - cont "#MON!" + text "Oups!" + line "N'en n'a plus des" + cont "#MON, moi!" prompt _ViridianFrstAfterBattleText2:: - text "Darn! I'm going" - line "to catch some" - cont "stronger ones!" + text "Fichtre! J'vais" + line "en choper des" + cont "plus balèzes!" done _ViridianForestBattleText3:: - text "Hey, wait up!" - line "What's the hurry?" + text "Hop, hop! Minute!" + line "On n'est pas" + cont "pressé!" done _ViridianForestEndBattleText3:: - text "I" - line "give! You're good" - cont "at this!" + text "Houlà!" + line "J'abandonne!" + cont "T'es trop fort!" prompt _ViridianFrstAfterBattleText3:: - text "Sometimes, you" - line "can find stuff on" - cont "the ground!" + text "Tu trouveras" + line "peut-être des" + cont "objets par terre!" - para "I'm looking for" - line "the stuff I" - cont "dropped!" + para "Je cherche les" + line "objets que j'ai" + cont "laissé tomber..." done _ViridianForestText8:: - text "I ran out of #" - line "BALLs to catch" - cont "#MON with!" + text "J'suis à court de" + line "# BALL!" + cont "Je ne peux plus" + cont "attraper de" + cont "#MON!" - para "You should carry" - line "extras!" + para "Il t'en faut" + line "toujours un max!" done _ViridianForestText9:: - text "TRAINER TIPS" + text "ASTUCE" - para "If you want to" - line "avoid battles," - cont "stay away from" - cont "grassy areas!" + para "Pour éviter les" + line "combats, ne " + cont "marchez pas dans" + cont "les hautes herbes!" done _ViridianForestText10:: - text "For poison, use" - line "ANTIDOTE! Get it" - cont "at #MON MARTs!" + text "L'ANTIDOTE vendu" + line "dans les" + cont "BOUTIQUES PKMN" + cont "guérit du poison." done _ViridianForestText11:: - text "TRAINER TIPS" + text "ASTUCE" - para "Contact PROF.OAK" - line "via PC to get" - cont "your #DEX" - cont "evaluated!" + para "Pour évaluer" + line "votre #DEX," + cont "appelez le Prof." + cont "Chen via un PC!" done _ViridianForestText12:: - text "TRAINER TIPS" - - para "No stealing of" - line "#MON from" - cont "other trainers!" - cont "Catch only wild" - cont "#MON!" + text "ASTUCE" + + para "Interdiction de" + line "capturer les" + cont "#MON d'un" + cont "autre dresseur!" + cont "La capture se" + cont "fait à l'état" + cont "sauvage!" done _ViridianForestText13:: - text "TRAINER TIPS" + text "ASTUCE" - para "Weaken #MON" - line "before attempting" - cont "capture!" + para "Un #MON" + line "blessé se capture" + cont "plus facilement!" - para "When healthy," - line "they may escape!" + para "En pleine forme," + line "il peut s'enfuir!" done _ViridianForestText14:: - text "LEAVING" - line "VIRIDIAN FOREST" - cont "PEWTER CITY AHEAD" + text "VOUS QUITTEZ LA" + line "FORET DE JADE." + cont "VOUS ALLEZ VERS" + cont "ARGENTA." done |