diff options
Diffstat (limited to 'text/maps/safari_zone_rest_house_2.asm')
-rw-r--r-- | text/maps/safari_zone_rest_house_2.asm | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/text/maps/safari_zone_rest_house_2.asm b/text/maps/safari_zone_rest_house_2.asm index 94802b13..577228b7 100644 --- a/text/maps/safari_zone_rest_house_2.asm +++ b/text/maps/safari_zone_rest_house_2.asm @@ -1,19 +1,20 @@ _SafariZoneRestHouse2Text1:: - text "Tossing ROCKs at" - line "#MON might" - cont "make them run," - cont "but they'll be" - cont "easier to catch." + text "Une PIERRE peut" + line "faire fuir les" + cont "#MON mais ils" + cont "seront plus fa-" + cont "ciles à capturer." done _SafariZoneRestHouse2Text2:: - text "Using BAIT will" - line "make #MON" - cont "easier to catch." + text "Un APPAT peut" + line "faciliter vos" + cont "captures." done _SafariZoneRestHouse2Text3:: - text "I hiked a lot, but" - line "I didn't see any" - cont "#MON I wanted." + text "J'ai cherché" + line "toute la sainte" + cont "journée mais j'ai" + cont "rien capturé." done |