diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-09-30 21:55:14 +1300 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-09-30 21:55:14 +1300 |
commit | 9d864ede0e89cd95c9d2ff090a218bd64611fdee (patch) | |
tree | d4b18f8eb867228fc6e81356bceadf3be188cc2f /text | |
parent | 66e9f2288377f697bd8a63b9fe7dbe4a314ff200 (diff) | |
parent | 5c2419383118280465a89657fed34ed6562f2981 (diff) |
Diffstat (limited to 'text')
-rw-r--r-- | text/maps/cerulean_city.asm | 2 | ||||
-rw-r--r-- | text/maps/cinnabar_gym.asm | 4 | ||||
-rw-r--r-- | text/maps/pewter_gym_2.asm | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/text/maps/cerulean_city.asm b/text/maps/cerulean_city.asm index 89ee1f26..c2db14cf 100644 --- a/text/maps/cerulean_city.asm +++ b/text/maps/cerulean_city.asm @@ -29,7 +29,7 @@ _CeruleanCityText_19672:: prompt _CeruleanCityText_19677:: - text "<RIVAL: Hé!" + text "<RIVAL>: Hé!" line "Tu sais quoi?" para "Chuis allé chez" diff --git a/text/maps/cinnabar_gym.asm b/text/maps/cinnabar_gym.asm index 5ace3daa..6ba84b1f 100644 --- a/text/maps/cinnabar_gym.asm +++ b/text/maps/cinnabar_gym.asm @@ -244,6 +244,6 @@ _CinnabarGymText_75ac2:: done _CinnabarGymText_75ac7:: - text $52, "! You beat" - line "that fire brand!" + text "<PLAYER>! Tu as" + line "battu AUGUSTE!" done diff --git a/text/maps/pewter_gym_2.asm b/text/maps/pewter_gym_2.asm index 588aa27d..c9b2fc0e 100644 --- a/text/maps/pewter_gym_2.asm +++ b/text/maps/pewter_gym_2.asm @@ -20,8 +20,8 @@ _TM34PreReceiveText:: done _ReceivedTM34Text:: - text "<PLAYER> received" - line "TM34!@@" + text "<PLAYER> reçoit" + line "la CT34!@@" _TM34ExplanationText:: text "" |