diff options
Diffstat (limited to 'text/maps/pokemon_tower_5f.asm')
-rw-r--r-- | text/maps/pokemon_tower_5f.asm | 66 |
1 files changed, 38 insertions, 28 deletions
diff --git a/text/maps/pokemon_tower_5f.asm b/text/maps/pokemon_tower_5f.asm index b329118d..8b1926e6 100644 --- a/text/maps/pokemon_tower_5f.asm +++ b/text/maps/pokemon_tower_5f.asm @@ -1,71 +1,81 @@ _PokemonTower5Text1:: - text "Come, child! I" - line "sealed this space" - cont "with white magic!" + text "Approche, enfant!" + line "J'ai scellé cet" + cont "endroit grâce à" + cont "ma sainte magie" + cont "blanche!" - para "You can rest here!" + para "Tu peux te" + line "reposer ici!" done _PokemonTower5BattleText1:: - text "Give...me..." - line "your...soul..." + text "Donne...moi..." + line "ton...âme..." done _PokemonTower5EndBattleText1:: - text "Gasp!" + text "Glargh!" prompt _PokemonTower5AfterBattleText1:: - text "I was under" - line "possession!" + text "J'étais possédée!" done _PokemonTower5BattleText2:: - text "You...shall..." - line "join...us..." + text "Viens...avec..." + line "nous..." done _PokemonTower5EndBattleText2:: - text "What" - line "a nightmare!" + text "Hein!" + line "J'ai fait un" + cont "cauchemar!" prompt _PokemonTower5AfterBattleText2:: - text "I was possessed!" + text "J'étais possédée!" done _PokemonTower5BattleText3:: - text "Zombies!" + text "Zombis!" done _PokemonTower5EndBattleText3:: - text "Ha?" + text "Hein?" prompt _PokemonTower5AfterBattleText3:: - text "I regained my" - line "senses!" + text "Je suis revenue à" + line "la raison!" done _PokemonTower5BattleText4:: - text "Urgah..." - line "Urff...." + text "Poyé Polomi!" + line "Le mal est parmi" + cont "nous...." done _PokemonTower5EndBattleText4:: - text "Whoo!" + text "Quoi?" + line "Jeune taoïste, tu" + cont "oses m'ôter le" + cont "yang de la " + cont "bouche!" prompt _PokemonTower5AfterBattleText4:: - text "I fell to evil" - line "spirits despite" - cont "my training!" + text "Mon Tao à moi," + line "c'est le plus bô" + cont "des Taos!" done _PokemonTower5Text7:: - text "Entered purified," - line "protected zone!" + text "Vous pénétrez" + line "dans une zone" + cont "sanctuaire!" - para "<PLAYER>'s #MON" - line "are fully healed!" + para "Les #MON de" + line "<PLAYER> sont" + cont "soignés!" done |