diff options
Diffstat (limited to 'text/maps/daycare_2.asm')
-rw-r--r-- | text/maps/daycare_2.asm | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/text/maps/daycare_2.asm b/text/maps/daycare_2.asm index 20c0e5ad..7a2526eb 100644 --- a/text/maps/daycare_2.asm +++ b/text/maps/daycare_2.asm @@ -1,33 +1,35 @@ _DayCareAllRightThenText:: - text "All right then," + text "Parfait!" line "@@" _DayCareComeAgainText:: - text "come again." + text "A plus tard." done _DayCareNoRoomForMonText:: - text "You have no room" - line "for this #MON!" + text "Tu n'as plus de" + line "place pour ce" + cont "#MON!" done _DayCareOnlyHaveOneMonText:: - text "You only have one" - line "#MON with you." + text "Tu n'as qu'un" + line "#MON sur toi." done _DayCareCantAcceptMonWithHMText:: - text "I can't accept a" - line "#MON that" - cont "knows an HM move." + text "Je ne peux pas" + line "m'occuper d'un" + cont "#MON qui a" + cont "appris une CS." done _DayCareHeresYourMonText:: - text "Thank you! Here's" - line "your #MON!" + text "Merci! Voilà ton" + line "p'tit #MON!" prompt _DayCareNotEnoughMoneyText:: - text "Hey, you don't" - line "have enough ¥!" + text "Hé! Tu n'as pas" + line "assez d'argent!" done |