diff options
Diffstat (limited to 'text/maps/pokemon_league_gate.asm')
-rw-r--r-- | text/maps/pokemon_league_gate.asm | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/text/maps/pokemon_league_gate.asm b/text/maps/pokemon_league_gate.asm index ac92f4b0..f946680e 100644 --- a/text/maps/pokemon_league_gate.asm +++ b/text/maps/pokemon_league_gate.asm @@ -1,19 +1,21 @@ _Route22GateText_1e704:: - text "Only truly skilled" - line "trainers are" - cont "allowed through." + text "Seul un dresseur" + line "expérimenté peut" + cont "passer." - para "You don't have the" - line "BOULDERBADGE yet!@@" + para "Tu n'as pas le" + line "BADGE ROCHE!@@" _Route22GateText_1e715:: - db $0 - para "The rules are" - line "rules. I can't" - cont "let you pass." + text "" + + para "La loi est dure," + line "mais c'est la" + cont "loi! Tu ne peux" + cont "pas passer" done _Route22GateText_1e71a:: - text "Oh! That is the" - line "BOULDERBADGE!" - cont "Go right ahead!@@" + text "Oh! Tu as le" + line "BADGE ROCHE!" + cont "Tu peux passer!@@" |