diff options
Diffstat (limited to 'text/maps/route_18_gate.asm')
-rw-r--r-- | text/maps/route_18_gate.asm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/text/maps/route_18_gate.asm b/text/maps/route_18_gate.asm index f2f51039..1ce8d992 100644 --- a/text/maps/route_18_gate.asm +++ b/text/maps/route_18_gate.asm @@ -1,14 +1,15 @@ _Route18GateText_49928:: - text "You need a BICYCLE" - line "for CYCLING ROAD!" + text "Il faut un vélo" + line "pour aller sur la" + cont "PISTE CYCLABLE!" done _Route18GateText_4992d:: - text "CYCLING ROAD is" - line "all uphill from" - cont "here." + text "La descente de" + line "la PISTE CYCLABLE" + cont "commence ici." done _Route18GateText_49932:: - text "Excuse me!" + text "Halte!" done |