diff options
Diffstat (limited to 'text/maps/mansion_1f.asm')
-rw-r--r-- | text/maps/mansion_1f.asm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/text/maps/mansion_1f.asm b/text/maps/mansion_1f.asm index a3c517fb..8ab0b69b 100644 --- a/text/maps/mansion_1f.asm +++ b/text/maps/mansion_1f.asm @@ -1,29 +1,29 @@ _Mansion1BattleText2:: - text "Who are you? There" - line "shouldn't be" - cont "anyone here." + text "Qui es-tu?" + line "C'est interdit" + cont "eud' se balader." done _Mansion1EndBattleText2:: - text "Ouch!" + text "Aïe!" prompt _Mansion1AfterBattleText2:: - text "A key? I don't" - line "know what you're" - cont "talking about." + text "Une clé? Je ne" + line "sais pas d'quoi" + cont "tu parles." done _MansionSwitchText:: - text "A secret switch!" + text "Un bouton secret!" - para "Press it?" + para "On appuie?" done _MansionSwitchPressedText:: - text "Who wouldn't?" + text "Sans blague!" prompt _MansionSwitchNotPressedText:: - text "Not quite yet!" + text "Pas vraiment..." done |