diff options
Diffstat (limited to 'text/maps/rocket_hideout_b2f.asm')
-rw-r--r-- | text/maps/rocket_hideout_b2f.asm | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/text/maps/rocket_hideout_b2f.asm b/text/maps/rocket_hideout_b2f.asm index c13c3593..752361c9 100644 --- a/text/maps/rocket_hideout_b2f.asm +++ b/text/maps/rocket_hideout_b2f.asm @@ -1,17 +1,19 @@ _RocketHideout2BattleText2:: - text "BOSS said you can" - line "see GHOSTs with" - cont "the SILPH SCOPE!" + text "Le chef dit qu'on" + line "peut voir les" + cont "fantômes avec un" + cont "SCOPE SYLPHE!" done _RocketHideout2EndBattleText2:: - text "I" - line "surrender!" + text "STOP!" + line "J'",$ac,"e rends!" ; Stop 'm being replaced by $E5 prompt _RocketHideout2AfterBattleTxt2:: - text "The TEAM ROCKET" - line "HQ has 4 basement" - cont "floors. Can you" - cont "reach the BOSS?" + text "Le repaire de la" + line "TEAM ROCKET a 4" + cont "étages. Pourras-" + cont "tu arriver" + cont "jusqu'au chef?" done |