diff options
Diffstat (limited to 'text/maps/route_18.asm')
-rw-r--r-- | text/maps/route_18.asm | 53 |
1 files changed, 28 insertions, 25 deletions
diff --git a/text/maps/route_18.asm b/text/maps/route_18.asm index d09caf82..3f3a5d71 100644 --- a/text/maps/route_18.asm +++ b/text/maps/route_18.asm @@ -1,58 +1,61 @@ _Route18BattleText1:: - text "I always check" - line "every grassy area" - cont "for new #MON." + text "Je fouille les" + line "hautes herbes" + cont "pour y trouver" + cont "des #MON." done _Route18EndBattleText1:: - text "Tch!" + text "Oh!" prompt _Route18AfterBattleText1:: - text "I wish I had a" - line "BIKE!" + text "Ah, si j'avais" + line "une meule!" done _Route18BattleText2:: - text "Kurukkoo!" - line "How do you like" - cont "my bird call?" + text "Cui cui cui!" + line "J'fais l'oiseau," + cont "hein?" done _Route18EndBattleText2:: - text "I" - line "had to bug you!" + text "..." + line "J'suis cuit!" prompt _Route18AfterBattleText2:: - text "I also collect sea" - line "#MON on" - cont "weekends!" + text "Le week-end, je" + line "collectionne" + cont "les #MON" + cont "aquatiques!" done _Route18BattleText3:: - text "This is my turf!" - line "Get out of here!" + text "T'es sur mon" + line "gazon, dégage!" done _Route18EndBattleText3:: - text "Darn!" + text "Ah?" prompt _Route18AfterBattleText3:: - text "This is my fave" - line "#MON hunting" - cont "area!" + text "C'est mon endroit" + line "préféré pour" + cont "chasser les" + cont "#MON!" done _Route18Text4:: text "ROUTE 18" - line "CELADON CITY -" - cont "FUCHSIA CITY" + line "CELADOPOLE -" + cont "PARMANIE" done _Route18Text5:: - text "CYCLING ROAD" - line "No pedestrians" - cont "permitted!" + text "PISTE CYCLABLE" + line "Interdite aux" + cont "piétons!" done |