diff --git a/data/maps/FallarborTown_BattleTentLobby/scripts.inc b/data/maps/FallarborTown_BattleTentLobby/scripts.inc index 1bcd04559c..97d8fcd5bc 100644 --- a/data/maps/FallarborTown_BattleTentLobby/scripts.inc +++ b/data/maps/FallarborTown_BattleTentLobby/scripts.inc @@ -302,47 +302,14 @@ FallarborTown_BattleTentLobby_EventScript_ExitRules:: releaseall end -FallarborTown_BattleTentLobby_Text_MakeThinkImJustKid: - .string "Fufufufufu.\p" - .string "I'm going to make everyone think\n" - .string "I'm just a kid and let them play down.\p" - .string "Then, I'll shock them and grab\n" - .string "the title!$" - -FallarborTown_BattleTentLobby_Text_FallarborTentMyFavorite: - .string "You know how BATTLE TENTS offer\n" - .string "different events in different towns?\p" - .string "My favorite is definitely the BATTLE\n" - .string "TENT in FALLARBOR TOWN.\p" - .string "I think it's fantastic how TRAINERS\n" - .string "try to win with all their faith in\l" - .string "their POKéMON.$" - -FallarborTown_BattleTentLobby_Text_CameToCampOut: - .string "I heard something about some tent,\n" - .string "so I came to camp out.\p" - .string "I didn't know that tents these days\n" - .string "are so luxurious!\p" - .string "Since I'm here, I may as well try\n" - .string "my hand at battling!$" - -FallarborTown_BattleTentLobby_Text_ScottLookingForSomeone: - .string "SCOTT: Hi, {PLAYER}{KUN}!\n" - .string "So you came out to this BATTLE TENT!\p" - .string "The people in these parts tend to be\n" - .string "easygoing and laid-back.\p" - .string "But, you see, what I'm looking for are\n" - .string "people with…\p" - .string "How should I say this?\p" - .string "Someone bursting with the desire\n" - .string "and the drive to win.\p" - .string "If there were a TRAINER like that,\n" - .string "I'd immediately…\p" - .string "Whoops! Never mind!\n" - .string "Keep working at it!$" - -FallarborTown_BattleTentLobby_Text_ScottMakeChallenge: - .string "SCOTT: Instead of wasting your\n" - .string "time with the likes of me, why not\l" - .string "make a challenge?$" - +.ifdef ENGLISH + .include "data/maps/FallarborTown_BattleTentLobby/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FallarborTown_BattleTentLobby/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FallarborTown_BattleTentLobby/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FallarborTown_BattleTentLobby/text.inc b/data/maps/FallarborTown_BattleTentLobby/text.inc new file mode 100644 index 0000000000..cf9ec13a80 --- /dev/null +++ b/data/maps/FallarborTown_BattleTentLobby/text.inc @@ -0,0 +1,44 @@ + +FallarborTown_BattleTentLobby_Text_MakeThinkImJustKid: + .string "Fufufufufu.\p" + .string "I'm going to make everyone think\n" + .string "I'm just a kid and let them play down.\p" + .string "Then, I'll shock them and grab\n" + .string "the title!$" + +FallarborTown_BattleTentLobby_Text_FallarborTentMyFavorite: + .string "You know how BATTLE TENTS offer\n" + .string "different events in different towns?\p" + .string "My favorite is definitely the BATTLE\n" + .string "TENT in FALLARBOR TOWN.\p" + .string "I think it's fantastic how TRAINERS\n" + .string "try to win with all their faith in\l" + .string "their POKéMON.$" + +FallarborTown_BattleTentLobby_Text_CameToCampOut: + .string "I heard something about some tent,\n" + .string "so I came to camp out.\p" + .string "I didn't know that tents these days\n" + .string "are so luxurious!\p" + .string "Since I'm here, I may as well try\n" + .string "my hand at battling!$" + +FallarborTown_BattleTentLobby_Text_ScottLookingForSomeone: + .string "SCOTT: Hi, {PLAYER}{KUN}!\n" + .string "So you came out to this BATTLE TENT!\p" + .string "The people in these parts tend to be\n" + .string "easygoing and laid-back.\p" + .string "But, you see, what I'm looking for are\n" + .string "people with…\p" + .string "How should I say this?\p" + .string "Someone bursting with the desire\n" + .string "and the drive to win.\p" + .string "If there were a TRAINER like that,\n" + .string "I'd immediately…\p" + .string "Whoops! Never mind!\n" + .string "Keep working at it!$" + +FallarborTown_BattleTentLobby_Text_ScottMakeChallenge: + .string "SCOTT: Instead of wasting your\n" + .string "time with the likes of me, why not\l" + .string "make a challenge?$" diff --git a/data/maps/FallarborTown_BattleTentLobby/text_fr.inc b/data/maps/FallarborTown_BattleTentLobby/text_fr.inc new file mode 100644 index 0000000000..557b659b69 --- /dev/null +++ b/data/maps/FallarborTown_BattleTentLobby/text_fr.inc @@ -0,0 +1,45 @@ + +FallarborTown_BattleTentLobby_Text_MakeThinkImJustKid: + .string "Hé, hé…\p" + .string "Je vais leur faire croire que je ne\n" + .string "suis qu’un petit garçon inoffensif.\p" + .string "Et je vais les surprendre et piquer\n" + .string "le titre!$" + +FallarborTown_BattleTentLobby_Text_FallarborTentMyFavorite: + .string "Tu sais que les TENTES DE COMBAT ne\n" + .string "proposent pas la même chose partout?\p" + .string "Ma préférée est de loin celle\n" + .string "d’AUTEQUIA.\p" + .string "Je trouve ça formidable de voir tous\n" + .string "ces DRESSEURS qui ont foi en leurs\l" + .string "POKéMON et se battent.$" + +FallarborTown_BattleTentLobby_Text_CameToCampOut: + .string "J’ai entendu parler d’une tente. \n" + .string "Comme j’adore le camping, je suis venu!\p" + .string "Dans ma jeunesse, les tentes étaient\n" + .string "beaucoup moins confortables!\p" + .string "Puisque je suis là, je vais participer\n" + .string "à quelques combats!$" + +FallarborTown_BattleTentLobby_Text_ScottLookingForSomeone: + .string "SCOTT: Salut, {PLAYER}{KUN}! De passage\n" + .string "dans cette TENTE DE COMBAT?\p" + .string "Ici, les gens ont tendance à y aller\n" + .string "mollo, si tu vois ce que je veux dire.\p" + .string "Mais moi, ce que je recherche,\n" + .string "c’est autre chose…\p" + .string "Comment est-ce que je pourrais\n" + .string "dire ça…\p" + .string "Je veux des gens qui en veulent!\n" + .string "Qui se donnent à fond pour gagner!\p" + .string "Si je trouvais un DRESSEUR comme ça,\n" + .string "je t’assure que…\p" + .string "Oups! Enfin, je voulais dire…\n" + .string "Bonne chance à toi!$" + +FallarborTown_BattleTentLobby_Text_ScottMakeChallenge: + .string "SCOTT: Au lieu de perdre ton temps\n" + .string "avec moi, pourquoi ne relèves-tu\l" + .string "pas un défi?$" diff --git a/data/maps/FallarborTown_BattleTentLobby/text_it.inc b/data/maps/FallarborTown_BattleTentLobby/text_it.inc new file mode 100644 index 0000000000..8211d36edc --- /dev/null +++ b/data/maps/FallarborTown_BattleTentLobby/text_it.inc @@ -0,0 +1,42 @@ + +FallarborTown_BattleTentLobby_Text_MakeThinkImJustKid: + .string "Fufufufufu.\p" + .string "Farò credere a tutti che sono solo un\n" + .string "bambinetto così ci andranno piano.\p" + .string "Ma poi li lascerò di stucco e\n" + .string "mi prenderò il titolo!$" + +FallarborTown_BattleTentLobby_Text_FallarborTentMyFavorite: + .string "Lo sapevi che i TENDONI LOTTA offrono\n" + .string "eventi diversi a seconda della città?\p" + .string "Quello che preferisco è senz’altro\n" + .string "il TENDONE LOTTA di BRUNIFOGLIA.\p" + .string "Qui gli ALLENATORI cercano di vincere\n" + .string "riponendo tutta la loro fiducia nei\l" + .string "POKéMON. È fantastico.$" + +FallarborTown_BattleTentLobby_Text_CameToCampOut: + .string "Ho sentito parlare di una grande tenda\n" + .string "e mi sono attrezzato per il campeggio.\p" + .string "Non sapevo che le tende moderne\n" + .string "potessero essere così lussuose!\p" + .string "Visto che sono qui, proverò a misurarmi\n" + .string "con una lotta!$" + +FallarborTown_BattleTentLobby_Text_ScottLookingForSomeone: + .string "SCOTT: Ciao, {PLAYER}{KUN}! Quindi hai voluto\n" + .string "far visita a questo TENDONE LOTTA!\p" + .string "Da queste parti le persone sono\n" + .string "tranquille e rilassate.\p" + .string "Ma io sto cercando qualcuno con…\p" + .string "Come posso spiegarmi?\p" + .string "Qualcuno che voglia vincere\n" + .string "a tutti i costi.\p" + .string "Se solo esistesse un ALLENATORE del\n" + .string "genere, non ci penserei due volte…\p" + .string "Oops! Non importa!\n" + .string "Continua così!$" + +FallarborTown_BattleTentLobby_Text_ScottMakeChallenge: + .string "SCOTT: Invece di perdere tempo con\n" + .string "me, perché non ti cimenti in una lotta?$" diff --git a/data/maps/FallarborTown_CozmosHouse/scripts.inc b/data/maps/FallarborTown_CozmosHouse/scripts.inc index 61f297e69d..5fd6d80018 100644 --- a/data/maps/FallarborTown_CozmosHouse/scripts.inc +++ b/data/maps/FallarborTown_CozmosHouse/scripts.inc @@ -64,55 +64,14 @@ FallarborTown_CozmosHouse_EventScript_CozmoIsHappy:: release end -FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow: - .string "PROF. COZMO: Oh…\n" - .string "I never should have let myself be\l" - .string "conned into telling TEAM MAGMA where\l" - .string "you can find METEORITES…\p" - .string "That METEORITE from METEOR FALLS…\n" - .string "It's never going to be mine now…$" - -FallarborTown_CozmosHouse_Text_IsThatMeteoriteMayIHaveIt: - .string "Oh!\n" - .string "Hah?\p" - .string "That item…\p" - .string "Could it be?\p" - .string "Is it the METEORITE that TEAM MAGMA\n" - .string "took from METEOR FALLS?\p" - .string "Please, may I have it?\p" - .string "I'm not asking for it for free.\n" - .string "How about in exchange for this TM?$" - -FallarborTown_CozmosHouse_Text_PleaseUseThisTM: - .string "PROF. COZMO: This TM, it represents\n" - .string "my feeling of gratitude.\l" - .string "Please use it!$" - -FallarborTown_CozmosHouse_Text_ReallyGoingToHelpMyResearch: - .string "PROF. COZMO: Oh, I can't believe it.\n" - .string "This is really, really great!\p" - .string "This is really going to help my research!$" - -FallarborTown_CozmosHouse_Text_CrushedWithDisappointment: - .string "PROF. COZMO: Oh, but…\n" - .string "I'm crushed with disappointment…$" - -FallarborTown_CozmosHouse_Text_MayIHaveMeteorite: - .string "PROF. COZMO: Please, may I have that\n" - .string "METEORITE?\p" - .string "I'm not asking for it for free.\n" - .string "How about in exchange for this TM?$" - -FallarborTown_CozmosHouse_Text_CozmoWentToMeteorFalls: - .string "PROF. COZMO went off to METEOR FALLS\n" - .string "on ROUTE 114 with some people from\l" - .string "TEAM MAGMA.$" - -FallarborTown_CozmosHouse_Text_FeelSorryForCozmo: - .string "Poor PROF. COZMO…\n" - .string "He's so depressed… I feel sorry for him.$" - -FallarborTown_CozmosHouse_Text_CozmoIsSoHappy: - .string "Look at PROF. COZMO…\n" - .string "He's so happy! I think it's cute.$" - +.ifdef ENGLISH + .include "data/maps/FallarborTown_CozmosHouse/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FallarborTown_CozmosHouse/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FallarborTown_CozmosHouse/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FallarborTown_CozmosHouse/text.inc b/data/maps/FallarborTown_CozmosHouse/text.inc new file mode 100644 index 0000000000..12110aefb3 --- /dev/null +++ b/data/maps/FallarborTown_CozmosHouse/text.inc @@ -0,0 +1,52 @@ + +FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow: + .string "PROF. COZMO: Oh…\n" + .string "I never should have let myself be\l" + .string "conned into telling TEAM MAGMA where\l" + .string "you can find METEORITES…\p" + .string "That METEORITE from METEOR FALLS…\n" + .string "It's never going to be mine now…$" + +FallarborTown_CozmosHouse_Text_IsThatMeteoriteMayIHaveIt: + .string "Oh!\n" + .string "Hah?\p" + .string "That item…\p" + .string "Could it be?\p" + .string "Is it the METEORITE that TEAM MAGMA\n" + .string "took from METEOR FALLS?\p" + .string "Please, may I have it?\p" + .string "I'm not asking for it for free.\n" + .string "How about in exchange for this TM?$" + +FallarborTown_CozmosHouse_Text_PleaseUseThisTM: + .string "PROF. COZMO: This TM, it represents\n" + .string "my feeling of gratitude.\l" + .string "Please use it!$" + +FallarborTown_CozmosHouse_Text_ReallyGoingToHelpMyResearch: + .string "PROF. COZMO: Oh, I can't believe it.\n" + .string "This is really, really great!\p" + .string "This is really going to help my research!$" + +FallarborTown_CozmosHouse_Text_CrushedWithDisappointment: + .string "PROF. COZMO: Oh, but…\n" + .string "I'm crushed with disappointment…$" + +FallarborTown_CozmosHouse_Text_MayIHaveMeteorite: + .string "PROF. COZMO: Please, may I have that\n" + .string "METEORITE?\p" + .string "I'm not asking for it for free.\n" + .string "How about in exchange for this TM?$" + +FallarborTown_CozmosHouse_Text_CozmoWentToMeteorFalls: + .string "PROF. COZMO went off to METEOR FALLS\n" + .string "on ROUTE 114 with some people from\l" + .string "TEAM MAGMA.$" + +FallarborTown_CozmosHouse_Text_FeelSorryForCozmo: + .string "Poor PROF. COZMO…\n" + .string "He's so depressed… I feel sorry for him.$" + +FallarborTown_CozmosHouse_Text_CozmoIsSoHappy: + .string "Look at PROF. COZMO…\n" + .string "He's so happy! I think it's cute.$" diff --git a/data/maps/FallarborTown_CozmosHouse/text_fr.inc b/data/maps/FallarborTown_CozmosHouse/text_fr.inc new file mode 100644 index 0000000000..df6b2126e9 --- /dev/null +++ b/data/maps/FallarborTown_CozmosHouse/text_fr.inc @@ -0,0 +1,52 @@ + +FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow: + .string "PROF. KOSMO: Oh…\n" + .string "Je n’aurais jamais dû me laisser rouler\l" + .string "dans la farine et avouer à la TEAM MAGMA\l" + .string "où on peut trouver des METEORITES…\p" + .string "Ce METEORITE du SITE METEORE…\n" + .string "Il ne sera jamais à moi, maintenant…$" + +FallarborTown_CozmosHouse_Text_IsThatMeteoriteMayIHaveIt: + .string "Oh!\n" + .string "Hein?\p" + .string "Mais, cet objet…\p" + .string "C’est impossible!?!\p" + .string "Est-ce le METEORITE que la TEAM\n" + .string "MAGMA a pris au SITE METEORE?\p" + .string "S’il te plaît, tu peux me le donner?\p" + .string "Je suis prêt à te l’échanger contre un\n" + .string "objet de valeur. Que dirais-tu d’une CT?$" + +FallarborTown_CozmosHouse_Text_PleaseUseThisTM: + .string "PROF. KOSMO: Cette CT est le symbole\n" + .string "de ma gratitude à ton égard.\p" + .string "N’hésite pas à l’utiliser!$" + +FallarborTown_CozmosHouse_Text_ReallyGoingToHelpMyResearch: + .string "PROF. KOSMO: Oh, je n’arrive pas à\n" + .string "y croire. C’est vraiment super génial!\p" + .string "Ça va faire avancer mes recherches!$" + +FallarborTown_CozmosHouse_Text_CrushedWithDisappointment: + .string "PROF. KOSMO: Oh, mais…\n" + .string "Je suis extrêmement déçu…$" + +FallarborTown_CozmosHouse_Text_MayIHaveMeteorite: + .string "PROF. KOSMO: S’il te plaît, tu peux\n" + .string "me donner ce METEORITE?\p" + .string "Je suis prêt à te l’échanger contre un\n" + .string "objet de valeur. Que dirais-tu d’une CT?$" + +FallarborTown_CozmosHouse_Text_CozmoWentToMeteorFalls: + .string "Le PROF. KOSMO est parti au SITE\n" + .string "METEORE, sur la ROUTE 114, avec\l" + .string "des types de la TEAM MAGMA.$" + +FallarborTown_CozmosHouse_Text_FeelSorryForCozmo: + .string "Pauvre PROF. KOSMO… Il est si déprimé…\n" + .string "Ça me fend le cœur.$" + +FallarborTown_CozmosHouse_Text_CozmoIsSoHappy: + .string "Regarde le PROF. KOSMO…\n" + .string "Il est tellement content! C’est génial!$" diff --git a/data/maps/FallarborTown_CozmosHouse/text_it.inc b/data/maps/FallarborTown_CozmosHouse/text_it.inc new file mode 100644 index 0000000000..dc57398ed3 --- /dev/null +++ b/data/maps/FallarborTown_CozmosHouse/text_it.inc @@ -0,0 +1,53 @@ + +FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow: + .string "PROF. COSMI: Oh…\n" + .string "Non avrei mai dovuto farmi raggirare\l" + .string "dal TEAM MAGMA e rivelargli dove\l" + .string "si trovano i METEORITI…\p" + .string "Quel METEORITE delle CASCATE METEORA…\n" + .string "non sarà mai mio…$" + +FallarborTown_CozmosHouse_Text_IsThatMeteoriteMayIHaveIt: + .string "Oh!\n" + .string "Ehi… ma…\p" + .string "Quello strumento…\p" + .string "Non può essere…\p" + .string "È il METEORITE rubato dal TEAM MAGMA\n" + .string "alle CASCATE METEORA?\p" + .string "Ti prego, posso averlo io?\p" + .string "Non lo voglio gratis, ovviamente.\n" + .string "Cosa ne dici di questa MT in cambio?$" + +FallarborTown_CozmosHouse_Text_PleaseUseThisTM: + .string "PROF. COSMI: Questa MT è un segno\n" + .string "della mia profonda gratitudine.\l" + .string "Usala, ti prego!$" + +FallarborTown_CozmosHouse_Text_ReallyGoingToHelpMyResearch: + .string "PROF. COSMI: Oh, non ci posso credere.\n" + .string "È davvero fantastico!\p" + .string "Darà un contributo fondamentale\n" + .string "alla mia ricerca!$" + +FallarborTown_CozmosHouse_Text_CrushedWithDisappointment: + .string "PROF. COSMI: Oh, ma… che delusione!\n" + .string "Non me l’aspettavo da te…$" + +FallarborTown_CozmosHouse_Text_MayIHaveMeteorite: + .string "PROF. COSMI: Mi dai quel METEORITE,\n" + .string "per favore?\p" + .string "Non lo voglio gratis, ovviamente.\n" + .string "Cosa ne dici di questa MT in cambio?$" + +FallarborTown_CozmosHouse_Text_CozmoWentToMeteorFalls: + .string "Il PROF. COSMI se n’è andato alle\n" + .string "CASCATE METEORA sul PERCORSO 114\l" + .string "con dei loschi figuri del TEAM MAGMA.$" + +FallarborTown_CozmosHouse_Text_FeelSorryForCozmo: + .string "Povero PROF. COSMI!\n" + .string "È così depresso… mi dispiace per lui.$" + +FallarborTown_CozmosHouse_Text_CozmoIsSoHappy: + .string "Guarda il PROF. COSMI!\n" + .string "È così felice! Sembra un bambino…$" diff --git a/data/maps/FallarborTown_Mart/scripts.inc b/data/maps/FallarborTown_Mart/scripts.inc index cb92f28f52..04aa866cc5 100644 --- a/data/maps/FallarborTown_Mart/scripts.inc +++ b/data/maps/FallarborTown_Mart/scripts.inc @@ -47,20 +47,14 @@ FallarborTown_Mart_EventScript_Skitty:: release end -FallarborTown_Mart_Text_DecidingSkittyEvolve: - .string "I'm having a hard time deciding if I\n" - .string "should make my SKITTY evolve or not.\p" - .string "I only have to use this MOON STONE,\n" - .string "but it's so hard to decide…\p" - .string "If I make it evolve, it will become\n" - .string "much stronger.\p" - .string "But it will look so different, too.$" - -FallarborTown_Mart_Text_Skitty: - .string "SKITTY: Miyao?$" - -FallarborTown_Mart_Text_SellNuggetIFound: - .string "This NUGGET I found here…\n" - .string "I suppose I'll have to sell it, seeing\l" - .string "as how it has no other use.$" - +.ifdef ENGLISH + .include "data/maps/FallarborTown_Mart/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FallarborTown_Mart/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FallarborTown_Mart/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FallarborTown_Mart/text.inc b/data/maps/FallarborTown_Mart/text.inc new file mode 100644 index 0000000000..ad1b98ed64 --- /dev/null +++ b/data/maps/FallarborTown_Mart/text.inc @@ -0,0 +1,17 @@ + +FallarborTown_Mart_Text_DecidingSkittyEvolve: + .string "I'm having a hard time deciding if I\n" + .string "should make my SKITTY evolve or not.\p" + .string "I only have to use this MOON STONE,\n" + .string "but it's so hard to decide…\p" + .string "If I make it evolve, it will become\n" + .string "much stronger.\p" + .string "But it will look so different, too.$" + +FallarborTown_Mart_Text_Skitty: + .string "SKITTY: Miyao?$" + +FallarborTown_Mart_Text_SellNuggetIFound: + .string "This NUGGET I found here…\n" + .string "I suppose I'll have to sell it, seeing\l" + .string "as how it has no other use.$" diff --git a/data/maps/FallarborTown_Mart/text_fr.inc b/data/maps/FallarborTown_Mart/text_fr.inc new file mode 100644 index 0000000000..4694847014 --- /dev/null +++ b/data/maps/FallarborTown_Mart/text_fr.inc @@ -0,0 +1,17 @@ + +FallarborTown_Mart_Text_DecidingSkittyEvolve: + .string "J’ai du mal à me décider. Faut-il que\n" + .string "je fasse évoluer mon SKITTY?\p" + .string "Il me suffirait d’utiliser cette PIERRE\n" + .string "LUNE, mais je n’arrive pas à me décider…\p" + .string "Si je le fais évoluer, il sera bien plus\n" + .string "puissant.\p" + .string "Mais il changera aussi d’apparence.$" + +FallarborTown_Mart_Text_Skitty: + .string "SKITTY: Kiiiiity?$" + +FallarborTown_Mart_Text_SellNuggetIFound: + .string "J’ai trouvé une PEPITE, ici…\n" + .string "Je suppose que je vais devoir la vendre,\l" + .string "puisqu’elle ne sert à rien d’autre.$" diff --git a/data/maps/FallarborTown_Mart/text_it.inc b/data/maps/FallarborTown_Mart/text_it.inc new file mode 100644 index 0000000000..435a720c86 --- /dev/null +++ b/data/maps/FallarborTown_Mart/text_it.inc @@ -0,0 +1,17 @@ + +FallarborTown_Mart_Text_DecidingSkittyEvolve: + .string "Non riesco a decidere se far evolvere\n" + .string "o meno il mio SKITTY.\p" + .string "Basterebbe usare questa PIETRALUNARE,\n" + .string "ma è così difficile decidere…\p" + .string "Con l’evoluzione diventerà molto\n" + .string "più forte.\p" + .string "Ma assumerà anche tutt’altro aspetto!$" + +FallarborTown_Mart_Text_Skitty: + .string "SKITTY: Ssskkkiiitttyyy?$" + +FallarborTown_Mart_Text_SellNuggetIFound: + .string "Ho trovato questa PEPITA.\n" + .string "Suppongo che vada venduta,\l" + .string "visto che non serve a nulla!$" diff --git a/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc b/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc index f17754328d..544886eff1 100644 --- a/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc +++ b/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc @@ -58,42 +58,14 @@ FallarborTown_MoveRelearnersHouse_EventScript_ComeBackWithHeartScale:: releaseall end -FallarborTown_MoveRelearnersHouse_Text_ImTheMoveTutor: - .string "I'm the MOVE TUTOR.\p" - .string "I know all the moves that POKéMON\n" - .string "learn--every one of them--and I can\l" - .string "teach POKéMON those moves.\p" - .string "I can teach a move to a POKéMON\n" - .string "of yours if you'd like.\p" - .string "I'll do it for a HEART SCALE.\n" - .string "I'm collecting those now.$" - -FallarborTown_MoveRelearnersHouse_Text_ThatsAHeartScaleWantMeToTeachMove: - .string "Oh! That's it! That's an honest to\n" - .string "goodness HEART SCALE!\p" - .string "Let me guess, you want me to teach\n" - .string "a move?$" - -FallarborTown_MoveRelearnersHouse_Text_TutorWhichMon: - .string "Which POKéMON needs tutoring?$" - -FallarborTown_MoveRelearnersHouse_Text_TeachWhichMove: - .string "Which move should I teach?$" - -FallarborTown_MoveRelearnersHouse_Text_DontHaveMoveToTeachPokemon: - .string "Sorry…\p" - .string "It doesn't appear as if I have any move\n" - .string "I can teach that POKéMON.$" - -FallarborTown_MoveRelearnersHouse_Text_HandedOverHeartScale: - .string "{PLAYER} handed over one HEART SCALE\n" - .string "in exchange.$" - -FallarborTown_MoveRelearnersHouse_Text_ComeBackWithHeartScale: - .string "If your POKéMON need to learn a move,\n" - .string "come back with a HEART SCALE.$" - -FallarborTown_MoveRelearnersHouse_Text_CantTeachEgg: - .string "Hunh? There isn't a single move that\n" - .string "I can teach an EGG.$" - +.ifdef ENGLISH + .include "data/maps/FallarborTown_MoveRelearnersHouse/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FallarborTown_MoveRelearnersHouse/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FallarborTown_MoveRelearnersHouse/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FallarborTown_MoveRelearnersHouse/text.inc b/data/maps/FallarborTown_MoveRelearnersHouse/text.inc new file mode 100644 index 0000000000..e4d24ef641 --- /dev/null +++ b/data/maps/FallarborTown_MoveRelearnersHouse/text.inc @@ -0,0 +1,39 @@ + +FallarborTown_MoveRelearnersHouse_Text_ImTheMoveTutor: + .string "I'm the MOVE TUTOR.\p" + .string "I know all the moves that POKéMON\n" + .string "learn--every one of them--and I can\l" + .string "teach POKéMON those moves.\p" + .string "I can teach a move to a POKéMON\n" + .string "of yours if you'd like.\p" + .string "I'll do it for a HEART SCALE.\n" + .string "I'm collecting those now.$" + +FallarborTown_MoveRelearnersHouse_Text_ThatsAHeartScaleWantMeToTeachMove: + .string "Oh! That's it! That's an honest to\n" + .string "goodness HEART SCALE!\p" + .string "Let me guess, you want me to teach\n" + .string "a move?$" + +FallarborTown_MoveRelearnersHouse_Text_TutorWhichMon: + .string "Which POKéMON needs tutoring?$" + +FallarborTown_MoveRelearnersHouse_Text_TeachWhichMove: + .string "Which move should I teach?$" + +FallarborTown_MoveRelearnersHouse_Text_DontHaveMoveToTeachPokemon: + .string "Sorry…\p" + .string "It doesn't appear as if I have any move\n" + .string "I can teach that POKéMON.$" + +FallarborTown_MoveRelearnersHouse_Text_HandedOverHeartScale: + .string "{PLAYER} handed over one HEART SCALE\n" + .string "in exchange.$" + +FallarborTown_MoveRelearnersHouse_Text_ComeBackWithHeartScale: + .string "If your POKéMON need to learn a move,\n" + .string "come back with a HEART SCALE.$" + +FallarborTown_MoveRelearnersHouse_Text_CantTeachEgg: + .string "Hunh? There isn't a single move that\n" + .string "I can teach an EGG.$" diff --git a/data/maps/FallarborTown_MoveRelearnersHouse/text_fr.inc b/data/maps/FallarborTown_MoveRelearnersHouse/text_fr.inc new file mode 100644 index 0000000000..23e83d0da5 --- /dev/null +++ b/data/maps/FallarborTown_MoveRelearnersHouse/text_fr.inc @@ -0,0 +1,41 @@ + +FallarborTown_MoveRelearnersHouse_Text_ImTheMoveTutor: + .string "Je suis le MAITRE DES CAPACITES.\p" + .string "Je connais absolument toutes les\n" + .string "attaques que les POKéMON peuvent\l" + .string "apprendre. Et je peux enseigner ces\l" + .string "attaques à d’autres POKéMON.\p" + .string "Je peux enseigner une attaque à l’un de\n" + .string "tes POKéMON, si tu veux.\p" + .string "Je peux le faire en échange d’une\n" + .string "ECAILLECOEUR. Je les collectionne.$" + +FallarborTown_MoveRelearnersHouse_Text_ThatsAHeartScaleWantMeToTeachMove: + .string "Oh! Génial! C’est une ECAILLECOEUR\n" + .string "d’une belle taille!\p" + .string "Tu veux que j’enseigne une attaque\n" + .string "à un de tes POKéMON?$" + +FallarborTown_MoveRelearnersHouse_Text_TutorWhichMon: + .string "A quel POKéMON dois-je l’enseigner?$" + +FallarborTown_MoveRelearnersHouse_Text_TeachWhichMove: + .string "Quelle attaque dois-je enseigner?$" + +FallarborTown_MoveRelearnersHouse_Text_DontHaveMoveToTeachPokemon: + .string "Désolé…\p" + .string "Apparemment, il n’y a aucune attaque\n" + .string "que je puisse apprendre à ce POKéMON.$" + +FallarborTown_MoveRelearnersHouse_Text_HandedOverHeartScale: + .string "{PLAYER} donne une ECAILLECOEUR\n" + .string "en échange.$" + +FallarborTown_MoveRelearnersHouse_Text_ComeBackWithHeartScale: + .string "Si tu veux que j’enseigne une attaque\n" + .string "à ton POKéMON, reviens avec\l" + .string "une ECAILLECOEUR.$" + +FallarborTown_MoveRelearnersHouse_Text_CantTeachEgg: + .string "Quoi? Mais je ne peux pas apprendre\n" + .string "une attaque à un OEUF.$" diff --git a/data/maps/FallarborTown_MoveRelearnersHouse/text_it.inc b/data/maps/FallarborTown_MoveRelearnersHouse/text_it.inc new file mode 100644 index 0000000000..4a3f46924a --- /dev/null +++ b/data/maps/FallarborTown_MoveRelearnersHouse/text_it.inc @@ -0,0 +1,39 @@ + +FallarborTown_MoveRelearnersHouse_Text_ImTheMoveTutor: + .string "Sono la GUIDA MOSSE.\p" + .string "Conosco tutte le mosse che può\n" + .string "apprendere ogni singolo POKéMON,\l" + .string "e sono in grado anche di insegnarle.\p" + .string "Se vuoi posso insegnare una mossa\n" + .string "a un tuo POKéMON!\p" + .string "In cambio voglio una SQUAMA CUORE.\n" + .string "Ne faccio la collezione!$" + +FallarborTown_MoveRelearnersHouse_Text_ThatsAHeartScaleWantMeToTeachMove: + .string "Oh! Stupendo! È un’autentica\n" + .string "SQUAMA CUORE!\p" + .string "Lasciami indovinare! Vuoi che\n" + .string "insegni una mossa?$" + +FallarborTown_MoveRelearnersHouse_Text_TutorWhichMon: + .string "Che POKéMON vuoi istruire?$" + +FallarborTown_MoveRelearnersHouse_Text_TeachWhichMove: + .string "Che mossa devo insegnargli?$" + +FallarborTown_MoveRelearnersHouse_Text_DontHaveMoveToTeachPokemon: + .string "Sono spiacente…\p" + .string "Non credo di avere alcuna mossa\n" + .string "da insegnare a quel POKéMON.$" + +FallarborTown_MoveRelearnersHouse_Text_HandedOverHeartScale: + .string "In cambio {PLAYER} consegna\n" + .string "la SQUAMA CUORE.$" + +FallarborTown_MoveRelearnersHouse_Text_ComeBackWithHeartScale: + .string "Se i tuoi POKéMON hanno bisogno di\n" + .string "mosse, torna con la SQUAMA CUORE.$" + +FallarborTown_MoveRelearnersHouse_Text_CantTeachEgg: + .string "Eh? Non conosco alcuna mossa\n" + .string "per quell’UOVO.$" diff --git a/data/maps/FallarborTown_PokemonCenter_1F/scripts.inc b/data/maps/FallarborTown_PokemonCenter_1F/scripts.inc index bc9e7c25f8..f513ee0758 100644 --- a/data/maps/FallarborTown_PokemonCenter_1F/scripts.inc +++ b/data/maps/FallarborTown_PokemonCenter_1F/scripts.inc @@ -84,31 +84,14 @@ FallarborTown_PokemonCenter_1F_Movement_LanetteExitWest: delay_8 step_end -FallarborTown_PokemonCenter_1F_Text_LanetteGreeting: - .string "Oh, hello.\n" - .string "You are?\p" - .string "Okay, your name's {PLAYER}{KUN}.\n" - .string "I can see that you're a TRAINER.\p" - .string "So that means you use the POKéMON\n" - .string "Storage System I developed.\p" - .string "How I arrived at that conclusion is\n" - .string "a simple deductive process.\p" - .string "You spoke to me because you wanted\n" - .string "to access something on this PC.\p" - .string "Oh, I'm sorry. I'm LANETTE.\p" - .string "Honestly, I'm glad to meet you--it's\n" - .string "great you're using the Storage System.\p" - .string "If you could, please visit me at home.\n" - .string "My house is on ROUTE 114.$" - -FallarborTown_PokemonCenter_1F_Text_FossilManiacEdgeOfTown: - .string "I wonder what POKéMON looked like\n" - .string "long, long ago?\p" - .string "Maybe the FOSSIL MANIAC at the edge\n" - .string "of town will know.$" - -FallarborTown_PokemonCenter_1F_Text_PlantHardyTrees: - .string "In the fields of FALLARBOR, we plant\n" - .string "seedlings of hardy trees that thrive\l" - .string "even in volcanic ash.$" - +.ifdef ENGLISH + .include "data/maps/FallarborTown_PokemonCenter_1F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FallarborTown_PokemonCenter_1F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FallarborTown_PokemonCenter_1F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FallarborTown_PokemonCenter_1F/text.inc b/data/maps/FallarborTown_PokemonCenter_1F/text.inc new file mode 100644 index 0000000000..618059c16d --- /dev/null +++ b/data/maps/FallarborTown_PokemonCenter_1F/text.inc @@ -0,0 +1,28 @@ + +FallarborTown_PokemonCenter_1F_Text_LanetteGreeting: + .string "Oh, hello.\n" + .string "You are?\p" + .string "Okay, your name's {PLAYER}{KUN}.\n" + .string "I can see that you're a TRAINER.\p" + .string "So that means you use the POKéMON\n" + .string "Storage System I developed.\p" + .string "How I arrived at that conclusion is\n" + .string "a simple deductive process.\p" + .string "You spoke to me because you wanted\n" + .string "to access something on this PC.\p" + .string "Oh, I'm sorry. I'm LANETTE.\p" + .string "Honestly, I'm glad to meet you--it's\n" + .string "great you're using the Storage System.\p" + .string "If you could, please visit me at home.\n" + .string "My house is on ROUTE 114.$" + +FallarborTown_PokemonCenter_1F_Text_FossilManiacEdgeOfTown: + .string "I wonder what POKéMON looked like\n" + .string "long, long ago?\p" + .string "Maybe the FOSSIL MANIAC at the edge\n" + .string "of town will know.$" + +FallarborTown_PokemonCenter_1F_Text_PlantHardyTrees: + .string "In the fields of FALLARBOR, we plant\n" + .string "seedlings of hardy trees that thrive\l" + .string "even in volcanic ash.$" diff --git a/data/maps/FallarborTown_PokemonCenter_1F/text_fr.inc b/data/maps/FallarborTown_PokemonCenter_1F/text_fr.inc new file mode 100644 index 0000000000..2847434901 --- /dev/null +++ b/data/maps/FallarborTown_PokemonCenter_1F/text_fr.inc @@ -0,0 +1,31 @@ + +FallarborTown_PokemonCenter_1F_Text_LanetteGreeting: + .string "Oh, bonjour.\n" + .string "Qui es-tu?\p" + .string "D’accord, tu t’appelles {PLAYER}{KUN}.\n" + .string "Tu es DRESSEUR, apparemment.\p" + .string "Cela veut donc dire que tu utilises ce\n" + .string "programme de Gestion de Stocks de\l" + .string "POKéMON que j’ai développé.\p" + .string "Enfin, c’est une conclusion que je tire\n" + .string "d’un processus de déduction simple.\p" + .string "Tu me parles parce que tu veux\n" + .string "accéder à quelque chose sur ce PC.\p" + .string "Oh, pardon, je ne me suis pas présentée.\n" + .string "Je m’appelle ANNETTE.\p" + .string "Enchantée. Je suis contente que tu\n" + .string "utilises la Gestion de Stocks.\p" + .string "Si tu en as l’occasion, viens me rendre\n" + .string "visite. J’habite sur la ROUTE 114.$" + +FallarborTown_PokemonCenter_1F_Text_FossilManiacEdgeOfTown: + .string "Je me demande à quoi ressemblaient les\n" + .string "POKéMON durant la préhistoire.\p" + .string "Le MANIAQUE DES FOSSILES qui vit\n" + .string "en bordure de la ville doit le savoir.$" + +FallarborTown_PokemonCenter_1F_Text_PlantHardyTrees: + .string "Dans les champs d’AUTEQUIA,\n" + .string "nous mettons de jeunes plants en\l" + .string "terre. Ce sont des arbres très vivaces\l" + .string "qui poussent dans la cendre volcanique.$" diff --git a/data/maps/FallarborTown_PokemonCenter_1F/text_it.inc b/data/maps/FallarborTown_PokemonCenter_1F/text_it.inc new file mode 100644 index 0000000000..fd2fcbff10 --- /dev/null +++ b/data/maps/FallarborTown_PokemonCenter_1F/text_it.inc @@ -0,0 +1,29 @@ + +FallarborTown_PokemonCenter_1F_Text_LanetteGreeting: + .string "Oh, ciao…\n" + .string "e tu chi sei?\p" + .string "Bene, allora ti chiami {PLAYER}{KUN}.\n" + .string "Vedo che sei un ALLENATORE.\p" + .string "Ciò significa che ti avvali del Sistema\n" + .string "Memoria POKéMON di mia invenzione.\p" + .string "Beh, ci sono arrivata con una semplice\n" + .string "deduzione logica.\p" + .string "Sei qui perché vuoi controllare\n" + .string "qualcosa in questo PC…\p" + .string "Ah, sì, scusa, io sono LANETTE!\p" + .string "Sono davvero contenta di conoscerti!\n" + .string "E sono molto felice che usi il mio\l" + .string "Sistema Memoria POKéMON.\p" + .string "Se hai occasione, passa da casa mia.\n" + .string "Abito sul PERCORSO 114.$" + +FallarborTown_PokemonCenter_1F_Text_FossilManiacEdgeOfTown: + .string "Mi chiedo come fossero i POKéMON\n" + .string "anticamente.\p" + .string "Forse l’ESPERTO FOSSILI, subito fuori \n" + .string "città, lo sa.$" + +FallarborTown_PokemonCenter_1F_Text_PlantHardyTrees: + .string "Nella campagna di BRUNIFOGLIA\n" + .string "coltiviamo le sementi di alberi robusti\l" + .string "che prosperano nella cenere vulcanica.$" diff --git a/data/maps/FarawayIsland_Interior/scripts.inc b/data/maps/FarawayIsland_Interior/scripts.inc index d3d519ed15..a5bf967cf4 100644 --- a/data/maps/FarawayIsland_Interior/scripts.inc +++ b/data/maps/FarawayIsland_Interior/scripts.inc @@ -185,5 +185,14 @@ FarawayIsland_Interior_EventScript_HideMewWhenGrassCut:: releaseall end -FarawayIsland_Interior_Text_TheFeelingOfBeingWatchedFaded: - .string "The feeling of being watched faded…$" +.ifdef ENGLISH + .include "data/maps/FarawayIsland_Interior/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FarawayIsland_Interior/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FarawayIsland_Interior/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FarawayIsland_Interior/text.inc b/data/maps/FarawayIsland_Interior/text.inc new file mode 100644 index 0000000000..0c80e6e04d --- /dev/null +++ b/data/maps/FarawayIsland_Interior/text.inc @@ -0,0 +1,3 @@ + +FarawayIsland_Interior_Text_TheFeelingOfBeingWatchedFaded: + .string "The feeling of being watched faded…$" diff --git a/data/maps/FarawayIsland_Interior/text_fr.inc b/data/maps/FarawayIsland_Interior/text_fr.inc new file mode 100644 index 0000000000..3e4a2c98f0 --- /dev/null +++ b/data/maps/FarawayIsland_Interior/text_fr.inc @@ -0,0 +1,4 @@ + +FarawayIsland_Interior_Text_TheFeelingOfBeingWatchedFaded: + .string "Je n’ai plus l’impression que quelqu’un\n" + .string "m’observe…$" diff --git a/data/maps/FarawayIsland_Interior/text_it.inc b/data/maps/FarawayIsland_Interior/text_it.inc new file mode 100644 index 0000000000..d2db296050 --- /dev/null +++ b/data/maps/FarawayIsland_Interior/text_it.inc @@ -0,0 +1,4 @@ + +FarawayIsland_Interior_Text_TheFeelingOfBeingWatchedFaded: + .string "Non ho più la sensazione che qualcuno\n" + .string "mi osservi…$" diff --git a/data/maps/FortreeCity/scripts.inc b/data/maps/FortreeCity/scripts.inc index f1694aaa84..3d1d2158e7 100644 --- a/data/maps/FortreeCity/scripts.inc +++ b/data/maps/FortreeCity/scripts.inc @@ -87,70 +87,14 @@ FortreeCity_Movement_KecleonFlee: walk_right step_end -FortreeCity_Text_SawGiganticPokemonInSky: - .string "No one believes me, but I saw this\n" - .string "gigantic POKéMON in the sky.\p" - .string "It seemed to squirm as it flew toward\n" - .string "ROUTE 131.\p" - .string "By the way… Sniff…\n" - .string "Um… You, uh…smell singed.\p" - .string "Were you at a volcano or something?$" - -FortreeCity_Text_SomethingBlockingGym: - .string "I want to go to the POKéMON GYM,\n" - .string "but something's blocking the way.\p" - .string "After all the bother I went through\n" - .string "training on ROUTE 120…$" - -FortreeCity_Text_ThisTimeIllBeatWinona: - .string "I've got my pride-and-joy POKéMON\n" - .string "with me. This time, I'll beat WINONA.$" - -FortreeCity_Text_TreesGrowByDrinkingRainwater: - .string "The ground absorbs rainwater, and\n" - .string "trees grow by drinking that water…\p" - .string "Our FORTREE CITY exists because\n" - .string "there's both water and soil.$" - -FortreeCity_Text_EveryoneHealthyAndLively: - .string "The CITY consists of homes built on\n" - .string "trees.\p" - .string "Perhaps because of that lifestyle,\n" - .string "everyone is healthy and lively.\p" - .string "Why, even myself--I feel as if I've\n" - .string "grown thirty years younger.$" - -FortreeCity_Text_BugPokemonComeThroughWindow: - .string "Living on top of trees is okay.\p" - .string "But sometimes BUG POKéMON come in\n" - .string "through windows.\l" - .string "It can be really startling.$" - -FortreeCity_Text_PokemonThatEvolveWhenTraded: - .string "There are POKéMON that evolve when\n" - .string "you trade them! That's what I heard.$" - -FortreeCity_Text_SomethingUnseeable: - .string "Something unseeable is in the way.$" - -FortreeCity_Text_UnseeableUseDevonScope: - .string "Something unseeable is in the way.\p" - .string "Want to use the DEVON SCOPE?$" - -FortreeCity_Text_UsedDevonScopePokemonFled: - .string "{PLAYER} used the DEVON SCOPE.\p" - .string "An invisible POKéMON became completely\n" - .string "visible!\p" - .string "The startled POKéMON fled!$" - -FortreeCity_Text_CitySign: - .string "FORTREE CITY\n" - .string "“The treetop city that frolics with\l" - .string "nature.”$" - -FortreeCity_Text_GymSign: - .string "FORTREE CITY POKéMON GYM\n" - .string "LEADER: WINONA\p" - .string "“The bird user taking flight into\n" - .string "the world.”$" - +.ifdef ENGLISH + .include "data/maps/FortreeCity/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FortreeCity/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FortreeCity/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FortreeCity/text.inc b/data/maps/FortreeCity/text.inc new file mode 100644 index 0000000000..b1fba9663a --- /dev/null +++ b/data/maps/FortreeCity/text.inc @@ -0,0 +1,67 @@ + +FortreeCity_Text_SawGiganticPokemonInSky: + .string "No one believes me, but I saw this\n" + .string "gigantic POKéMON in the sky.\p" + .string "It seemed to squirm as it flew toward\n" + .string "ROUTE 131.\p" + .string "By the way… Sniff…\n" + .string "Um… You, uh…smell singed.\p" + .string "Were you at a volcano or something?$" + +FortreeCity_Text_SomethingBlockingGym: + .string "I want to go to the POKéMON GYM,\n" + .string "but something's blocking the way.\p" + .string "After all the bother I went through\n" + .string "training on ROUTE 120…$" + +FortreeCity_Text_ThisTimeIllBeatWinona: + .string "I've got my pride-and-joy POKéMON\n" + .string "with me. This time, I'll beat WINONA.$" + +FortreeCity_Text_TreesGrowByDrinkingRainwater: + .string "The ground absorbs rainwater, and\n" + .string "trees grow by drinking that water…\p" + .string "Our FORTREE CITY exists because\n" + .string "there's both water and soil.$" + +FortreeCity_Text_EveryoneHealthyAndLively: + .string "The CITY consists of homes built on\n" + .string "trees.\p" + .string "Perhaps because of that lifestyle,\n" + .string "everyone is healthy and lively.\p" + .string "Why, even myself--I feel as if I've\n" + .string "grown thirty years younger.$" + +FortreeCity_Text_BugPokemonComeThroughWindow: + .string "Living on top of trees is okay.\p" + .string "But sometimes BUG POKéMON come in\n" + .string "through windows.\l" + .string "It can be really startling.$" + +FortreeCity_Text_PokemonThatEvolveWhenTraded: + .string "There are POKéMON that evolve when\n" + .string "you trade them! That's what I heard.$" + +FortreeCity_Text_SomethingUnseeable: + .string "Something unseeable is in the way.$" + +FortreeCity_Text_UnseeableUseDevonScope: + .string "Something unseeable is in the way.\p" + .string "Want to use the DEVON SCOPE?$" + +FortreeCity_Text_UsedDevonScopePokemonFled: + .string "{PLAYER} used the DEVON SCOPE.\p" + .string "An invisible POKéMON became completely\n" + .string "visible!\p" + .string "The startled POKéMON fled!$" + +FortreeCity_Text_CitySign: + .string "FORTREE CITY\n" + .string "“The treetop city that frolics with\l" + .string "nature.”$" + +FortreeCity_Text_GymSign: + .string "FORTREE CITY POKéMON GYM\n" + .string "LEADER: WINONA\p" + .string "“The bird user taking flight into\n" + .string "the world.”$" diff --git a/data/maps/FortreeCity/text_fr.inc b/data/maps/FortreeCity/text_fr.inc new file mode 100644 index 0000000000..26c9de7e8e --- /dev/null +++ b/data/maps/FortreeCity/text_fr.inc @@ -0,0 +1,71 @@ + +FortreeCity_Text_SawGiganticPokemonInSky: + .string "Personne ne me croit, mais j’ai\n" + .string "vraiment vu ce POKéMON gigantesque\l" + .string "dans le ciel.\p" + .string "J’ai eu l’impression qu’il volait vers\n" + .string "le CHENAL 131.\p" + .string "Snifff…\n" + .string "Hum… Tu… euh… sens le brûlé.\p" + .string "Tu étais sur un volcan ou quelque chose\n" + .string "comme ça?$" + +FortreeCity_Text_SomethingBlockingGym: + .string "Je veux aller à l’ARENE POKéMON, mais\n" + .string "quelque chose bloque le passage.\p" + .string "Après tout le mal que je me suis donné\n" + .string "pour venir m’entraîner sur la ROUTE 120!$" + +FortreeCity_Text_ThisTimeIllBeatWinona: + .string "J’ai des POKéMON qui font ma joie et ma\n" + .string "fierté. Cette fois, je battrai ALIZEE.$" + +FortreeCity_Text_TreesGrowByDrinkingRainwater: + .string "Le sol absorbe l’eau de pluie et les\n" + .string "arbres poussent en puisant cette eau…\p" + .string "Notre CIMETRONELLE existe grâce\n" + .string "à l’eau et à la terre.$" + +FortreeCity_Text_EveryoneHealthyAndLively: + .string "C’est une VILLE formée de maisons\n" + .string "construites dans les arbres.\p" + .string "Ici, on est tous en forme et dynamiques.\n" + .string "Probablement grâce à ce mode de vie!\p" + .string "Même moi, j’ai l’impression d’avoir\n" + .string "rajeuni de trente ans.$" + +FortreeCity_Text_BugPokemonComeThroughWindow: + .string "C’est bien de vivre en haut des arbres.\p" + .string "Mais parfois, des POKéMON du type\n" + .string "INSECTE passent par les fenêtres.\p" + .string "Ça peut faire très peur.$" + +FortreeCity_Text_PokemonThatEvolveWhenTraded: + .string "Certains POKéMON évoluent quand ils\n" + .string "sont échangés! C’est ce qu’on raconte!$" + +FortreeCity_Text_SomethingUnseeable: + .string "Quelque chose d’invisible bloque la\n" + .string "voie.$" + +FortreeCity_Text_UnseeableUseDevonScope: + .string "Quelque chose d’invisible bloque la\n" + .string "voie.\p" + .string "Voulez-vous utiliser le DEVON SCOPE?$" + +FortreeCity_Text_UsedDevonScopePokemonFled: + .string "{PLAYER} utilise le DEVON SCOPE.\p" + .string "Un POKéMON invisible devient tout à\n" + .string "coup visible!\p" + .string "Le POKéMON, effrayé, s’enfuit!$" + +FortreeCity_Text_CitySign: + .string "CIMETRONELLE\n" + .string "“Là où les cimes des arbres sont\l" + .string "en harmonie avec la nature.”$" + +FortreeCity_Text_GymSign: + .string "ARENE POKéMON de CIMETRONELLE\n" + .string "CHAMPION: ALIZEE\p" + .string "“Celle qui utilise les oiseaux et prend\n" + .string "son envol dans le monde.”$" diff --git a/data/maps/FortreeCity/text_it.inc b/data/maps/FortreeCity/text_it.inc new file mode 100644 index 0000000000..1f7c1312bb --- /dev/null +++ b/data/maps/FortreeCity/text_it.inc @@ -0,0 +1,66 @@ + +FortreeCity_Text_SawGiganticPokemonInSky: + .string "Non mi crede nessuno, ma ho visto un\n" + .string "POKéMON gigantesco volare in cielo.\p" + .string "Sembrava diretto verso\n" + .string "il PERCORSO 131.\p" + .string "A proposito… sniff…\n" + .string "ehm… puzzi di… bruciato.\p" + .string "Hai visitato un vulcano o cosa?$" + +FortreeCity_Text_SomethingBlockingGym: + .string "Voglio andare alla PALESTRA POKéMON,\n" + .string "ma c’è qualcosa che blocca il passaggio.\p" + .string "Dopo tutta questa fatica fatta con\n" + .string "l’allenamento lungo il PERCORSO 120…$" + +FortreeCity_Text_ThisTimeIllBeatWinona: + .string "Ho con me questo POKéMON, mia gioia ed\n" + .string "orgoglio. Batterò ALICE stavolta.$" + +FortreeCity_Text_TreesGrowByDrinkingRainwater: + .string "Il terreno assorbe l’acqua piovana e \n" + .string "gli alberi crescono bevendo l’acqua…\p" + .string "FORESTOPOLI esiste solo grazie\n" + .string "all’acqua e al terreno.$" + +FortreeCity_Text_EveryoneHealthyAndLively: + .string "È una CITTÀ di case costruite\n" + .string "sugli alberi.\p" + .string "Forse è questo tipo di vita che rende\n" + .string "gli abitanti vigorosi e gioviali.\p" + .string "Pensa, io mi sento ringiovanito di\n" + .string "trent’anni!$" + +FortreeCity_Text_BugPokemonComeThroughWindow: + .string "La vita sulla cima degli alberi non è\n" + .string "male.\p" + .string "Ma a volte i POKéMON COLEOTTERO\n" + .string "entrano dalle finestre.\l" + .string "Ti fanno prendere degli spaventi!$" + +FortreeCity_Text_PokemonThatEvolveWhenTraded: + .string "Ho sentito dire che certi POKéMON si\n" + .string "evolvono se li scambi.$" + +FortreeCity_Text_SomethingUnseeable: + .string "Qualcosa di invisibile blocca il cammino.$" + +FortreeCity_Text_UnseeableUseDevonScope: + .string "Qualcosa di invisibile blocca il cammino.\p" + .string "Vuoi usare il DEVONSCOPIO?$" + +FortreeCity_Text_UsedDevonScopePokemonFled: + .string "{PLAYER} usa il DEVONSCOPIO.\p" + .string "Un POKéMON invisibile diventa visibile!\p" + .string "Si spaventa e fugge via!$" + +FortreeCity_Text_CitySign: + .string "FORESTOPOLI\n" + .string "“La città sulla cima degli alberi\l" + .string "in sintonia con la natura”.$" + +FortreeCity_Text_GymSign: + .string "PALESTRA POKéMON di FORESTOPOLI\n" + .string "CAPOPALESTRA: ALICE\p" + .string "“Usa uccelli per sorvolare il mondo”.$" diff --git a/data/maps/FortreeCity_DecorationShop/scripts.inc b/data/maps/FortreeCity_DecorationShop/scripts.inc index 4394312876..8789851efa 100644 --- a/data/maps/FortreeCity_DecorationShop/scripts.inc +++ b/data/maps/FortreeCity_DecorationShop/scripts.inc @@ -57,16 +57,14 @@ FortreeCity_DecorationShop_PokemartDecor_Chairs: release end -FortreeCity_DecorationShop_Text_MerchandiseSentToPC: - .string "Merchandise you buy here is sent to\n" - .string "your own PC.\p" - .string "That's fantastic! I wish they could\n" - .string "also deliver me home like that.$" - -FortreeCity_DecorationShop_Text_BuyingDeskForDolls: - .string "I'm buying a pretty desk and I'm\n" - .string "putting my cute DOLLS on it.\p" - .string "If I don't, when I decorate my\n" - .string "SECRET BASE, my DOLLS will get\l" - .string "dirty or poked with splinters.$" - +.ifdef ENGLISH + .include "data/maps/FortreeCity_DecorationShop/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FortreeCity_DecorationShop/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FortreeCity_DecorationShop/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FortreeCity_DecorationShop/text.inc b/data/maps/FortreeCity_DecorationShop/text.inc new file mode 100644 index 0000000000..a8c2f447e2 --- /dev/null +++ b/data/maps/FortreeCity_DecorationShop/text.inc @@ -0,0 +1,13 @@ + +FortreeCity_DecorationShop_Text_MerchandiseSentToPC: + .string "Merchandise you buy here is sent to\n" + .string "your own PC.\p" + .string "That's fantastic! I wish they could\n" + .string "also deliver me home like that.$" + +FortreeCity_DecorationShop_Text_BuyingDeskForDolls: + .string "I'm buying a pretty desk and I'm\n" + .string "putting my cute DOLLS on it.\p" + .string "If I don't, when I decorate my\n" + .string "SECRET BASE, my DOLLS will get\l" + .string "dirty or poked with splinters.$" diff --git a/data/maps/FortreeCity_DecorationShop/text_fr.inc b/data/maps/FortreeCity_DecorationShop/text_fr.inc new file mode 100644 index 0000000000..197c9d79f3 --- /dev/null +++ b/data/maps/FortreeCity_DecorationShop/text_fr.inc @@ -0,0 +1,13 @@ + +FortreeCity_DecorationShop_Text_MerchandiseSentToPC: + .string "Ce que tu achètes ici est directement\n" + .string "envoyé sur ton PC.\p" + .string "C’est génial! J’aimerais bien qu’on me\n" + .string "livre aussi comme ça, chez moi.$" + +FortreeCity_DecorationShop_Text_BuyingDeskForDolls: + .string "Je vais acheter un beau bureau et\n" + .string "mettre mes jolies POUPEES dessus.\p" + .string "Sinon, quand je vais décorer ma BASE\n" + .string "SECRETE, mes POUPEES vont être salies\l" + .string "et couvertes d’échardes.$" diff --git a/data/maps/FortreeCity_DecorationShop/text_it.inc b/data/maps/FortreeCity_DecorationShop/text_it.inc new file mode 100644 index 0000000000..8e7df6276d --- /dev/null +++ b/data/maps/FortreeCity_DecorationShop/text_it.inc @@ -0,0 +1,13 @@ + +FortreeCity_DecorationShop_Text_MerchandiseSentToPC: + .string "La merce che compri qui viene inviata\n" + .string "al tuo PC.\p" + .string "È fantastico! Magari mi potessero\n" + .string "portare a casa con lo stesso sistema!$" + +FortreeCity_DecorationShop_Text_BuyingDeskForDolls: + .string "Sto comprando un tavolo carino\n" + .string "per metterci le mie BAMBOLE.\p" + .string "Lo faccio per evitare che le mie\n" + .string "BAMBOLE si sporchino o si scheggino\l" + .string "quando decoro la mia BASE SEGRETA.$" diff --git a/data/maps/FortreeCity_Gym/scripts.inc b/data/maps/FortreeCity_Gym/scripts.inc index 1c729bc44e..087c22ca9e 100644 --- a/data/maps/FortreeCity_Gym/scripts.inc +++ b/data/maps/FortreeCity_Gym/scripts.inc @@ -132,186 +132,14 @@ FortreeCity_Gym_EventScript_GymStatue:: releaseall end -FortreeCity_Gym_Text_GymGuideAdvice: - .string "Yo, how's it going, CHAMPION-\n" - .string "bound {PLAYER}?\p" - .string "FORTREE GYM LEADER WINONA is\n" - .string "a master of FLYING-type POKéMON.\p" - .string "She's waiting at the back of this GYM,\n" - .string "behind the rotating doors.\p" - .string "She's waiting for new challengers\n" - .string "who are trying to take wing!\p" - .string "Okay, go for it!$" - -FortreeCity_Gym_Text_GymGuidePostVictory: - .string "You did it!\n" - .string "You've achieved liftoff!$" - -FortreeCity_Gym_Text_JaredIntro: - .string "Behold the elegant battle style of\n" - .string "BIRD POKéMON!$" - -FortreeCity_Gym_Text_JaredDefeat: - .string "You…\n" - .string "You're strong…$" - -FortreeCity_Gym_Text_JaredPostBattle: - .string "A TRAINER has to be smart to keep\n" - .string "up with unexpected turns of events.\p" - .string "Do you have the smarts to get to\n" - .string "our LEADER?$" - -FortreeCity_Gym_Text_EdwardoIntro: - .string "The lovers of BIRD POKéMON aspire\n" - .string "to join this GYM.\p" - .string "As a member of the FORTREE GYM,\n" - .string "I'm not allowed to lose!$" - -FortreeCity_Gym_Text_EdwardoDefeat: - .string "It was too much of a load for me\n" - .string "to bear…$" - -FortreeCity_Gym_Text_EdwardoPostBattle: - .string "The world is huge, and there are\n" - .string "countless tough TRAINERS.\p" - .string "I'm going to keep training and make\n" - .string "myself even stronger.$" - -FortreeCity_Gym_Text_FlintIntro: - .string "There's no need for WINONA, our GYM\n" - .string "LEADER, to deal with you!\p" - .string "I'm plenty good enough for you!$" - -FortreeCity_Gym_Text_FlintDefeat: - .string "WINONA, I…\n" - .string "I lost!$" - -FortreeCity_Gym_Text_FlintPostBattle: - .string "WINONA is cute and she's strong.\n" - .string "She's the ultimate LEADER!\p" - .string "Blush…$" - -FortreeCity_Gym_Text_AshleyIntro: - .string "WINONA taught me personally!\n" - .string "You can't beat me easily!$" - -FortreeCity_Gym_Text_AshleyDefeat: - .string "I was beaten…$" - -FortreeCity_Gym_Text_AshleyPostBattle: - .string "Thanks to WINONA, the people of\n" - .string "FORTREE can live without fear.$" - -FortreeCity_Gym_Text_HumbertoIntro: - .string "When WINONA takes to battle, her face\n" - .string "shines with beautiful determination…\p" - .string "I'm not letting you witness that\n" - .string "lovely sight!$" - -FortreeCity_Gym_Text_HumbertoDefeat: - .string "Urk!\n" - .string "I couldn't stop you.$" - -FortreeCity_Gym_Text_HumbertoPostBattle: - .string "You'd better watch it!\n" - .string "Don't get distracted staring at WINONA\l" - .string "or you'll go crashing down in a heap!$" - -FortreeCity_Gym_Text_DariusIntro: - .string "You'd better know that there are all\n" - .string "sorts of FLYING-type POKéMON.\p" - .string "You do know that, right?$" - -FortreeCity_Gym_Text_DariusDefeat: - .string "You seem to know your stuff!$" - -FortreeCity_Gym_Text_DariusPostBattle: - .string "Sure, you beat me all right.\n" - .string "But you'd better watch it! Our LEADER\l" - .string "WINONA's POKéMON are all business.$" - -FortreeCity_Gym_Text_WinonaIntro: - .string "I am WINONA. I am the LEADER of\n" - .string "the FORTREE POKéMON GYM.\p" - .string "I have become one with BIRD POKéMON\n" - .string "and have soared the skies…\p" - .string "However grueling the battle, we have\n" - .string "triumphed with grace…\p" - .string "Witness the elegant choreography\n" - .string "of BIRD POKéMON and I!$" - -FortreeCity_Gym_Text_WinonaDefeat: - .string "Never before have I seen a TRAINER\n" - .string "command POKéMON with more grace\l" - .string "than I…\p" - .string "In recognition of your prowess,\n" - .string "I present to you this GYM BADGE.$" - -FortreeCity_Gym_Text_ReceivedFeatherBadge: - .string "{PLAYER} received the FEATHER BADGE\n" - .string "from WINONA.$" - -FortreeCity_Gym_Text_ExplainFeatherBadgeTakeThis: - .string "With the FEATHER BADGE, all POKéMON up\n" - .string "to LV 70, even those received through\l" - .string "trades, will obey your every command.\p" - .string "You will also be able to use\n" - .string "the HM move FLY outside of battle.\p" - .string "And this…\n" - .string "This is a gift from me.$" - -FortreeCity_Gym_Text_ExplainAerialAce: - .string "TM40 contains AERIAL ACE.\p" - .string "Its speed…\n" - .string "No POKéMON should be able to avoid it.\p" - .string "… … … … … …$" - -FortreeCity_Gym_Text_RegisteredWinona: - .string "Registered GYM LEADER WINONA\n" - .string "in the POKéNAV.$" - -FortreeCity_Gym_Text_WinonaPostBattle: - .string "Though I fell to you, I will remain\n" - .string "devoted to BIRD POKéMON.$" - -FortreeCity_Gym_Text_GymStatue: - .string "FORTREE CITY POKéMON GYM$" - -FortreeCity_Gym_Text_GymStatueCertified: - .string "FORTREE CITY POKéMON GYM\p" - .string "WINONA'S CERTIFIED TRAINERS:\n" - .string "{PLAYER}$" - -FortreeCity_Gym_Text_WinonaPreRematch: - .string "WINONA: We humans can never escape\n" - .string "gravity's pull on the ground.\p" - .string "But by striving for excellence,\n" - .string "we have the power to soar!\p" - .string "You have scaled the pinnacle as\n" - .string "the reigning CHAMPION.\p" - .string "Please, allow me to see your power\n" - .string "at full flight!$" - -FortreeCity_Gym_Text_WinonaRematchDefeat: - .string "I failed to reach your height again…$" - -FortreeCity_Gym_Text_WinonaPostRematch: - .string "WINONA: Even though I have lost,\n" - .string "the wings of my heart remain unbroken.\p" - .string "I can rise and soar again and\n" - .string "yet again.\p" - .string "I am convinced of it!$" - -FortreeCity_Gym_Text_WinonaRematchNeedTwoMons: - .string "WINONA: We humans can never escape\n" - .string "gravity's pull on the ground.\p" - .string "But by striving for excellence,\n" - .string "we have the power to soar!\p" - .string "You have scaled the pinnacle as\n" - .string "the reigning CHAMPION.\p" - .string "Please, allow me to see your power\n" - .string "at full flight!\p" - .string "Oh, no… Do you have but one\n" - .string "POKéMON with you?\p" - .string "Please return with two POKéMON\n" - .string "at the very least.$" +.ifdef ENGLISH + .include "data/maps/FortreeCity_Gym/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FortreeCity_Gym/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FortreeCity_Gym/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FortreeCity_Gym/text.inc b/data/maps/FortreeCity_Gym/text.inc new file mode 100644 index 0000000000..6c98df6fe4 --- /dev/null +++ b/data/maps/FortreeCity_Gym/text.inc @@ -0,0 +1,184 @@ + +FortreeCity_Gym_Text_GymGuideAdvice: + .string "Yo, how's it going, CHAMPION-\n" + .string "bound {PLAYER}?\p" + .string "FORTREE GYM LEADER WINONA is\n" + .string "a master of FLYING-type POKéMON.\p" + .string "She's waiting at the back of this GYM,\n" + .string "behind the rotating doors.\p" + .string "She's waiting for new challengers\n" + .string "who are trying to take wing!\p" + .string "Okay, go for it!$" + +FortreeCity_Gym_Text_GymGuidePostVictory: + .string "You did it!\n" + .string "You've achieved liftoff!$" + +FortreeCity_Gym_Text_JaredIntro: + .string "Behold the elegant battle style of\n" + .string "BIRD POKéMON!$" + +FortreeCity_Gym_Text_JaredDefeat: + .string "You…\n" + .string "You're strong…$" + +FortreeCity_Gym_Text_JaredPostBattle: + .string "A TRAINER has to be smart to keep\n" + .string "up with unexpected turns of events.\p" + .string "Do you have the smarts to get to\n" + .string "our LEADER?$" + +FortreeCity_Gym_Text_EdwardoIntro: + .string "The lovers of BIRD POKéMON aspire\n" + .string "to join this GYM.\p" + .string "As a member of the FORTREE GYM,\n" + .string "I'm not allowed to lose!$" + +FortreeCity_Gym_Text_EdwardoDefeat: + .string "It was too much of a load for me\n" + .string "to bear…$" + +FortreeCity_Gym_Text_EdwardoPostBattle: + .string "The world is huge, and there are\n" + .string "countless tough TRAINERS.\p" + .string "I'm going to keep training and make\n" + .string "myself even stronger.$" + +FortreeCity_Gym_Text_FlintIntro: + .string "There's no need for WINONA, our GYM\n" + .string "LEADER, to deal with you!\p" + .string "I'm plenty good enough for you!$" + +FortreeCity_Gym_Text_FlintDefeat: + .string "WINONA, I…\n" + .string "I lost!$" + +FortreeCity_Gym_Text_FlintPostBattle: + .string "WINONA is cute and she's strong.\n" + .string "She's the ultimate LEADER!\p" + .string "Blush…$" + +FortreeCity_Gym_Text_AshleyIntro: + .string "WINONA taught me personally!\n" + .string "You can't beat me easily!$" + +FortreeCity_Gym_Text_AshleyDefeat: + .string "I was beaten…$" + +FortreeCity_Gym_Text_AshleyPostBattle: + .string "Thanks to WINONA, the people of\n" + .string "FORTREE can live without fear.$" + +FortreeCity_Gym_Text_HumbertoIntro: + .string "When WINONA takes to battle, her face\n" + .string "shines with beautiful determination…\p" + .string "I'm not letting you witness that\n" + .string "lovely sight!$" + +FortreeCity_Gym_Text_HumbertoDefeat: + .string "Urk!\n" + .string "I couldn't stop you.$" + +FortreeCity_Gym_Text_HumbertoPostBattle: + .string "You'd better watch it!\n" + .string "Don't get distracted staring at WINONA\l" + .string "or you'll go crashing down in a heap!$" + +FortreeCity_Gym_Text_DariusIntro: + .string "You'd better know that there are all\n" + .string "sorts of FLYING-type POKéMON.\p" + .string "You do know that, right?$" + +FortreeCity_Gym_Text_DariusDefeat: + .string "You seem to know your stuff!$" + +FortreeCity_Gym_Text_DariusPostBattle: + .string "Sure, you beat me all right.\n" + .string "But you'd better watch it! Our LEADER\l" + .string "WINONA's POKéMON are all business.$" + +FortreeCity_Gym_Text_WinonaIntro: + .string "I am WINONA. I am the LEADER of\n" + .string "the FORTREE POKéMON GYM.\p" + .string "I have become one with BIRD POKéMON\n" + .string "and have soared the skies…\p" + .string "However grueling the battle, we have\n" + .string "triumphed with grace…\p" + .string "Witness the elegant choreography\n" + .string "of BIRD POKéMON and I!$" + +FortreeCity_Gym_Text_WinonaDefeat: + .string "Never before have I seen a TRAINER\n" + .string "command POKéMON with more grace\l" + .string "than I…\p" + .string "In recognition of your prowess,\n" + .string "I present to you this GYM BADGE.$" + +FortreeCity_Gym_Text_ReceivedFeatherBadge: + .string "{PLAYER} received the FEATHER BADGE\n" + .string "from WINONA.$" + +FortreeCity_Gym_Text_ExplainFeatherBadgeTakeThis: + .string "With the FEATHER BADGE, all POKéMON up\n" + .string "to LV 70, even those received through\l" + .string "trades, will obey your every command.\p" + .string "You will also be able to use\n" + .string "the HM move FLY outside of battle.\p" + .string "And this…\n" + .string "This is a gift from me.$" + +FortreeCity_Gym_Text_ExplainAerialAce: + .string "TM40 contains AERIAL ACE.\p" + .string "Its speed…\n" + .string "No POKéMON should be able to avoid it.\p" + .string "… … … … … …$" + +FortreeCity_Gym_Text_RegisteredWinona: + .string "Registered GYM LEADER WINONA\n" + .string "in the POKéNAV.$" + +FortreeCity_Gym_Text_WinonaPostBattle: + .string "Though I fell to you, I will remain\n" + .string "devoted to BIRD POKéMON.$" + +FortreeCity_Gym_Text_GymStatue: + .string "FORTREE CITY POKéMON GYM$" + +FortreeCity_Gym_Text_GymStatueCertified: + .string "FORTREE CITY POKéMON GYM\p" + .string "WINONA'S CERTIFIED TRAINERS:\n" + .string "{PLAYER}$" + +FortreeCity_Gym_Text_WinonaPreRematch: + .string "WINONA: We humans can never escape\n" + .string "gravity's pull on the ground.\p" + .string "But by striving for excellence,\n" + .string "we have the power to soar!\p" + .string "You have scaled the pinnacle as\n" + .string "the reigning CHAMPION.\p" + .string "Please, allow me to see your power\n" + .string "at full flight!$" + +FortreeCity_Gym_Text_WinonaRematchDefeat: + .string "I failed to reach your height again…$" + +FortreeCity_Gym_Text_WinonaPostRematch: + .string "WINONA: Even though I have lost,\n" + .string "the wings of my heart remain unbroken.\p" + .string "I can rise and soar again and\n" + .string "yet again.\p" + .string "I am convinced of it!$" + +FortreeCity_Gym_Text_WinonaRematchNeedTwoMons: + .string "WINONA: We humans can never escape\n" + .string "gravity's pull on the ground.\p" + .string "But by striving for excellence,\n" + .string "we have the power to soar!\p" + .string "You have scaled the pinnacle as\n" + .string "the reigning CHAMPION.\p" + .string "Please, allow me to see your power\n" + .string "at full flight!\p" + .string "Oh, no… Do you have but one\n" + .string "POKéMON with you?\p" + .string "Please return with two POKéMON\n" + .string "at the very least.$" diff --git a/data/maps/FortreeCity_Gym/text_fr.inc b/data/maps/FortreeCity_Gym/text_fr.inc new file mode 100644 index 0000000000..97e8f4a7b6 --- /dev/null +++ b/data/maps/FortreeCity_Gym/text_fr.inc @@ -0,0 +1,189 @@ + +FortreeCity_Gym_Text_GymGuideAdvice: + .string "Yo, ça baigne pour toi, futur\n" + .string "MAITRE {PLAYER}?\p" + .string "ALIZEE, CHAMPION D’ARENE de\n" + .string "CIMETRONELLE est une spécialiste\l" + .string "des POKéMON du type VOL.\p" + .string "Elle attend au fond de cette ARENE,\n" + .string "derrière les tourniquets.\p" + .string "Elle attend de nouveaux challengeurs\n" + .string "qui essaient de prendre leur envol!\p" + .string "OK, vas-y!$" + +FortreeCity_Gym_Text_GymGuidePostVictory: + .string "Tu as gagné!\n" + .string "Décollage réussi!$" + +FortreeCity_Gym_Text_JaredIntro: + .string "Regarde l’élégance des POKéMON\n" + .string "OISEAU au combat!$" + +FortreeCity_Gym_Text_JaredDefeat: + .string "Toi…\n" + .string "Tu as une telle puissance…$" + +FortreeCity_Gym_Text_JaredPostBattle: + .string "Un DRESSEUR doit être rusé pour faire\n" + .string "face aux retournements inattendus.\p" + .string "Voyons si tu as assez de jugeote pour\n" + .string "arriver jusqu’à notre CHAMPION!$" + +FortreeCity_Gym_Text_EdwardoIntro: + .string "Tous les amoureux des POKéMON OISEAU\n" + .string "veulent rejoindre cette ARENE.\p" + .string "En tant que membre de l’ARENE de\n" + .string "CIMETRONELLE, je ne peux pas perdre!$" + +FortreeCity_Gym_Text_EdwardoDefeat: + .string "C’était un poids trop lourd à\n" + .string "porter pour moi…$" + +FortreeCity_Gym_Text_EdwardoPostBattle: + .string "Le monde est grand et des tas de\n" + .string "DRESSEURS très puissants le peuplent.\p" + .string "Je vais continuer à m’entraîner pour\n" + .string "devenir encore plus fort.$" + +FortreeCity_Gym_Text_FlintIntro: + .string "Pas la peine pour ALIZEE, notre\n" + .string "CHAMPION, de s’attarder sur ton cas!\p" + .string "Je suis bien assez fort pour toi!$" + +FortreeCity_Gym_Text_FlintDefeat: + .string "ALIZEE, je…\n" + .string "J’ai perdu!$" + +FortreeCity_Gym_Text_FlintPostBattle: + .string "ALIZEE est maligne et très forte.\n" + .string "Elle représente le CHAMPION absolu!\p" + .string "Oh, je rougis…$" + +FortreeCity_Gym_Text_AshleyIntro: + .string "ALIZEE m’a tout appris!\n" + .string "Tu vas avoir du mal à me battre!$" + +FortreeCity_Gym_Text_AshleyDefeat: + .string "Je me suis fait battre…$" + +FortreeCity_Gym_Text_AshleyPostBattle: + .string "Grâce à ALIZEE, les habitants de\n" + .string "CIMETRONELLE peuvent vivre sans peur.$" + +FortreeCity_Gym_Text_HumbertoIntro: + .string "Quand ALIZEE se lance dans un combat,\n" + .string "son visage s’illumine…\p" + .string "Mais je ne te laisserai pas voir ça\n" + .string "de tes petits yeux!$" + +FortreeCity_Gym_Text_HumbertoDefeat: + .string "Aïe!\n" + .string "Je n’ai pas pu t’arrêter!$" + +FortreeCity_Gym_Text_HumbertoPostBattle: + .string "Tu ferais bien de te méfier!\n" + .string "Ne te laisse pas distraire par le visage\l" + .string "d’ALIZEE ou tu risques de le regretter!$" + +FortreeCity_Gym_Text_DariusIntro: + .string "Tu ferais bien de savoir qu’il y a\n" + .string "plusieurs sortes de POKéMON de\l" + .string "type VOL.\p" + .string "Tu le sais, hein?$" + +FortreeCity_Gym_Text_DariusDefeat: + .string "Tu plaisantes pas toi!$" + +FortreeCity_Gym_Text_DariusPostBattle: + .string "OK, tu m’as battu.\n" + .string "Mais tu ferais bien de faire attention!\p" + .string "Les POKéMON de notre CHAMPION\n" + .string "vont te ramener sur terre!$" + +FortreeCity_Gym_Text_WinonaIntro: + .string "Je suis ALIZEE, CHAMPION\n" + .string "D’ARENE de CIMETRONELLE.\p" + .string "Je me suis unie avec les POKéMON\n" + .string "OISEAU et envolée dans les airs…\p" + .string "Même si le combat a été exténuant,\n" + .string "on l’a emporté avec grâce…\p" + .string "Admire l’élégante chorégraphie que mes\n" + .string "POKéMON OISEAU et moi avons préparée!$" + +FortreeCity_Gym_Text_WinonaDefeat: + .string "Je n’avais encore jamais vu de DRESSEUR\n" + .string "commander ses POKéMON avec autant de\l" + .string "grâce que moi. Tu es le premier…\p" + .string "En récompense de ta prouesse, je\n" + .string "t’offre ce BADGE.$" + +FortreeCity_Gym_Text_ReceivedFeatherBadge: + .string "{PLAYER} reçoit le BADGE PLUME\n" + .string "de la part d’ALIZEE.$" + +FortreeCity_Gym_Text_ExplainFeatherBadgeTakeThis: + .string "Avec le BADGE PLUME, tous les POKéMON\n" + .string "jusqu’au niveau 70, même ceux échangés,\l" + .string "obéiront à tous tes ordres.\p" + .string "Tu pourras aussi utiliser l’attaque CS\n" + .string "VOL en dehors des combats.\p" + .string "Et ça…\n" + .string "C’est un cadeau que je te fais.$" + +FortreeCity_Gym_Text_ExplainAerialAce: + .string "La CT40 contient AEROPIQUE.\p" + .string "Sa vitesse…\n" + .string "Aucun POKéMON ne pourra l’éviter.\p" + .string "… … … … … …$" + +FortreeCity_Gym_Text_RegisteredWinona: + .string "Vous avez enregistré le CHAMPION\n" + .string "D’ARENE ALIZEE dans le POKéNAV.$" + +FortreeCity_Gym_Text_WinonaPostBattle: + .string "Même après ma défaite, je reste dévouée\n" + .string "aux POKéMON OISEAU.$" + +FortreeCity_Gym_Text_GymStatue: + .string "ARENE POKéMON de CIMETRONELLE$" + +FortreeCity_Gym_Text_GymStatueCertified: + .string "ARENE POKéMON de CIMETRONELLE\p" + .string "NOUVEAU DRESSEUR RECONNU PAR ALIZEE:\n" + .string "{PLAYER}$" + +FortreeCity_Gym_Text_WinonaPreRematch: + .string "ALIZEE: Nous autres humains,\n" + .string "nous ne pouvons pas échapper à la\l" + .string "force de la gravité.\p" + .string "Mais dans notre quête d’excellence,\n" + .string "nous parvenons à nous élever!\p" + .string "Tu as atteint les sommets en\n" + .string "devenant le MAITRE.\p" + .string "S’il te plaît, laisse-moi voir\n" + .string "l’étendue de ta puissance!$" + +FortreeCity_Gym_Text_WinonaRematchDefeat: + .string "J’ai encore échoué… Je n’ai pas\n" + .string "pu atteindre ton niveau…$" + +FortreeCity_Gym_Text_WinonaPostRematch: + .string "ALIZEE: Même dans la défaite, les ailes\n" + .string "de mon cœur restent déployées.\p" + .string "Je pourrai m’élever encore et toujours.\p" + .string "J’en suis convaincue!$" + +FortreeCity_Gym_Text_WinonaRematchNeedTwoMons: + .string "ALIZEE: Nous autres humains,\n" + .string "nous ne pouvons pas échapper à la\l" + .string "force de la gravité.\p" + .string "Mais dans notre quête d’excellence,\n" + .string "nous parvenons à nous élever!\p" + .string "Tu as atteint les sommets en\n" + .string "devenant le MAITRE.\p" + .string "S’il te plaît, laisse-moi voir l’étendue\n" + .string "de ta puissance!\p" + .string "Oh, non, tu n’as qu’un POKéMON\n" + .string "avec toi?\p" + .string "S’il te plaît, reviens me voir avec au\n" + .string "moins deux POKéMON.$" diff --git a/data/maps/FortreeCity_Gym/text_it.inc b/data/maps/FortreeCity_Gym/text_it.inc new file mode 100644 index 0000000000..d8bdfe804d --- /dev/null +++ b/data/maps/FortreeCity_Gym/text_it.inc @@ -0,0 +1,179 @@ + +FortreeCity_Gym_Text_GymGuideAdvice: + .string "Ehi, come va {PLAYER}, CAMPIONE in erba?\p" + .string "ALICE, CAPOPALESTRA di FORESTOPOLI,\n" + .string "è la regina dei POKéMON di tipo VOLANTE.\p" + .string "Ti attende in fondo alla PALESTRA,\n" + .string "dietro le porte girevoli.\p" + .string "Sta aspettando nuovi sfidanti\n" + .string "che cercano di spiccare il volo!\p" + .string "Coraggio, lanciati nell’impresa!$" + +FortreeCity_Gym_Text_GymGuidePostVictory: + .string "Ce l’hai fatta!\n" + .string "Sei in continua ascesa!$" + +FortreeCity_Gym_Text_JaredIntro: + .string "Ti mostrerò l’elegante stile di lotta\n" + .string "dei POKéMON UCCELLO!$" + +FortreeCity_Gym_Text_JaredDefeat: + .string "Tu… sei imbattibile…$" + +FortreeCity_Gym_Text_JaredPostBattle: + .string "Un ALLENATORE deve saper fronteggiare\n" + .string "qualsiasi imprevisto.\p" + .string "Vediamo se hai la stoffa per sfidare\n" + .string "il nostro CAPOPALESTRA!$" + +FortreeCity_Gym_Text_EdwardoIntro: + .string "Gli amanti dei POKéMON UCCELLO aspirano\n" + .string "ad iscriversi in questa PALESTRA.\p" + .string "Come membro della PALESTRA di\n" + .string "FORESTOPOLI, non posso permettermi\l" + .string "di perdere!$" + +FortreeCity_Gym_Text_EdwardoDefeat: + .string "Questa volta non ce l’ho fatta…$" + +FortreeCity_Gym_Text_EdwardoPostBattle: + .string "Il mondo è sconfinato e gli ALLENATORI\n" + .string "forti sono innumerevoli.\p" + .string "Continuerò ad allenarmi per diventare\n" + .string "sempre più forte.$" + +FortreeCity_Gym_Text_FlintIntro: + .string "Non c’è bisogno che ALICE, il nostro\n" + .string "CAPOPALESTRA, si scomodi per te!\p" + .string "Ci penserò io a fermarti!$" + +FortreeCity_Gym_Text_FlintDefeat: + .string "ALICE, io… ho perso!$" + +FortreeCity_Gym_Text_FlintPostBattle: + .string "ALICE è carina e forte.\n" + .string "È un grande CAPOPALESTRA!\p" + .string "Ehm, ehm…$" + +FortreeCity_Gym_Text_AshleyIntro: + .string "Ho preso lezioni da ALICE!\n" + .string "Battermi non sarà facile!$" + +FortreeCity_Gym_Text_AshleyDefeat: + .string "Mi hai battuto…$" + +FortreeCity_Gym_Text_AshleyPostBattle: + .string "La presenza di ALICE infonde\n" + .string "tranquillità negli abitanti\l" + .string "di FORESTOPOLI.$" + +FortreeCity_Gym_Text_HumbertoIntro: + .string "Quando ALICE si appresta a lottare,\n" + .string "le si legge la determinazione sul viso…\p" + .string "Non lascerò che tu arrivi così vicino\n" + .string "da vedere il suo bellissimo volto!$" + +FortreeCity_Gym_Text_HumbertoDefeat: + .string "Oh oh… non sono riuscito a fermarti.$" + +FortreeCity_Gym_Text_HumbertoPostBattle: + .string "Ti conviene fare attenzione!\n" + .string "Se ti distrai ad osservare ALICE,\l" + .string "andrai a tappeto in un attimo!$" + +FortreeCity_Gym_Text_DariusIntro: + .string "Devi sapere che c’è una grande varietà\n" + .string "di POKéMON di tipo VOLANTE.\p" + .string "Lo sapevi già, vero?$" + +FortreeCity_Gym_Text_DariusDefeat: + .string "Sembra che tu sappia il fatto tuo!$" + +FortreeCity_Gym_Text_DariusPostBattle: + .string "Sì, mi hai sconfitto. Ma è presto per\n" + .string "cantare vittoria. I POKéMON del nostro\l" + .string "CAPOPALESTRA ALICE sono tosti.$" + +FortreeCity_Gym_Text_WinonaIntro: + .string "Sono ALICE, CAPOPALESTRA di\n" + .string "FORESTOPOLI.\p" + .string "Sono una stella nel firmamento grazie\n" + .string "ai miei POKéMON UCCELLO.\p" + .string "Nelle lotte più ardue siamo sempre\n" + .string "riusciti a tirare fuori gli artigli…\p" + .string "Io e i miei POKéMON UCCELLO\n" + .string "ti batteremo in volata!$" + +FortreeCity_Gym_Text_WinonaDefeat: + .string "Non avevo mai incontrato un ALLENATORE\n" + .string "capace di comandare i POKéMON con più\l" + .string "eleganza di me…\p" + .string "Come riconoscimento della tua forza,\n" + .string "ti meriti questa MEDAGLIA.$" + +FortreeCity_Gym_Text_ReceivedFeatherBadge: + .string "{PLAYER} riceve la MEDAGLIA PIUMA\n" + .string "da ALICE.$" + +FortreeCity_Gym_Text_ExplainFeatherBadgeTakeThis: + .string "Con la MEDAGLIA PIUMA, tutti i POKéMON\n" + .string "fino al livello 70, anche se scambiati,\l" + .string "obbediranno ad ogni tuo comando.\p" + .string "Ti permette anche di usare la mossa\n" + .string "MN VOLO quando non stai lottando.\p" + .string "E questo… è un omaggio da parte mia.$" + +FortreeCity_Gym_Text_ExplainAerialAce: + .string "La MT40 contiene AEROASSALTO.\p" + .string "La sua velocità…\n" + .string "nessun POKéMON avrà scampo.\p" + .string "… … … … … …$" + +FortreeCity_Gym_Text_RegisteredWinona: + .string "Registrazione del CAPOPALESTRA\n" + .string "ALICE nel POKéNAV avvenuta.$" + +FortreeCity_Gym_Text_WinonaPostBattle: + .string "Anche se mi hai battuto, rimarrò fedele\n" + .string "ai POKéMON UCCELLO.$" + +FortreeCity_Gym_Text_GymStatue: + .string "PALESTRA POKéMON di FORESTOPOLI$" + +FortreeCity_Gym_Text_GymStatueCertified: + .string "PALESTRA POKéMON di FORESTOPOLI\p" + .string "ALLENATORE CERTIFICATO da ALICE:\n" + .string "{PLAYER}$" + +FortreeCity_Gym_Text_WinonaPreRematch: + .string "ALICE: Gli uomini non possono sfuggire\n" + .string "all’attrazione della forza terrestre.\p" + .string "Tuttavia, aspirando alla perfezione,\n" + .string "riescono a spiccare il volo!\p" + .string "Come CAMPIONE in carica, tu\n" + .string "hai raggiunto la vetta.\p" + .string "Fammi vedere ora se sei veramente\n" + .string "capace di volare!$" + +FortreeCity_Gym_Text_WinonaRematchDefeat: + .string "Ancora una volta ho volato più basso\n" + .string "di te…$" + +FortreeCity_Gym_Text_WinonaPostRematch: + .string "ALICE: Anche se ho perso, le ali del mio\n" + .string "cuore sono rimaste intatte.\p" + .string "Posso rialzarmi e spiccare il volo\n" + .string "ancora una volta.\p" + .string "Ne sono sicura.$" + +FortreeCity_Gym_Text_WinonaRematchNeedTwoMons: + .string "ALICE: Gli uomini non possono sfuggire\n" + .string "all’attrazione della forza terrestre.\p" + .string "Tuttavia, aspirando alla perfezione,\n" + .string "riescono a spiccare il volo!\p" + .string "Come CAMPIONE in carica, tu\n" + .string "hai raggiunto la vetta.\p" + .string "Fammi vedere ora se sei veramente\n" + .string "capace di volare!\p" + .string "Oh, no… hai un solo POKéMON?\p" + .string "Torna quando ne avrai almeno due.$" diff --git a/data/maps/FortreeCity_House1/scripts.inc b/data/maps/FortreeCity_House1/scripts.inc index a072f56106..0e01041b87 100644 --- a/data/maps/FortreeCity_House1/scripts.inc +++ b/data/maps/FortreeCity_House1/scripts.inc @@ -60,39 +60,14 @@ FortreeCity_House1_EventScript_Zigzagoon:: release end -FortreeCity_House1_Text_YouWillTradeWontYou: - .string "Wrooooaaar! I need it!\n" - .string "I have to get me a {STR_VAR_1}!\l" - .string "I'll do anything for it!\p" - .string "…Uh… Did you hear that?\n" - .string "My shout from the bottom of my heart?\p" - .string "Having heard that, you will trade\n" - .string "your {STR_VAR_1} for my {STR_VAR_2},\l" - .string "won't you?$" - -FortreeCity_House1_Text_MonYouTakeCare: - .string "Oh, yeah, right on!\p" - .string "{STR_VAR_1}, welcome!\n" - .string "{STR_VAR_2}, you take care!$" - -FortreeCity_House1_Text_ThisIsntAMon: - .string "Uh, no, I don't think so.\n" - .string "That isn't a {STR_VAR_1}.$" - -FortreeCity_House1_Text_YouWontTradeMe: - .string "No? You won't trade me?\n" - .string "Even after I bared my heart to you?$" - -FortreeCity_House1_Text_GoingToMakeVolbeatStrong: - .string "I'm going to make VOLBEAT super\n" - .string "strong from this moment on!\p" - .string "I hope you do the same with PLUSLE!$" - -FortreeCity_House1_Text_TradingMemoriesWithOthers: - .string "Trading POKéMON with others…\p" - .string "It's as if you're trading your own\n" - .string "memories with other people.$" - -FortreeCity_House1_Text_Zigzagoon: - .string "ZIGZAGOON: Gumomoh?$" - +.ifdef ENGLISH + .include "data/maps/FortreeCity_House1/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FortreeCity_House1/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FortreeCity_House1/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FortreeCity_House1/text.inc b/data/maps/FortreeCity_House1/text.inc new file mode 100644 index 0000000000..1d18f34c00 --- /dev/null +++ b/data/maps/FortreeCity_House1/text.inc @@ -0,0 +1,36 @@ + +FortreeCity_House1_Text_YouWillTradeWontYou: + .string "Wrooooaaar! I need it!\n" + .string "I have to get me a {STR_VAR_1}!\l" + .string "I'll do anything for it!\p" + .string "…Uh… Did you hear that?\n" + .string "My shout from the bottom of my heart?\p" + .string "Having heard that, you will trade\n" + .string "your {STR_VAR_1} for my {STR_VAR_2},\l" + .string "won't you?$" + +FortreeCity_House1_Text_MonYouTakeCare: + .string "Oh, yeah, right on!\p" + .string "{STR_VAR_1}, welcome!\n" + .string "{STR_VAR_2}, you take care!$" + +FortreeCity_House1_Text_ThisIsntAMon: + .string "Uh, no, I don't think so.\n" + .string "That isn't a {STR_VAR_1}.$" + +FortreeCity_House1_Text_YouWontTradeMe: + .string "No? You won't trade me?\n" + .string "Even after I bared my heart to you?$" + +FortreeCity_House1_Text_GoingToMakeVolbeatStrong: + .string "I'm going to make VOLBEAT super\n" + .string "strong from this moment on!\p" + .string "I hope you do the same with PLUSLE!$" + +FortreeCity_House1_Text_TradingMemoriesWithOthers: + .string "Trading POKéMON with others…\p" + .string "It's as if you're trading your own\n" + .string "memories with other people.$" + +FortreeCity_House1_Text_Zigzagoon: + .string "ZIGZAGOON: Gumomoh?$" diff --git a/data/maps/FortreeCity_House1/text_fr.inc b/data/maps/FortreeCity_House1/text_fr.inc new file mode 100644 index 0000000000..7f0a69e4cb --- /dev/null +++ b/data/maps/FortreeCity_House1/text_fr.inc @@ -0,0 +1,36 @@ + +FortreeCity_House1_Text_YouWillTradeWontYou: + .string "Aaaah, j’en veux un!\n" + .string "Il me faut un {STR_VAR_1}!\p" + .string "Je ferais n’importe quoi pour en\n" + .string "avoir un! C’est un vrai cri du cœur!\p" + .string "Maintenant que tu es au courant,\n" + .string "tu vas échanger ton {STR_VAR_1} \l" + .string "contre un {STR_VAR_2}, n’est-ce pas?$" + +FortreeCity_House1_Text_MonYouTakeCare: + .string "Ouais, super!\p" + .string "{STR_VAR_1}, bienvenue!\n" + .string "{STR_VAR_2}, fais attention à toi!$" + +FortreeCity_House1_Text_ThisIsntAMon: + .string "Ah non, je ne pense pas!\n" + .string "Ce n’est pas un {STR_VAR_1}.$" + +FortreeCity_House1_Text_YouWontTradeMe: + .string "Non? Tu ne veux pas faire d’échange?\n" + .string "Même après que je t’ai ouvert mon cœur?$" + +FortreeCity_House1_Text_GoingToMakeVolbeatStrong: + .string "A partir de maintenant, je vais rendre\n" + .string "ce MUCIOLE très fort!\p" + .string "J’espère que tu feras la même chose\n" + .string "avec POSIPI!$" + +FortreeCity_House1_Text_TradingMemoriesWithOthers: + .string "Echanger des POKéMON avec d’autres…\p" + .string "C’est comme échanger ses propres\n" + .string "souvenirs avec quelqu’un d’autre.$" + +FortreeCity_House1_Text_Zigzagoon: + .string "ZIGZATON: Zigzaaa?$" diff --git a/data/maps/FortreeCity_House1/text_it.inc b/data/maps/FortreeCity_House1/text_it.inc new file mode 100644 index 0000000000..1d2461e246 --- /dev/null +++ b/data/maps/FortreeCity_House1/text_it.inc @@ -0,0 +1,37 @@ + +FortreeCity_House1_Text_YouWillTradeWontYou: + .string "Wow! Lo voglio! Devo avere\n" + .string "{STR_VAR_1} a tutti i costi.\l" + .string "Non so cosa darei!\p" + .string "Uh… l’hai sentito?\n" + .string "L’urlo dal profondo del mio cuore?\p" + .string "Se l’hai sentito, non puoi fare\n" + .string "a meno di scambiare il tuo {STR_VAR_1}\l" + .string "per il mio {STR_VAR_2}.$" + +FortreeCity_House1_Text_MonYouTakeCare: + .string "Sì, benissimo!\p" + .string "Benvenuto {STR_VAR_1}!\n" + .string "Arrivederci {STR_VAR_2}!$" + +FortreeCity_House1_Text_ThisIsntAMon: + .string "No, mi pare proprio di no.\n" + .string "Questo non è {STR_VAR_1}.$" + +FortreeCity_House1_Text_YouWontTradeMe: + .string "No? Non vuoi fare lo scambio?\n" + .string "Anche se ti ho aperto il mio cuore?$" + +FortreeCity_House1_Text_GoingToMakeVolbeatStrong: + .string "D’ora in poi mi dedicherò al mio\n" + .string "VOLBEAT e lo rafforzerò!\p" + .string "Spero che tu farai lo stesso\n" + .string "con PLUSLE!$" + +FortreeCity_House1_Text_TradingMemoriesWithOthers: + .string "Scambiare POKéMON con gli altri…\p" + .string "è come scambiare i tuoi ricordi\n" + .string "con altre persone.$" + +FortreeCity_House1_Text_Zigzagoon: + .string "ZIGZAGOON: ZigzagZigzag?$" diff --git a/data/maps/FortreeCity_House2/scripts.inc b/data/maps/FortreeCity_House2/scripts.inc index cdd0fc99f7..61182be4b8 100644 --- a/data/maps/FortreeCity_House2/scripts.inc +++ b/data/maps/FortreeCity_House2/scripts.inc @@ -41,41 +41,14 @@ FortreeCity_House2_EventScript_WrongGuess:: release end -FortreeCity_House2_Text_HiddenPowersArousedByNature: - .string "People… POKéMON…\p" - .string "Their hidden powers are aroused by\n" - .string "living in natural environments…$" - -FortreeCity_House2_Text_CoinInWhichHand: - .string "Let this old woman see if your hidden\n" - .string "power has awoken…\p" - .string "I hold a coin in my hand.\p" - .string "Now, tell me, have I palmed it in\n" - .string "the right hand? Or in the left?$" - -FortreeCity_House2_Text_CorrectTryAgainWhichHand: - .string "Oh! Yes, correct!\p" - .string "We shall try again.\p" - .string "In which hand have I palmed the coin?\n" - .string "The right or left?$" - -FortreeCity_House2_Text_CorrectTryAgainWhichHand2: - .string "Oh! Yes, correct!\p" - .string "We shall try again.\p" - .string "In which hand have I palmed the coin?\n" - .string "The right or left?$" - -FortreeCity_House2_Text_YourHiddenPowerHasAwoken: - .string "Oh! Splendid!\n" - .string "Your hidden power has awoken!\p" - .string "Here, take this and awaken the hidden\n" - .string "power of your POKéMON.$" - -FortreeCity_House2_Text_ExplainHiddenPower: - .string "HIDDEN POWER is a move that changes\n" - .string "with the POKéMON.$" - -FortreeCity_House2_Text_YouGuessedWrong: - .string "No, too bad.\n" - .string "You guessed wrong.$" - +.ifdef ENGLISH + .include "data/maps/FortreeCity_House2/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FortreeCity_House2/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FortreeCity_House2/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FortreeCity_House2/text.inc b/data/maps/FortreeCity_House2/text.inc new file mode 100644 index 0000000000..b511fb1ce7 --- /dev/null +++ b/data/maps/FortreeCity_House2/text.inc @@ -0,0 +1,38 @@ + +FortreeCity_House2_Text_HiddenPowersArousedByNature: + .string "People… POKéMON…\p" + .string "Their hidden powers are aroused by\n" + .string "living in natural environments…$" + +FortreeCity_House2_Text_CoinInWhichHand: + .string "Let this old woman see if your hidden\n" + .string "power has awoken…\p" + .string "I hold a coin in my hand.\p" + .string "Now, tell me, have I palmed it in\n" + .string "the right hand? Or in the left?$" + +FortreeCity_House2_Text_CorrectTryAgainWhichHand: + .string "Oh! Yes, correct!\p" + .string "We shall try again.\p" + .string "In which hand have I palmed the coin?\n" + .string "The right or left?$" + +FortreeCity_House2_Text_CorrectTryAgainWhichHand2: + .string "Oh! Yes, correct!\p" + .string "We shall try again.\p" + .string "In which hand have I palmed the coin?\n" + .string "The right or left?$" + +FortreeCity_House2_Text_YourHiddenPowerHasAwoken: + .string "Oh! Splendid!\n" + .string "Your hidden power has awoken!\p" + .string "Here, take this and awaken the hidden\n" + .string "power of your POKéMON.$" + +FortreeCity_House2_Text_ExplainHiddenPower: + .string "HIDDEN POWER is a move that changes\n" + .string "with the POKéMON.$" + +FortreeCity_House2_Text_YouGuessedWrong: + .string "No, too bad.\n" + .string "You guessed wrong.$" diff --git a/data/maps/FortreeCity_House2/text_fr.inc b/data/maps/FortreeCity_House2/text_fr.inc new file mode 100644 index 0000000000..3cf0d9f523 --- /dev/null +++ b/data/maps/FortreeCity_House2/text_fr.inc @@ -0,0 +1,38 @@ + +FortreeCity_House2_Text_HiddenPowersArousedByNature: + .string "Les humains… Les POKéMON…\p" + .string "Leurs pouvoirs cachés se développent\n" + .string "lorsqu’ils vivent en milieu naturel…$" + +FortreeCity_House2_Text_CoinInWhichHand: + .string "Laisse la vieille dame que je suis voir si\n" + .string "ton pouvoir caché s’est éveillé…\p" + .string "J’ai une pièce dans une main.\p" + .string "Dans quelle main l’ai-je cachée?\n" + .string "La droite ou la gauche?$" + +FortreeCity_House2_Text_CorrectTryAgainWhichHand: + .string "Oh! Oui, c’est juste!\p" + .string "On va réessayer.\p" + .string "Dans quelle main est la pièce?\n" + .string "La droite ou la gauche?$" + +FortreeCity_House2_Text_CorrectTryAgainWhichHand2: + .string "Oh! Oui, c’est juste!\p" + .string "On va réessayer.\p" + .string "Dans quelle main est la pièce?\n" + .string "La droite ou la gauche?$" + +FortreeCity_House2_Text_YourHiddenPowerHasAwoken: + .string "Oh! Superbe!\n" + .string "Ton pouvoir caché s’est réveillé!\p" + .string "Tiens, prends ça et révèle le pouvoir\n" + .string "caché de tes POKéMON.$" + +FortreeCity_House2_Text_ExplainHiddenPower: + .string "PUISSANCE CACHEE est une capacité\n" + .string "qui diffère selon les POKéMON.$" + +FortreeCity_House2_Text_YouGuessedWrong: + .string "Non, dommage.\n" + .string "Tu n’as pas fait le bon choix.$" diff --git a/data/maps/FortreeCity_House2/text_it.inc b/data/maps/FortreeCity_House2/text_it.inc new file mode 100644 index 0000000000..9282b6bdf6 --- /dev/null +++ b/data/maps/FortreeCity_House2/text_it.inc @@ -0,0 +1,38 @@ + +FortreeCity_House2_Text_HiddenPowersArousedByNature: + .string "Le persone… i POKéMON…\p" + .string "L’ambiente naturale nel quale vivono\n" + .string "risveglia la loro forza interiore…$" + +FortreeCity_House2_Text_CoinInWhichHand: + .string "Mostra a questa nonnina se la tua\n" + .string "forza interiore si è risvegliata…\p" + .string "Ho una moneta in mano.\p" + .string "Ora, dimmi, è nella mano destra\n" + .string "o in quella sinistra?$" + +FortreeCity_House2_Text_CorrectTryAgainWhichHand: + .string "Oh! Sì, indovinato!\p" + .string "Proviamo un’altra volta.\p" + .string "In quale mano nascondo la moneta?\n" + .string "Destra o sinistra?$" + +FortreeCity_House2_Text_CorrectTryAgainWhichHand2: + .string "Oh! Sì, indovinato!\p" + .string "Proviamo un’altra volta.\p" + .string "In quale mano nascondo la moneta?\n" + .string "Destra o sinistra?$" + +FortreeCity_House2_Text_YourHiddenPowerHasAwoken: + .string "Oh! Magnifico!\n" + .string "La tua forza interiore si è risvegliata!\p" + .string "Prendi questo e risveglia la forza\n" + .string "interiore dei tuoi POKéMON.$" + +FortreeCity_House2_Text_ExplainHiddenPower: + .string "INTROFORZA è una mossa che varia\n" + .string "a seconda del POKéMON.$" + +FortreeCity_House2_Text_YouGuessedWrong: + .string "No, peccato.\n" + .string "Non hai indovinato.$" diff --git a/data/maps/FortreeCity_House3/scripts.inc b/data/maps/FortreeCity_House3/scripts.inc index 1ae5a1ecbe..0da128170f 100644 --- a/data/maps/FortreeCity_House3/scripts.inc +++ b/data/maps/FortreeCity_House3/scripts.inc @@ -9,21 +9,14 @@ FortreeCity_House3_EventScript_SchoolKidM:: msgbox FortreeCity_House3_Text_OhYouHavePokedex, MSGBOX_NPC end -FortreeCity_House3_Text_MetStevenHadAmazingPokemon: - .string "While speaking about POKéDEXES,\n" - .string "I remembered something.\p" - .string "I met this TRAINER, STEVEN, when\n" - .string "I was searching for rare stones.\p" - .string "Hoo, boy, he had some amazing POKéMON\n" - .string "with him.\p" - .string "They weren't just rare, they were\n" - .string "trained to terrifying extremes!\p" - .string "He might even be stronger than the\n" - .string "GYM LEADER in this town…$" - -FortreeCity_House3_Text_OhYouHavePokedex: - .string "What's that thing you have there?\p" - .string "… … … … … …\p" - .string "Oh, it's called a POKéDEX?\n" - .string "It's really awesome!$" - +.ifdef ENGLISH + .include "data/maps/FortreeCity_House3/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FortreeCity_House3/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FortreeCity_House3/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FortreeCity_House3/text.inc b/data/maps/FortreeCity_House3/text.inc new file mode 100644 index 0000000000..595e211285 --- /dev/null +++ b/data/maps/FortreeCity_House3/text.inc @@ -0,0 +1,18 @@ + +FortreeCity_House3_Text_MetStevenHadAmazingPokemon: + .string "While speaking about POKéDEXES,\n" + .string "I remembered something.\p" + .string "I met this TRAINER, STEVEN, when\n" + .string "I was searching for rare stones.\p" + .string "Hoo, boy, he had some amazing POKéMON\n" + .string "with him.\p" + .string "They weren't just rare, they were\n" + .string "trained to terrifying extremes!\p" + .string "He might even be stronger than the\n" + .string "GYM LEADER in this town…$" + +FortreeCity_House3_Text_OhYouHavePokedex: + .string "What's that thing you have there?\p" + .string "… … … … … …\p" + .string "Oh, it's called a POKéDEX?\n" + .string "It's really awesome!$" diff --git a/data/maps/FortreeCity_House3/text_fr.inc b/data/maps/FortreeCity_House3/text_fr.inc new file mode 100644 index 0000000000..b92a201e82 --- /dev/null +++ b/data/maps/FortreeCity_House3/text_fr.inc @@ -0,0 +1,19 @@ + +FortreeCity_House3_Text_MetStevenHadAmazingPokemon: + .string "En parlant de POKéDEX, ça me\n" + .string "rappelle quelque chose.\p" + .string "J’ai rencontré ce DRESSEUR, PIERRE,\n" + .string "quand je cherchais des pierres rares.\p" + .string "Si t’avais vu comme ses POKéMON\n" + .string "étaient surprenants!\p" + .string "Non seulement ils étaient rares, mais\n" + .string "ils étaient également soumis à un rude\l" + .string "entraînement.\p" + .string "Ce DRESSEUR est peut-être encore plus\n" + .string "fort que le CHAMPION de cette ville…$" + +FortreeCity_House3_Text_OhYouHavePokedex: + .string "Quelle est cette chose que tu as là?\p" + .string "… … … … … …\p" + .string "Oh, ça s’appelle un POKéDEX?\n" + .string "C’est très impressionnant!$" diff --git a/data/maps/FortreeCity_House3/text_it.inc b/data/maps/FortreeCity_House3/text_it.inc new file mode 100644 index 0000000000..ff8f4e6e10 --- /dev/null +++ b/data/maps/FortreeCity_House3/text_it.inc @@ -0,0 +1,17 @@ + +FortreeCity_House3_Text_MetStevenHadAmazingPokemon: + .string "A proposito di POKéDEX, mi è venuta\n" + .string "in mente una cosa.\p" + .string "Cercando pietre rare ho conosciuto\n" + .string "un ALLENATORE, ROCCO.\p" + .string "Aveva con sé dei POKéMON incredibili.\p" + .string "Non solo erano rari, ma erano anche\n" + .string "superallenati!\p" + .string "Forse è addirittura più forte del\n" + .string "CAPOPALESTRA di questa città…$" + +FortreeCity_House3_Text_OhYouHavePokedex: + .string "Che cos’è quella cosa?\p" + .string "… … … … … …\p" + .string "Oh, si chiama POKéDEX?\n" + .string "È stratosferico!$" diff --git a/data/maps/FortreeCity_House4/scripts.inc b/data/maps/FortreeCity_House4/scripts.inc index ed91674173..2d51063016 100644 --- a/data/maps/FortreeCity_House4/scripts.inc +++ b/data/maps/FortreeCity_House4/scripts.inc @@ -64,34 +64,14 @@ FortreeCity_House4_EventScript_Wingull:: release end -FortreeCity_House4_Text_BringsWorldCloserTogether: - .string "By being together with POKéMON,\n" - .string "people make more and more friends.\p" - .string "And that brings the world closer\n" - .string "together. I think it's wonderful!$" - -FortreeCity_House4_Text_GoBirdPokemon: - .string "There!\n" - .string "Go, BIRD POKéMON!$" - -FortreeCity_House4_Text_AskedWingullToRunErrand: - .string "Heheh, I asked my WINGULL to run\n" - .string "an errand for me.$" - -FortreeCity_House4_Text_WelcomeWingullTakeMentalHerb: - .string "Good!\n" - .string "Welcome back, WINGULL!\p" - .string "Huh? What is this?\n" - .string "What is it holding?\p" - .string "A MENTAL HERB?\n" - .string "It must have picked it up somewhere.\p" - .string "But I'm not a TRAINER, so you can\n" - .string "have it.$" - -FortreeCity_House4_Text_FriendsFarAwayThanksToWingull: - .string "Thanks to my WINGULL, I have friends\n" - .string "who live far away.$" - -FortreeCity_House4_Text_Wingull: - .string "WINGULL: Pihyoh!$" - +.ifdef ENGLISH + .include "data/maps/FortreeCity_House4/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FortreeCity_House4/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FortreeCity_House4/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FortreeCity_House4/text.inc b/data/maps/FortreeCity_House4/text.inc new file mode 100644 index 0000000000..1bf6622d10 --- /dev/null +++ b/data/maps/FortreeCity_House4/text.inc @@ -0,0 +1,31 @@ + +FortreeCity_House4_Text_BringsWorldCloserTogether: + .string "By being together with POKéMON,\n" + .string "people make more and more friends.\p" + .string "And that brings the world closer\n" + .string "together. I think it's wonderful!$" + +FortreeCity_House4_Text_GoBirdPokemon: + .string "There!\n" + .string "Go, BIRD POKéMON!$" + +FortreeCity_House4_Text_AskedWingullToRunErrand: + .string "Heheh, I asked my WINGULL to run\n" + .string "an errand for me.$" + +FortreeCity_House4_Text_WelcomeWingullTakeMentalHerb: + .string "Good!\n" + .string "Welcome back, WINGULL!\p" + .string "Huh? What is this?\n" + .string "What is it holding?\p" + .string "A MENTAL HERB?\n" + .string "It must have picked it up somewhere.\p" + .string "But I'm not a TRAINER, so you can\n" + .string "have it.$" + +FortreeCity_House4_Text_FriendsFarAwayThanksToWingull: + .string "Thanks to my WINGULL, I have friends\n" + .string "who live far away.$" + +FortreeCity_House4_Text_Wingull: + .string "WINGULL: Pihyoh!$" diff --git a/data/maps/FortreeCity_House4/text_fr.inc b/data/maps/FortreeCity_House4/text_fr.inc new file mode 100644 index 0000000000..962b2ab0a9 --- /dev/null +++ b/data/maps/FortreeCity_House4/text_fr.inc @@ -0,0 +1,31 @@ + +FortreeCity_House4_Text_BringsWorldCloserTogether: + .string "En vivant avec les POKéMON, les\n" + .string "humains se font de plus en plus d’amis.\p" + .string "Et ça unit le monde!\n" + .string "Je trouve ça merveilleux.$" + +FortreeCity_House4_Text_GoBirdPokemon: + .string "Là-bas!\n" + .string "Vas-y, POKéMON OISEAU!$" + +FortreeCity_House4_Text_AskedWingullToRunErrand: + .string "Hé, j’ai chargé GOELISE de faire\n" + .string "une course pour moi.$" + +FortreeCity_House4_Text_WelcomeWingullTakeMentalHerb: + .string "Bien!\n" + .string "Heureux de te revoir, GOELISE!\p" + .string "Hum? Qu’est-ce que c’est?\n" + .string "Qu’est-ce qu’il rapporte là?\p" + .string "Une HERBE MENTAL?\n" + .string "Il a dû ramasser ça quelque part.\p" + .string "Mais je ne suis pas DRESSEUR,\n" + .string "alors tu peux la garder.$" + +FortreeCity_House4_Text_FriendsFarAwayThanksToWingull: + .string "Grâce à GOELISE, je peux avoir\n" + .string "des amis qui vivent loin d’ici.$" + +FortreeCity_House4_Text_Wingull: + .string "GOELISE: Goéééliiise!$" diff --git a/data/maps/FortreeCity_House4/text_it.inc b/data/maps/FortreeCity_House4/text_it.inc new file mode 100644 index 0000000000..41e948f61d --- /dev/null +++ b/data/maps/FortreeCity_House4/text_it.inc @@ -0,0 +1,31 @@ + +FortreeCity_House4_Text_BringsWorldCloserTogether: + .string "Vivere insieme ai POKéMON crea maggior\n" + .string "affiatamento fra gli esseri umani.\p" + .string "C’è maggior sintonia nel mondo.\n" + .string "È fantastico!$" + +FortreeCity_House4_Text_GoBirdPokemon: + .string "Forza!\n" + .string "Vai, POKéMON UCCELLO!$" + +FortreeCity_House4_Text_AskedWingullToRunErrand: + .string "Eheheh, ho chiesto al mio WINGULL\n" + .string "di fare una missione per me.$" + +FortreeCity_House4_Text_WelcomeWingullTakeMentalHerb: + .string "Bene!\n" + .string "Bentornato, WINGULL!\p" + .string "Uh? Che cos’è?\n" + .string "Che cosa sta tenendo?\p" + .string "Una MENTALERBA?\n" + .string "Deve averla raccolta da qualche parte.\p" + .string "Ma non sono un ALLENATORE, quindi te\n" + .string "la regalo.$" + +FortreeCity_House4_Text_FriendsFarAwayThanksToWingull: + .string "Grazie al mio WINGULL, ho amici\n" + .string "che vengono da lontano.$" + +FortreeCity_House4_Text_Wingull: + .string "WINGULL: Wiinngguull!$" diff --git a/data/maps/FortreeCity_House5/scripts.inc b/data/maps/FortreeCity_House5/scripts.inc index eee6d358bf..0a17f565a2 100644 --- a/data/maps/FortreeCity_House5/scripts.inc +++ b/data/maps/FortreeCity_House5/scripts.inc @@ -19,17 +19,14 @@ FortreeCity_House5_EventScript_Zigzagoon:: release end -FortreeCity_House5_Text_TreeHousesAreGreat: - .string "The tree houses of FORTREE are great!\p" - .string "I think it's the number one town for\n" - .string "living together with POKéMON.$" - -FortreeCity_House5_Text_AdaptedToNature: - .string "POKéMON and people have adapted to\n" - .string "nature for survival.\p" - .string "There's no need to make nature\n" - .string "conform to the way we want to live.$" - -FortreeCity_House5_Text_Zigzagoon: - .string "ZIGZAGOON: Bufuu!$" - +.ifdef ENGLISH + .include "data/maps/FortreeCity_House5/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FortreeCity_House5/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FortreeCity_House5/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FortreeCity_House5/text.inc b/data/maps/FortreeCity_House5/text.inc new file mode 100644 index 0000000000..e377296a32 --- /dev/null +++ b/data/maps/FortreeCity_House5/text.inc @@ -0,0 +1,14 @@ + +FortreeCity_House5_Text_TreeHousesAreGreat: + .string "The tree houses of FORTREE are great!\p" + .string "I think it's the number one town for\n" + .string "living together with POKéMON.$" + +FortreeCity_House5_Text_AdaptedToNature: + .string "POKéMON and people have adapted to\n" + .string "nature for survival.\p" + .string "There's no need to make nature\n" + .string "conform to the way we want to live.$" + +FortreeCity_House5_Text_Zigzagoon: + .string "ZIGZAGOON: Bufuu!$" diff --git a/data/maps/FortreeCity_House5/text_fr.inc b/data/maps/FortreeCity_House5/text_fr.inc new file mode 100644 index 0000000000..0700648645 --- /dev/null +++ b/data/maps/FortreeCity_House5/text_fr.inc @@ -0,0 +1,15 @@ + +FortreeCity_House5_Text_TreeHousesAreGreat: + .string "Les cabanes de CIMETRONELLE\n" + .string "sont géniales!\p" + .string "Je trouve que c’est la ville parfaite\n" + .string "pour vivre avec les POKéMON.$" + +FortreeCity_House5_Text_AdaptedToNature: + .string "Les POKéMON et les hommes se sont\n" + .string "adaptés à la nature pour survivre.\p" + .string "Il n’est pas nécessaire d’adapter la\n" + .string "nature au mode de vie que l’on souhaite.$" + +FortreeCity_House5_Text_Zigzagoon: + .string "ZIGZATON: Zaaaton!$" diff --git a/data/maps/FortreeCity_House5/text_it.inc b/data/maps/FortreeCity_House5/text_it.inc new file mode 100644 index 0000000000..bead1ae994 --- /dev/null +++ b/data/maps/FortreeCity_House5/text_it.inc @@ -0,0 +1,15 @@ + +FortreeCity_House5_Text_TreeHousesAreGreat: + .string "Le case sugli alberi di FORESTOPOLI\n" + .string "sono fantastiche!\p" + .string "Credo che sia la città più adatta\n" + .string "per vivere insieme ai POKéMON.$" + +FortreeCity_House5_Text_AdaptedToNature: + .string "I POKéMON e la gente vivono in armonia\n" + .string "con la natura.\p" + .string "Non c’è bisogno di plasmare la natura\n" + .string "al nostro stile di vita.$" + +FortreeCity_House5_Text_Zigzagoon: + .string "ZIGZAGOON: ZigzagZigzag…!$" diff --git a/data/maps/FortreeCity_Mart/scripts.inc b/data/maps/FortreeCity_Mart/scripts.inc index c37716bc85..26d0757080 100644 --- a/data/maps/FortreeCity_Mart/scripts.inc +++ b/data/maps/FortreeCity_Mart/scripts.inc @@ -39,19 +39,14 @@ FortreeCity_Mart_EventScript_Boy:: msgbox FortreeCity_Mart_Text_RareCandyMakesMonGrow, MSGBOX_NPC end -FortreeCity_Mart_Text_SuperRepelBetter: - .string "SUPER REPEL lasts a long time,\n" - .string "and it gets the job done.\p" - .string "It's much better than an ordinary\n" - .string "REPEL.$" - -FortreeCity_Mart_Text_StockUpOnItems: - .string "I always stock up on more items than\n" - .string "I'm sure I'll need.\p" - .string "You never know what might happen.\n" - .string "Better to be safe than sorry!$" - -FortreeCity_Mart_Text_RareCandyMakesMonGrow: - .string "A RARE CANDY makes a POKéMON grow\n" - .string "immediately by one level.$" - +.ifdef ENGLISH + .include "data/maps/FortreeCity_Mart/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FortreeCity_Mart/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FortreeCity_Mart/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FortreeCity_Mart/text.inc b/data/maps/FortreeCity_Mart/text.inc new file mode 100644 index 0000000000..0a54332aac --- /dev/null +++ b/data/maps/FortreeCity_Mart/text.inc @@ -0,0 +1,16 @@ + +FortreeCity_Mart_Text_SuperRepelBetter: + .string "SUPER REPEL lasts a long time,\n" + .string "and it gets the job done.\p" + .string "It's much better than an ordinary\n" + .string "REPEL.$" + +FortreeCity_Mart_Text_StockUpOnItems: + .string "I always stock up on more items than\n" + .string "I'm sure I'll need.\p" + .string "You never know what might happen.\n" + .string "Better to be safe than sorry!$" + +FortreeCity_Mart_Text_RareCandyMakesMonGrow: + .string "A RARE CANDY makes a POKéMON grow\n" + .string "immediately by one level.$" diff --git a/data/maps/FortreeCity_Mart/text_fr.inc b/data/maps/FortreeCity_Mart/text_fr.inc new file mode 100644 index 0000000000..519d9d8f65 --- /dev/null +++ b/data/maps/FortreeCity_Mart/text_fr.inc @@ -0,0 +1,16 @@ + +FortreeCity_Mart_Text_SuperRepelBetter: + .string "SUPEREPOUSSE dure longtemps et\n" + .string "fait tout le boulot.\p" + .string "C’est plus efficace qu’un REPOUSSE\n" + .string "ordinaire.$" + +FortreeCity_Mart_Text_StockUpOnItems: + .string "Je prends toujours plus d’objets qu’il\n" + .string "ne m’en faut réellement.\p" + .string "On ne sait jamais ce qui peut arriver.\n" + .string "Mieux vaut prévenir que guérir!$" + +FortreeCity_Mart_Text_RareCandyMakesMonGrow: + .string "Un SUPER BONBON fait automatiquement\n" + .string "monter un POKéMON d’un niveau.$" diff --git a/data/maps/FortreeCity_Mart/text_it.inc b/data/maps/FortreeCity_Mart/text_it.inc new file mode 100644 index 0000000000..a1628557b4 --- /dev/null +++ b/data/maps/FortreeCity_Mart/text_it.inc @@ -0,0 +1,16 @@ + +FortreeCity_Mart_Text_SuperRepelBetter: + .string "Il SUPERREPELLENTE dura a lungo ed\n" + .string "è efficace.\p" + .string "È molto meglio di un REPELLENTE\n" + .string "normale.$" + +FortreeCity_Mart_Text_StockUpOnItems: + .string "Faccio sempre scorta di più strumenti\n" + .string "di quelli che servono.\p" + .string "Non sai mai quello che può capitare.\n" + .string "Meglio andare sul sicuro!$" + +FortreeCity_Mart_Text_RareCandyMakesMonGrow: + .string "Una CARAMELLA RARA fa salire\n" + .string "immediatamente un POKéMON di un livello.$" diff --git a/data/maps/FortreeCity_PokemonCenter_1F/scripts.inc b/data/maps/FortreeCity_PokemonCenter_1F/scripts.inc index d1ea3d8648..18b3c76ccb 100644 --- a/data/maps/FortreeCity_PokemonCenter_1F/scripts.inc +++ b/data/maps/FortreeCity_PokemonCenter_1F/scripts.inc @@ -29,29 +29,14 @@ FortreeCity_PokemonCenter_1F_EventScript_Boy:: msgbox FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav, MSGBOX_NPC end -FortreeCity_PokemonCenter_1F_Text_GoToSafariZone: - .string "Listen, kid, are you working\n" - .string "on a POKéDEX?\p" - .string "Hmm… Go to the SAFARI ZONE.\n" - .string "That's my suggestion.$" - -FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat: - .string "Have you done anything at\n" - .string "the RECORD CORNER?\p" - .string "It's pretty neat. It mixes and matches\n" - .string "the records of TRAINERS.\p" - .string "I don't know quite how it works,\n" - .string "but it's cool. It's exciting, even!$" - -FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav: - .string "Oh, wow, you have a POKéNAV!\n" - .string "And it's just like mine!\p" - .string "Do you know about POKéNAV's\n" - .string "MATCH CALL system?\p" - .string "Access it, and you can chat with\n" - .string "registered TRAINERS anytime.\p" - .string "It also shows you which TRAINERS\n" - .string "want a rematch with you.\p" - .string "It's really nifty! Those DEVON guys\n" - .string "sure know what they're doing!$" - +.ifdef ENGLISH + .include "data/maps/FortreeCity_PokemonCenter_1F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/FortreeCity_PokemonCenter_1F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/FortreeCity_PokemonCenter_1F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/FortreeCity_PokemonCenter_1F/text.inc b/data/maps/FortreeCity_PokemonCenter_1F/text.inc new file mode 100644 index 0000000000..dadb30e3a7 --- /dev/null +++ b/data/maps/FortreeCity_PokemonCenter_1F/text.inc @@ -0,0 +1,26 @@ + +FortreeCity_PokemonCenter_1F_Text_GoToSafariZone: + .string "Listen, kid, are you working\n" + .string "on a POKéDEX?\p" + .string "Hmm… Go to the SAFARI ZONE.\n" + .string "That's my suggestion.$" + +FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat: + .string "Have you done anything at\n" + .string "the RECORD CORNER?\p" + .string "It's pretty neat. It mixes and matches\n" + .string "the records of TRAINERS.\p" + .string "I don't know quite how it works,\n" + .string "but it's cool. It's exciting, even!$" + +FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav: + .string "Oh, wow, you have a POKéNAV!\n" + .string "And it's just like mine!\p" + .string "Do you know about POKéNAV's\n" + .string "MATCH CALL system?\p" + .string "Access it, and you can chat with\n" + .string "registered TRAINERS anytime.\p" + .string "It also shows you which TRAINERS\n" + .string "want a rematch with you.\p" + .string "It's really nifty! Those DEVON guys\n" + .string "sure know what they're doing!$" diff --git a/data/maps/FortreeCity_PokemonCenter_1F/text_fr.inc b/data/maps/FortreeCity_PokemonCenter_1F/text_fr.inc new file mode 100644 index 0000000000..9d4253a4f3 --- /dev/null +++ b/data/maps/FortreeCity_PokemonCenter_1F/text_fr.inc @@ -0,0 +1,25 @@ + +FortreeCity_PokemonCenter_1F_Text_GoToSafariZone: + .string "Ecoute, mon petit, est-ce que tu\n" + .string "travailles sur un POKéDEX?\p" + .string "Hum… Va au PARC SAFARI, sur la\n" + .string "ROUTE 121! C’est mon conseil.$" + +FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat: + .string "Tu as déjà fait quelque chose au\n" + .string "CENTRE DE DONNEES?\p" + .string "C’est ingénieux. Ça permet d’échanger\n" + .string "des données entre DRESSEURS.\p" + .string "Je sais pas trop comment ça marche,\n" + .string "mais c’est cool. C’est même génial!$" + +FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav: + .string "Hé, tu as un POKéNAV!\n" + .string "C’est le même que le mien!\p" + .string "Tu connais la fonction MATCH PHONE?\p" + .string "Utilise-la pour tchater avec les\n" + .string "DRESSEURS que tu auras enregistrés.\p" + .string "Cette option t’indique aussi les\n" + .string "DRESSEURS souhaitant une revanche.\p" + .string "C’est pas génial?\n" + .string "Y a pas mieux que DEVON!$" diff --git a/data/maps/FortreeCity_PokemonCenter_1F/text_it.inc b/data/maps/FortreeCity_PokemonCenter_1F/text_it.inc new file mode 100644 index 0000000000..0027933c59 --- /dev/null +++ b/data/maps/FortreeCity_PokemonCenter_1F/text_it.inc @@ -0,0 +1,26 @@ + +FortreeCity_PokemonCenter_1F_Text_GoToSafariZone: + .string "Ehi, come va con il tuo POKéDEX?\p" + .string "Uhmm… vai alla ZONA SAFARI sul\n" + .string "PERCORSO 121. Te lo consiglio.$" + +FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat: + .string "Hai visitato il BANCO REGISTRO?\p" + .string "È troppo forte. Puoi scambiare e\n" + .string "confrontare i tuoi dati ALLENATORE.\p" + .string "Non so esattamente come funzioni,\n" + .string "ma è esaltante!$" + +FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav: + .string "Ehi, anche tu hai un POKéNAV!\n" + .string "È proprio come il mio.\p" + .string "Vorresti sapere qualcosa sulla fun-\n" + .string "zione SFIDAFONINO del POKéNAV?\p" + .string "Grazie a questa funzione puoi fare\n" + .string "due chiacchiere con gli ALLENATORI\l" + .string "registrati ogni volta che lo desideri.\p" + .string "Inoltre, ti permette di vedere quali\n" + .string "ALLENATORI vogliono combattere\l" + .string "ancora con te.\p" + .string "È davvero eccezionale! Quelli\n" + .string "della DEVON sanno il fatto loro!$" diff --git a/data/maps/GraniteCave_1F/scripts.inc b/data/maps/GraniteCave_1F/scripts.inc index 1bf81b997b..d50b0e51dd 100644 --- a/data/maps/GraniteCave_1F/scripts.inc +++ b/data/maps/GraniteCave_1F/scripts.inc @@ -17,23 +17,14 @@ GraniteCave_1F_EventScript_ReceivedFlash:: release end -GraniteCave_1F_Text_GetsDarkAheadHereYouGo: - .string "Hey, you.\n" - .string "It gets awfully dark ahead.\l" - .string "It'll be tough trying to explore.\p" - .string "That guy who came by earlier…\n" - .string "STEVEN, I think it was.\p" - .string "He knew how to use FLASH, so he ought\n" - .string "to be all right, but…\p" - .string "Well, for us HIKERS, helping out those\n" - .string "that we meet is our motto.\p" - .string "Here you go, I'll pass this on to you.$" - -GraniteCave_1F_Text_ExplainFlash: - .string "Teach that hidden move FLASH to\n" - .string "a POKéMON and use it.\p" - .string "It lights up even the inky darkness\n" - .string "of caves.\p" - .string "But, to use it, you need the GYM BADGE\n" - .string "from DEWFORD's POKéMON GYM.$" - +.ifdef ENGLISH + .include "data/maps/GraniteCave_1F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/GraniteCave_1F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/GraniteCave_1F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/GraniteCave_1F/text.inc b/data/maps/GraniteCave_1F/text.inc new file mode 100644 index 0000000000..0eb82caf5a --- /dev/null +++ b/data/maps/GraniteCave_1F/text.inc @@ -0,0 +1,20 @@ + +GraniteCave_1F_Text_GetsDarkAheadHereYouGo: + .string "Hey, you.\n" + .string "It gets awfully dark ahead.\l" + .string "It'll be tough trying to explore.\p" + .string "That guy who came by earlier…\n" + .string "STEVEN, I think it was.\p" + .string "He knew how to use FLASH, so he ought\n" + .string "to be all right, but…\p" + .string "Well, for us HIKERS, helping out those\n" + .string "that we meet is our motto.\p" + .string "Here you go, I'll pass this on to you.$" + +GraniteCave_1F_Text_ExplainFlash: + .string "Teach that hidden move FLASH to\n" + .string "a POKéMON and use it.\p" + .string "It lights up even the inky darkness\n" + .string "of caves.\p" + .string "But, to use it, you need the GYM BADGE\n" + .string "from DEWFORD's POKéMON GYM.$" diff --git a/data/maps/GraniteCave_1F/text_fr.inc b/data/maps/GraniteCave_1F/text_fr.inc new file mode 100644 index 0000000000..7a7fbaf292 --- /dev/null +++ b/data/maps/GraniteCave_1F/text_fr.inc @@ -0,0 +1,20 @@ + +GraniteCave_1F_Text_GetsDarkAheadHereYouGo: + .string "Hé, toi!\n" + .string "Il fait terriblement sombre là-dedans.\l" + .string "Ça va être difficile à explorer.\p" + .string "Ce type qui est passé tout à l’heure…\n" + .string "PIERRE, je crois que c’était ça.\p" + .string "Il savait utiliser FLASH, alors il n’a pas\n" + .string "dû avoir de problème, mais…\p" + .string "Pour nous, les MONTAGNARDS, la devise\n" + .string "est d’aider ceux que l’on rencontre.\p" + .string "Vas-y et bon courage!$" + +GraniteCave_1F_Text_ExplainFlash: + .string "Apprends cette CS FLASH\n" + .string "à un POKéMON et utilise-la.\p" + .string "Ça permet d’éclairer même les cavernes\n" + .string "les plus sombres.\p" + .string "Mais pour l’utiliser, il faut le BADGE\n" + .string "de l’ARENE POKéMON de MYOKARA.$" diff --git a/data/maps/GraniteCave_1F/text_it.inc b/data/maps/GraniteCave_1F/text_it.inc new file mode 100644 index 0000000000..8614e0f102 --- /dev/null +++ b/data/maps/GraniteCave_1F/text_it.inc @@ -0,0 +1,20 @@ + +GraniteCave_1F_Text_GetsDarkAheadHereYouGo: + .string "Ehi, tu!\n" + .string "Più avanti è davvero buio.\l" + .string "Non sarà facile addentrarsi.\p" + .string "Quel ragazzo che è passato prima…\n" + .string "si chiamava ROCCO…\p" + .string "Lui sapeva usare FLASH, quindi di sicuro\n" + .string "se la starà cavando bene, ma…\p" + .string "aiutare chi incontriamo è il motto di noi\n" + .string "AVVENTURIERI!\p" + .string "Prendi questo, ti sarà utile.$" + +GraniteCave_1F_Text_ExplainFlash: + .string "Insegna la mossa MN FLASH\n" + .string "ad un POKéMON.\p" + .string "FLASH illumina anche gli angoli\n" + .string "più oscuri delle grotte.\p" + .string "Ma senza la MEDAGLIA della PALESTRA\n" + .string "POKéMON di BLURUVIA non puoi usarla.$" diff --git a/data/maps/GraniteCave_StevensRoom/scripts.inc b/data/maps/GraniteCave_StevensRoom/scripts.inc index 384e648ee2..171d9462d5 100644 --- a/data/maps/GraniteCave_StevensRoom/scripts.inc +++ b/data/maps/GraniteCave_StevensRoom/scripts.inc @@ -81,41 +81,14 @@ GraniteCave_StevensRoom_Movement_StevenExitSouth: delay_8 step_end -GraniteCave_StevensRoom_Text_ImStevenLetterForMe: - .string "My name is STEVEN.\p" - .string "I'm interested in rare stones,\n" - .string "so I travel here and there.\p" - .string "Oh?\n" - .string "A LETTER for me?$" - -GraniteCave_StevensRoom_Text_ThankYouTakeThis: - .string "STEVEN: Okay, thank you.\p" - .string "You went through all this trouble to\n" - .string "deliver that. I need to thank you.\p" - .string "Let me see…\n" - .string "I'll give you this TM.\p" - .string "It contains my favorite move,\n" - .string "STEEL WING.$" - -GraniteCave_StevensRoom_Text_CouldBecomeChampionLetsRegister: - .string "STEVEN: Your POKéMON appear quite\n" - .string "capable.\p" - .string "If you keep training, you could even\n" - .string "become the CHAMPION of the POKéMON\l" - .string "LEAGUE one day. That's what I think.\p" - .string "I know, since we've gotten to know each\n" - .string "other, let's register one another in\l" - .string "our POKéNAVS.\p" - .string "… … … … … …$" - -GraniteCave_StevensRoom_Text_RegisteredSteven: - .string "Registered STEVEN\n" - .string "in the POKéNAV.$" - -GraniteCave_StevensRoom_Text_IveGotToHurryAlong: - .string "Now, I've got to hurry along.$" - -GraniteCave_StevensRoom_Text_OhBagIsFull: - .string "Oh, your BAG is full…\n" - .string "That's too bad, then.$" - +.ifdef ENGLISH + .include "data/maps/GraniteCave_StevensRoom/text.inc" +.else +.ifdef FRENCH + .include "data/maps/GraniteCave_StevensRoom/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/GraniteCave_StevensRoom/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/GraniteCave_StevensRoom/text.inc b/data/maps/GraniteCave_StevensRoom/text.inc new file mode 100644 index 0000000000..d0e0ca018e --- /dev/null +++ b/data/maps/GraniteCave_StevensRoom/text.inc @@ -0,0 +1,38 @@ + +GraniteCave_StevensRoom_Text_ImStevenLetterForMe: + .string "My name is STEVEN.\p" + .string "I'm interested in rare stones,\n" + .string "so I travel here and there.\p" + .string "Oh?\n" + .string "A LETTER for me?$" + +GraniteCave_StevensRoom_Text_ThankYouTakeThis: + .string "STEVEN: Okay, thank you.\p" + .string "You went through all this trouble to\n" + .string "deliver that. I need to thank you.\p" + .string "Let me see…\n" + .string "I'll give you this TM.\p" + .string "It contains my favorite move,\n" + .string "STEEL WING.$" + +GraniteCave_StevensRoom_Text_CouldBecomeChampionLetsRegister: + .string "STEVEN: Your POKéMON appear quite\n" + .string "capable.\p" + .string "If you keep training, you could even\n" + .string "become the CHAMPION of the POKéMON\l" + .string "LEAGUE one day. That's what I think.\p" + .string "I know, since we've gotten to know each\n" + .string "other, let's register one another in\l" + .string "our POKéNAVS.\p" + .string "… … … … … …$" + +GraniteCave_StevensRoom_Text_RegisteredSteven: + .string "Registered STEVEN\n" + .string "in the POKéNAV.$" + +GraniteCave_StevensRoom_Text_IveGotToHurryAlong: + .string "Now, I've got to hurry along.$" + +GraniteCave_StevensRoom_Text_OhBagIsFull: + .string "Oh, your BAG is full…\n" + .string "That's too bad, then.$" diff --git a/data/maps/GraniteCave_StevensRoom/text_fr.inc b/data/maps/GraniteCave_StevensRoom/text_fr.inc new file mode 100644 index 0000000000..431d65e8b1 --- /dev/null +++ b/data/maps/GraniteCave_StevensRoom/text_fr.inc @@ -0,0 +1,38 @@ + +GraniteCave_StevensRoom_Text_ImStevenLetterForMe: + .string "Je suis PIERRE.\p" + .string "Je m’intéresse aux pierres rares, alors\n" + .string "je vais ici et là.\p" + .string "Oh?\n" + .string "C’est une LETTRE pour moi?$" + +GraniteCave_StevensRoom_Text_ThankYouTakeThis: + .string "PIERRE: OK, merci.\p" + .string "Tu as fait tout ça rien que pour me la \n" + .string "remettre? Il faut que je te remercie.\p" + .string "Laisse-moi voir…\n" + .string "Je vais te donner cette CT.\p" + .string "Elle contient ma capacité préférée,\n" + .string "AILE D’ACIER.$" + +GraniteCave_StevensRoom_Text_CouldBecomeChampionLetsRegister: + .string "PIERRE: Tes POKéMON semblent être\n" + .string "tout à fait compétents.\p" + .string "En continuant à t’entraîner, un jour, \n" + .string "tu pourrais même devenir le MAITRE de la\l" + .string "LIGUE POKéMON. Je le pense vraiment.\p" + .string "Je sais, puisqu’on se connaît\n" + .string "maintenant, enregistrons nos numéros\l" + .string "dans nos POKéNAVS.\p" + .string "… … … … … …$" + +GraniteCave_StevensRoom_Text_RegisteredSteven: + .string "Vous avez enregistré PIERRE\n" + .string "dans le POKéNAV.$" + +GraniteCave_StevensRoom_Text_IveGotToHurryAlong: + .string "Maintenant, il faut que je me dépêche.$" + +GraniteCave_StevensRoom_Text_OhBagIsFull: + .string "Oh, ton SAC est plein…\n" + .string "C’est dommage.$" diff --git a/data/maps/GraniteCave_StevensRoom/text_it.inc b/data/maps/GraniteCave_StevensRoom/text_it.inc new file mode 100644 index 0000000000..9e96478229 --- /dev/null +++ b/data/maps/GraniteCave_StevensRoom/text_it.inc @@ -0,0 +1,36 @@ + +GraniteCave_StevensRoom_Text_ImStevenLetterForMe: + .string "Mi chiamo ROCCO.\p" + .string "Viaggio in cerca di pietre rare:\n" + .string "mi piacciono da morire.\p" + .string "Oh?\n" + .string "Una LETTERA per me?$" + +GraniteCave_StevensRoom_Text_ThankYouTakeThis: + .string "ROCCO: Ok, grazie!\p" + .string "Per consegnarmi questa LETTERA hai\n" + .string "fatto tanto! Come posso sdebitarmi?\p" + .string "Vediamo… ti darò questa MT.\p" + .string "Contiene la mia mossa preferita,\n" + .string "ALACCIAIO.$" + +GraniteCave_StevensRoom_Text_CouldBecomeChampionLetsRegister: + .string "ROCCO: La tua squadra di POKéMON\n" + .string "sembra essere davvero in gamba.\p" + .string "Se continui ad allenarti così, credo\n" + .string "che un giorno potrai persino diventare\l" + .string "il CAMPIONE della LEGA POKéMON.\p" + .string "Visto che ormai ci conosciamo,\n" + .string "registriamoci nei nostri POKéNAV.\p" + .string "… … … … … …$" + +GraniteCave_StevensRoom_Text_RegisteredSteven: + .string "Registrazione di ROCCO nel POKéNAV\n" + .string "avvenuta.$" + +GraniteCave_StevensRoom_Text_IveGotToHurryAlong: + .string "Scusa ma ho fatto tardi. Devo andare.$" + +GraniteCave_StevensRoom_Text_OhBagIsFull: + .string "Oh, il tuo ZAINO è pieno…\n" + .string "è un vero peccato…$" diff --git a/data/maps/InsideOfTruck/scripts.inc b/data/maps/InsideOfTruck/scripts.inc index c59d5a97be..f5b8ca172a 100644 --- a/data/maps/InsideOfTruck/scripts.inc +++ b/data/maps/InsideOfTruck/scripts.inc @@ -51,8 +51,14 @@ InsideOfTruck_EventScript_MovingBox:: msgbox InsideOfTruck_Text_BoxPrintedWithMonLogo, MSGBOX_SIGN end -InsideOfTruck_Text_BoxPrintedWithMonLogo: - .string "The box is printed with a POKéMON logo.\p" - .string "It's a POKéMON brand moving and\n" - .string "delivery service.$" - +.ifdef ENGLISH + .include "data/maps/InsideOfTruck/text.inc" +.else +.ifdef FRENCH + .include "data/maps/InsideOfTruck/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/InsideOfTruck/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/InsideOfTruck/text.inc b/data/maps/InsideOfTruck/text.inc new file mode 100644 index 0000000000..b4b10c8b55 --- /dev/null +++ b/data/maps/InsideOfTruck/text.inc @@ -0,0 +1,5 @@ + +InsideOfTruck_Text_BoxPrintedWithMonLogo: + .string "The box is printed with a POKéMON logo.\p" + .string "It's a POKéMON brand moving and\n" + .string "delivery service.$" diff --git a/data/maps/InsideOfTruck/text_fr.inc b/data/maps/InsideOfTruck/text_fr.inc new file mode 100644 index 0000000000..1d4fe6969b --- /dev/null +++ b/data/maps/InsideOfTruck/text_fr.inc @@ -0,0 +1,6 @@ + +InsideOfTruck_Text_BoxPrintedWithMonLogo: + .string "Un logo POKéMON se trouve sur le\n" + .string "carton.\p" + .string "Il vient d’une société de déménagement\n" + .string "et de livraison POKéMON.$" diff --git a/data/maps/InsideOfTruck/text_it.inc b/data/maps/InsideOfTruck/text_it.inc new file mode 100644 index 0000000000..ad11d8ff4e --- /dev/null +++ b/data/maps/InsideOfTruck/text_it.inc @@ -0,0 +1,5 @@ + +InsideOfTruck_Text_BoxPrintedWithMonLogo: + .string "C’è un logo POKéMON sullo scatolone.\p" + .string "È il marchio del servizio di trasloco\n" + .string "e consegna POKéMON.$" diff --git a/data/maps/JaggedPass/scripts.inc b/data/maps/JaggedPass/scripts.inc index f969a4dec6..2189457745 100644 --- a/data/maps/JaggedPass/scripts.inc +++ b/data/maps/JaggedPass/scripts.inc @@ -149,120 +149,14 @@ JaggedPass_EventScript_Autumn:: msgbox JaggedPass_Text_AutumnPostBattle, MSGBOX_AUTOCLOSE end -JaggedPass_Text_EricIntro: - .string "MT. CHIMNEY's JAGGED PASS…\p" - .string "Now this is what I've always wanted\n" - .string "in a mountain.\p" - .string "This jagged bumpiness…\n" - .string "It rocks my soul!$" - -JaggedPass_Text_EricDefeat: - .string "Losing left me bitter!$" - -JaggedPass_Text_EricPostBattle: - .string "Yes, I did lose at POKéMON…\p" - .string "But, when it comes to the love of\n" - .string "the mountains, I have you beat!$" - -JaggedPass_Text_DianaIntro: - .string "This place isn't your casual hike.\n" - .string "It's not suited for a picnic.$" - -JaggedPass_Text_DianaDefeat: - .string "Ohhh, no!\n" - .string "The ground is too bumpy…$" - -JaggedPass_Text_DianaPostBattle: - .string "Did you know?\p" - .string "Some people cleverly ride their\n" - .string "bicycles up this horribly bumpy pass.$" - -JaggedPass_Text_DianaRegister: - .string "Will you ever be back in this area?\n" - .string "If you do return, I'd like a rematch.$" - -JaggedPass_Text_DianaRematchIntro: - .string "Picnics are fun wherever you go.\n" - .string "Just like POKéMON!$" - -JaggedPass_Text_DianaRematchDefeat: - .string "I only lost because the ground is\n" - .string "too bumpy!$" - -JaggedPass_Text_DianaPostRematch: - .string "I'll forget about losing and just\n" - .string "enjoy this bumpy hike.$" - -JaggedPass_Text_EthanIntro: - .string "JAGGED PASS is hard to walk on.\n" - .string "It's a good place for training.$" - -JaggedPass_Text_EthanDefeat: - .string "It was all over while we were still\n" - .string "trying to find a good footing…$" - -JaggedPass_Text_EthanPostBattle: - .string "If I had an ACRO BIKE, I'd be able to\n" - .string "jump ledges.$" - -JaggedPass_Text_EthanRegister: - .string "When I get more used to this bumpiness,\n" - .string "I'll be sure to win!\p" - .string "Can you register me in your POKéNAV?$" - -JaggedPass_Text_EthanRematchIntro: - .string "I got used to this bumpiness.\n" - .string "I sing while I climb now.$" - -JaggedPass_Text_EthanRematchDefeat: - .string "It's still not easy to battle on this\n" - .string "bumpy ground…$" - -JaggedPass_Text_EthanPostRematch: - .string "I should get an ACRO BIKE from RYDEL\n" - .string "in MAUVILLE CITY…$" - -JaggedPass_Text_GruntIntro: - .string "Wah!\n" - .string "What are you doing here?\p" - .string "What am I doing in a place like this?\p" - .string "What business is it of yours?$" - -JaggedPass_Text_GruntDefeat: - .string "Urrrgh…\p" - .string "I should've ducked into our HIDEOUT\n" - .string "right away…$" - -JaggedPass_Text_GoWhereverYouWant: - .string "Okay, oh-kay!\n" - .string "I admit it--you're strong!\p" - .string "Don't worry about me.\n" - .string "Go wherever you want!$" - -JaggedPass_Text_BoulderShakingInResponseToEmblem: - .string "Oh! This boulder is shaking in response\n" - .string "to the MAGMA EMBLEM!$" - -JaggedPass_Text_JulioIntro: - .string "Aiyeeh! It's awfully scary to shoot\n" - .string "down the mountain in one go!$" - -JaggedPass_Text_JulioDefeat: - .string "I feel like I'm falling apart…$" - -JaggedPass_Text_JulioPostBattle: - .string "My bicycle bounced around so much,\n" - .string "my rear end's sore…$" - -JaggedPass_Text_AutumnIntro: - .string "I climb this hill every day.\n" - .string "I have confidence in my strength!$" - -JaggedPass_Text_AutumnDefeat: - .string "Hmm…\n" - .string "What went wrong?$" - -JaggedPass_Text_AutumnPostBattle: - .string "What is that odd rock protrusion\n" - .string "a little up the hill from here?$" - +.ifdef ENGLISH + .include "data/maps/JaggedPass/text.inc" +.else +.ifdef FRENCH + .include "data/maps/JaggedPass/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/JaggedPass/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/JaggedPass/text.inc b/data/maps/JaggedPass/text.inc new file mode 100644 index 0000000000..dad2ac5a2e --- /dev/null +++ b/data/maps/JaggedPass/text.inc @@ -0,0 +1,117 @@ + +JaggedPass_Text_EricIntro: + .string "MT. CHIMNEY's JAGGED PASS…\p" + .string "Now this is what I've always wanted\n" + .string "in a mountain.\p" + .string "This jagged bumpiness…\n" + .string "It rocks my soul!$" + +JaggedPass_Text_EricDefeat: + .string "Losing left me bitter!$" + +JaggedPass_Text_EricPostBattle: + .string "Yes, I did lose at POKéMON…\p" + .string "But, when it comes to the love of\n" + .string "the mountains, I have you beat!$" + +JaggedPass_Text_DianaIntro: + .string "This place isn't your casual hike.\n" + .string "It's not suited for a picnic.$" + +JaggedPass_Text_DianaDefeat: + .string "Ohhh, no!\n" + .string "The ground is too bumpy…$" + +JaggedPass_Text_DianaPostBattle: + .string "Did you know?\p" + .string "Some people cleverly ride their\n" + .string "bicycles up this horribly bumpy pass.$" + +JaggedPass_Text_DianaRegister: + .string "Will you ever be back in this area?\n" + .string "If you do return, I'd like a rematch.$" + +JaggedPass_Text_DianaRematchIntro: + .string "Picnics are fun wherever you go.\n" + .string "Just like POKéMON!$" + +JaggedPass_Text_DianaRematchDefeat: + .string "I only lost because the ground is\n" + .string "too bumpy!$" + +JaggedPass_Text_DianaPostRematch: + .string "I'll forget about losing and just\n" + .string "enjoy this bumpy hike.$" + +JaggedPass_Text_EthanIntro: + .string "JAGGED PASS is hard to walk on.\n" + .string "It's a good place for training.$" + +JaggedPass_Text_EthanDefeat: + .string "It was all over while we were still\n" + .string "trying to find a good footing…$" + +JaggedPass_Text_EthanPostBattle: + .string "If I had an ACRO BIKE, I'd be able to\n" + .string "jump ledges.$" + +JaggedPass_Text_EthanRegister: + .string "When I get more used to this bumpiness,\n" + .string "I'll be sure to win!\p" + .string "Can you register me in your POKéNAV?$" + +JaggedPass_Text_EthanRematchIntro: + .string "I got used to this bumpiness.\n" + .string "I sing while I climb now.$" + +JaggedPass_Text_EthanRematchDefeat: + .string "It's still not easy to battle on this\n" + .string "bumpy ground…$" + +JaggedPass_Text_EthanPostRematch: + .string "I should get an ACRO BIKE from RYDEL\n" + .string "in MAUVILLE CITY…$" + +JaggedPass_Text_GruntIntro: + .string "Wah!\n" + .string "What are you doing here?\p" + .string "What am I doing in a place like this?\p" + .string "What business is it of yours?$" + +JaggedPass_Text_GruntDefeat: + .string "Urrrgh…\p" + .string "I should've ducked into our HIDEOUT\n" + .string "right away…$" + +JaggedPass_Text_GoWhereverYouWant: + .string "Okay, oh-kay!\n" + .string "I admit it--you're strong!\p" + .string "Don't worry about me.\n" + .string "Go wherever you want!$" + +JaggedPass_Text_BoulderShakingInResponseToEmblem: + .string "Oh! This boulder is shaking in response\n" + .string "to the MAGMA EMBLEM!$" + +JaggedPass_Text_JulioIntro: + .string "Aiyeeh! It's awfully scary to shoot\n" + .string "down the mountain in one go!$" + +JaggedPass_Text_JulioDefeat: + .string "I feel like I'm falling apart…$" + +JaggedPass_Text_JulioPostBattle: + .string "My bicycle bounced around so much,\n" + .string "my rear end's sore…$" + +JaggedPass_Text_AutumnIntro: + .string "I climb this hill every day.\n" + .string "I have confidence in my strength!$" + +JaggedPass_Text_AutumnDefeat: + .string "Hmm…\n" + .string "What went wrong?$" + +JaggedPass_Text_AutumnPostBattle: + .string "What is that odd rock protrusion\n" + .string "a little up the hill from here?$" diff --git a/data/maps/JaggedPass/text_fr.inc b/data/maps/JaggedPass/text_fr.inc new file mode 100644 index 0000000000..a0d27d7137 --- /dev/null +++ b/data/maps/JaggedPass/text_fr.inc @@ -0,0 +1,122 @@ + +JaggedPass_Text_EricIntro: + .string "Le SENTIER SINUROC du MONT CHIMNEE…\p" + .string "J’ai toujours rêvé d’un endroit pareil…\p" + .string "Ce relief accidenté…\n" + .string "J’adore ça!$" + +JaggedPass_Text_EricDefeat: + .string "La défaite me laisse amer!$" + +JaggedPass_Text_EricPostBattle: + .string "Oui, je peux perdre avec les POKéMON…\p" + .string "Mais s’il s’agissait de notre amour pour\n" + .string "la montagne, je te battrais!$" + +JaggedPass_Text_DianaIntro: + .string "Tu n’te promènes pas ici par hasard.\n" + .string "T’es pas là pour pique-niquer!$" + +JaggedPass_Text_DianaDefeat: + .string "Oooh, non!\n" + .string "Ce sol est trop bosselé…$" + +JaggedPass_Text_DianaPostBattle: + .string "Tu savais ça?\p" + .string "Les plus habiles utilisent leur VELO\n" + .string "pour passer ce col très accidenté.$" + +JaggedPass_Text_DianaRegister: + .string "Tu reviendras un jour par ici?\n" + .string "Si c’est le cas, j’aimerais bien\l" + .string "refaire un match avec toi.$" + +JaggedPass_Text_DianaRematchIntro: + .string "Un pique-nique, c’est toujours sympa.\n" + .string "Exactement comme les POKéMON!$" + +JaggedPass_Text_DianaRematchDefeat: + .string "Si j’ai perdu, c’est juste à cause de ce\n" + .string "sol trop bosselé!$" + +JaggedPass_Text_DianaPostRematch: + .string "Je vais oublier ma défaite et apprécier\n" + .string "cette randonnée à travers les bosses.$" + +JaggedPass_Text_EthanIntro: + .string "C’est dur de marcher sur le SENTIER\n" + .string "SINUROC.\p" + .string "Mais c’est super pour s’entraîner!$" + +JaggedPass_Text_EthanDefeat: + .string "On essayait encore de trouver une\n" + .string "bonne prise, alors que tout était\l" + .string "déjà terminé.$" + +JaggedPass_Text_EthanPostBattle: + .string "Si j’avais un VELO CROSS, je pourrais\n" + .string "sauter sur ces rebords rocheux.$" + +JaggedPass_Text_EthanRegister: + .string "J’arriverai à te battre quand je me\n" + .string "serai habitué à ces bosses!\p" + .string "Tu peux m’enregistrer dans ton\n" + .string "POKéNAV?$" + +JaggedPass_Text_EthanRematchIntro: + .string "Je suis habitué à toutes ces bosses.\n" + .string "Maintenant, je chante en grimpant.$" + +JaggedPass_Text_EthanRematchDefeat: + .string "C’est quand même pas facile de se\n" + .string "battre sur ce sol tout bosselé…$" + +JaggedPass_Text_EthanPostRematch: + .string "Il faudrait que j’aille à LAVANDIA pour\n" + .string "que RODOLPHE me donne un VELO CROSS.$" + +JaggedPass_Text_GruntIntro: + .string "Quoi?\n" + .string "Qu’est-ce que tu fais là?\p" + .string "Qu’est-ce que je fais dans un endroit\n" + .string "pareil?\p" + .string "Ça te regarde?$" + +JaggedPass_Text_GruntDefeat: + .string "Urrrgh…\p" + .string "J’aurais dû rester caché dans la\n" + .string "PLANQUE…$" + +JaggedPass_Text_GoWhereverYouWant: + .string "OK, OK…\n" + .string "Je dois l’avouer, tu sais te battre!\p" + .string "Ne t’inquiète pas pour moi. Tu peux\n" + .string "aller où tu veux!$" + +JaggedPass_Text_BoulderShakingInResponseToEmblem: + .string "Oh! Ce rocher semble réagir à la\n" + .string "présence du SCEAU MAGMA!$" + +JaggedPass_Text_JulioIntro: + .string "Ça fait super peur de descendre la\n" + .string "montagne d’un coup!$" + +JaggedPass_Text_JulioDefeat: + .string "J’ai l’impression de tomber en morceaux…$" + +JaggedPass_Text_JulioPostBattle: + .string "Mon vélo s’est pris tellement de bosses\n" + .string "que je ne sens plus mon dos.$" + +JaggedPass_Text_AutumnIntro: + .string "Je gravis cette colline chaque jour.\n" + .string "J’ai confiance en ma force!$" + +JaggedPass_Text_AutumnDefeat: + .string "Hum…\n" + .string "Qu’est-ce qui s’est passé?$" + +JaggedPass_Text_AutumnPostBattle: + .string "Est-ce que tu sais ce qu’est cette\n" + .string "étrange avancée rocheuse un peu\l" + .string "plus loin?$" diff --git a/data/maps/JaggedPass/text_it.inc b/data/maps/JaggedPass/text_it.inc new file mode 100644 index 0000000000..62e0d65289 --- /dev/null +++ b/data/maps/JaggedPass/text_it.inc @@ -0,0 +1,116 @@ + +JaggedPass_Text_EricIntro: + .string "PASSO SELVAGGIO del MONTE CAMINO…\p" + .string "È tutto quello che ho sempre desiderato\n" + .string "in montagna.\p" + .string "Queste irregolarità selvagge…\n" + .string "scuotono la mia anima!$" + +JaggedPass_Text_EricDefeat: + .string "Perdere mi lascia l’amaro in bocca!$" + +JaggedPass_Text_EricPostBattle: + .string "Sì, ho perso con i POKéMON…\p" + .string "Ma in quanto ad amore per la montagna,\n" + .string "non mi batte nessuno!$" + +JaggedPass_Text_DianaIntro: + .string "Questo posto non è adatto a scalatori\n" + .string "improvvisati.$" + +JaggedPass_Text_DianaDefeat: + .string "Ohhh, no!\n" + .string "Il terreno è troppo accidentato…$" + +JaggedPass_Text_DianaPostBattle: + .string "Lo sapevi?\p" + .string "Alcune persone vanno in bicicletta\n" + .string "per questo passo tanto sconnesso.$" + +JaggedPass_Text_DianaRegister: + .string "Tornerai ancora da queste parti?\n" + .string "Mi piacerebbe sfidarti di nuovo.$" + +JaggedPass_Text_DianaRematchIntro: + .string "Adoro fare i picnic… e con i POKéMON la\n" + .string "scampagnata è ancora più divertente!$" + +JaggedPass_Text_DianaRematchDefeat: + .string "Ho perso perché il terreno\n" + .string "è troppo accidentato!$" + +JaggedPass_Text_DianaPostRematch: + .string "Dimentico la sconfitta e mi godo\n" + .string "questa bella escursione.$" + +JaggedPass_Text_EthanIntro: + .string "Il PASSO SELVAGGIO non è adatto per\n" + .string "camminare, ma è ottimo per allenarsi.$" + +JaggedPass_Text_EthanDefeat: + .string "È finito tutto prima che riuscissimo\n" + .string "a rompere il ghiaccio…$" + +JaggedPass_Text_EthanPostBattle: + .string "Se avessi una BICI da CROSS, potrei\n" + .string "discendere o risalire questi salti.$" + +JaggedPass_Text_EthanRegister: + .string "Se riesco ad abituarmi a questo terreno\n" + .string "accidentato, vincerò di sicuro!\p" + .string "Vuoi registrarmi nel tuo POKéNAV?$" + +JaggedPass_Text_EthanRematchIntro: + .string "Ormai il terreno sconnesso non mi fa più\n" + .string "paura! Ora canto mentre mi arrampico.$" + +JaggedPass_Text_EthanRematchDefeat: + .string "Non è facile lottare su questo\n" + .string "terreno così accidentato…$" + +JaggedPass_Text_EthanPostRematch: + .string "Dovrei andare a prendere una BICI da\n" + .string "CROSS da CLELIO a CICLAMIPOLI…$" + +JaggedPass_Text_GruntIntro: + .string "Ah!\n" + .string "Che cosa ci fai tu qui?\p" + .string "Che ci faccio io in un posto così?\p" + .string "Sono affari tuoi?$" + +JaggedPass_Text_GruntDefeat: + .string "Rrrr…\p" + .string "Avrei dovuto scomparire nel nostro\n" + .string "RIFUGIO immediatamente…$" + +JaggedPass_Text_GoWhereverYouWant: + .string "Sì, lo ammetto!\n" + .string "Sei forte!\p" + .string "Non pensare a me.\n" + .string "Vai dove vuoi!$" + +JaggedPass_Text_BoulderShakingInResponseToEmblem: + .string "Oh! Il masso si muove grazie allo\n" + .string "STEMMA MAGMA!$" + +JaggedPass_Text_JulioIntro: + .string "Wow! Che paura precipitarsi giù per la\n" + .string "montagna tutto d’un fiato!$" + +JaggedPass_Text_JulioDefeat: + .string "Sento che sto andando a pezzi…$" + +JaggedPass_Text_JulioPostBattle: + .string "Ho fatto tanti di quei salti con la\n" + .string "bicicletta che mi fa male il didietro…$" + +JaggedPass_Text_AutumnIntro: + .string "Scalo questa montagna ogni giorno.\n" + .string "Confido nella mia forza.$" + +JaggedPass_Text_AutumnDefeat: + .string "Mmm… cos’è successo?$" + +JaggedPass_Text_AutumnPostBattle: + .string "Cos’è quello strano spuntone di roccia\n" + .string "lì su?$" diff --git a/data/maps/LavaridgeTown/scripts.inc b/data/maps/LavaridgeTown/scripts.inc index 3ce226c4c1..abab3f4925 100644 --- a/data/maps/LavaridgeTown/scripts.inc +++ b/data/maps/LavaridgeTown/scripts.inc @@ -276,134 +276,14 @@ LavaridgeTown_EventScript_HerbShopSign:: msgbox LavaridgeTown_Text_HerbShopSign, MSGBOX_SIGN end -LavaridgeTown_Text_MayNiceBadgesTakeThis: - .string "MAY: {PLAYER}{KUN}! Long time no see!\p" - .string "Oh? While I visited the hot springs,\n" - .string "you got the LAVARIDGE GYM BADGE.\p" - .string "You must have collected\n" - .string "good POKéMON…\l" - .string "No, I believe you raised some.\p" - .string "I guess it would be okay for you to\n" - .string "have this.$" - -LavaridgeTown_Text_MayExplainGoGogglesChallengeDad: - .string "MAY: With those GO-GOGGLES, you'll\n" - .string "have no trouble getting through the\l" - .string "desert near ROUTE 111.\p" - .string "But, wow, {PLAYER}{KUN}…\n" - .string "Challenging GYMS…\p" - .string "You're trying hard because you don't\n" - .string "want to lose to me, I bet!\p" - .string "{PLAYER}{KUN}, I think I should challenge\n" - .string "your dad in PETALBURG GYM.\p" - .string "See you again!$" - -LavaridgeTown_Text_BrendanNiceBadgesTakeThis: - .string "BRENDAN: {PLAYER}, hey, it's been a while.\n" - .string "How's it going?\p" - .string "Hmm…\n" - .string "That's a decent collection of BADGES.\p" - .string "All right, then.\n" - .string "You may as well have this.$" - -LavaridgeTown_Text_BrendanExplainGoGogglesChallengeDad: - .string "BRENDAN: Keep those with you if you're\n" - .string "planning on going into that desert near\l" - .string "ROUTE 111.\p" - .string "There should be some POKéMON that\n" - .string "are exclusively desert-dwellers.\l" - .string "You might look around for those.\p" - .string "As for me…\n" - .string "I'm considering challenging NORMAN,\l" - .string "the GYM LEADER of PETALBURG.\p" - .string "Unlike you, {PLAYER}, your dad looks like\n" - .string "he really is tough.\p" - .string "See you around!$" - -LavaridgeTown_Text_HaveEggWillYouTakeIt: - .string "I have here an EGG.\p" - .string "I'd hoped to hatch it by covering it in\n" - .string "hot sand by the hot springs.\l" - .string "But that doesn't seem to be enough…\p" - .string "I've heard it would be best if it were\n" - .string "kept together with POKéMON and\l" - .string "carried about.\p" - .string "You are a TRAINER, yes?\n" - .string "And your POKéMON radiate vitality.\p" - .string "So, what say you?\n" - .string "Will you take this EGG to hatch?$" - -LavaridgeTown_Text_HopeYoullWalkPlentyWithEgg: - .string "Good! I hope you'll walk plenty with\n" - .string "this here EGG!$" - -LavaridgeTown_Text_ReceivedTheEgg: - .string "{PLAYER} received the EGG.$" - -LavaridgeTown_Text_NoRoomForThisEgg: - .string "Oh? You've too many POKéMON.\n" - .string "There's no room for this EGG…$" - -LavaridgeTown_Text_AsYouWishThen: - .string "As you wish, then…\p" - .string "If you have a change of heart about\n" - .string "hatching this EGG, I will be here.$" - -LavaridgeTown_Text_EverySoOftenEggFoundAtDayCare: - .string "Every so often, an EGG will be found at\n" - .string "the POKéMON DAY CARE.\p" - .string "Or at least that's how the rumor goes.$" - -LavaridgeTown_Text_HotSpringsNeverRunDry: - .string "We draw as much hot water as we need,\n" - .string "and yet the hot springs never run dry.\p" - .string "Isn't it magical?\p" - .string "These hot springs appear near active\n" - .string "volcanoes. Veins of water under the\l" - .string "ground are heated by magma to well up\l" - .string "as hot springs.$" - -LavaridgeTown_Text_PokemonNippedBackside: - .string "Being buried in this hot sand is…\n" - .string "Sigh…\p" - .string "So warm and heavenly…\p" - .string "Eh? Gyaah! Ouch!\p" - .string "A POKéMON nipped my backside!$" - -LavaridgeTown_Text_OhYouLikeHotSprings: - .string "Oh, you like hot springs, do you?\p" - .string "That's surprising for one as young\n" - .string "as you.$" - -LavaridgeTown_Text_BatheInHotSpringsEveryDay: - .string "I bathe in the hot springs every day.\p" - .string "I want to become a beautiful and strong\n" - .string "GYM LEADER like FLANNERY.$" - -LavaridgeTown_Text_IfPokemonInHotSprings: - .string "If people put POKéMON in hot springs,\n" - .string "it might be seriously strange.\p" - .string "Why, it might be an electric bath, or\n" - .string "a bubble bath, or even a lava bath…$" - -LavaridgeTown_Text_HotSpringsClaims: - .string "They're claiming that these hot springs\n" - .string "are good for calming nervous tension,\l" - .string "relieving aching muscles, solving\l" - .string "romantic problems, and attracting\l" - .string "money…$" - -LavaridgeTown_Text_TownSign: - .string "LAVARIDGE TOWN\p" - .string "“POKéMON CENTER HOT SPRINGS\n" - .string "An excellent place for relaxing!”$" - -LavaridgeTown_Text_GymSign: - .string "LAVARIDGE TOWN POKéMON GYM\n" - .string "LEADER: FLANNERY\l" - .string "“One with a fiery passion that burns!”$" - -LavaridgeTown_Text_HerbShopSign: - .string "POKéMON HERB SHOP\n" - .string "“Bitter taste--better cure!”$" - +.ifdef ENGLISH + .include "data/maps/LavaridgeTown/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LavaridgeTown/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LavaridgeTown/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LavaridgeTown/text.inc b/data/maps/LavaridgeTown/text.inc new file mode 100644 index 0000000000..56f1b1b804 --- /dev/null +++ b/data/maps/LavaridgeTown/text.inc @@ -0,0 +1,131 @@ + +LavaridgeTown_Text_MayNiceBadgesTakeThis: + .string "MAY: {PLAYER}{KUN}! Long time no see!\p" + .string "Oh? While I visited the hot springs,\n" + .string "you got the LAVARIDGE GYM BADGE.\p" + .string "You must have collected\n" + .string "good POKéMON…\l" + .string "No, I believe you raised some.\p" + .string "I guess it would be okay for you to\n" + .string "have this.$" + +LavaridgeTown_Text_MayExplainGoGogglesChallengeDad: + .string "MAY: With those GO-GOGGLES, you'll\n" + .string "have no trouble getting through the\l" + .string "desert near ROUTE 111.\p" + .string "But, wow, {PLAYER}{KUN}…\n" + .string "Challenging GYMS…\p" + .string "You're trying hard because you don't\n" + .string "want to lose to me, I bet!\p" + .string "{PLAYER}{KUN}, I think I should challenge\n" + .string "your dad in PETALBURG GYM.\p" + .string "See you again!$" + +LavaridgeTown_Text_BrendanNiceBadgesTakeThis: + .string "BRENDAN: {PLAYER}, hey, it's been a while.\n" + .string "How's it going?\p" + .string "Hmm…\n" + .string "That's a decent collection of BADGES.\p" + .string "All right, then.\n" + .string "You may as well have this.$" + +LavaridgeTown_Text_BrendanExplainGoGogglesChallengeDad: + .string "BRENDAN: Keep those with you if you're\n" + .string "planning on going into that desert near\l" + .string "ROUTE 111.\p" + .string "There should be some POKéMON that\n" + .string "are exclusively desert-dwellers.\l" + .string "You might look around for those.\p" + .string "As for me…\n" + .string "I'm considering challenging NORMAN,\l" + .string "the GYM LEADER of PETALBURG.\p" + .string "Unlike you, {PLAYER}, your dad looks like\n" + .string "he really is tough.\p" + .string "See you around!$" + +LavaridgeTown_Text_HaveEggWillYouTakeIt: + .string "I have here an EGG.\p" + .string "I'd hoped to hatch it by covering it in\n" + .string "hot sand by the hot springs.\l" + .string "But that doesn't seem to be enough…\p" + .string "I've heard it would be best if it were\n" + .string "kept together with POKéMON and\l" + .string "carried about.\p" + .string "You are a TRAINER, yes?\n" + .string "And your POKéMON radiate vitality.\p" + .string "So, what say you?\n" + .string "Will you take this EGG to hatch?$" + +LavaridgeTown_Text_HopeYoullWalkPlentyWithEgg: + .string "Good! I hope you'll walk plenty with\n" + .string "this here EGG!$" + +LavaridgeTown_Text_ReceivedTheEgg: + .string "{PLAYER} received the EGG.$" + +LavaridgeTown_Text_NoRoomForThisEgg: + .string "Oh? You've too many POKéMON.\n" + .string "There's no room for this EGG…$" + +LavaridgeTown_Text_AsYouWishThen: + .string "As you wish, then…\p" + .string "If you have a change of heart about\n" + .string "hatching this EGG, I will be here.$" + +LavaridgeTown_Text_EverySoOftenEggFoundAtDayCare: + .string "Every so often, an EGG will be found at\n" + .string "the POKéMON DAY CARE.\p" + .string "Or at least that's how the rumor goes.$" + +LavaridgeTown_Text_HotSpringsNeverRunDry: + .string "We draw as much hot water as we need,\n" + .string "and yet the hot springs never run dry.\p" + .string "Isn't it magical?\p" + .string "These hot springs appear near active\n" + .string "volcanoes. Veins of water under the\l" + .string "ground are heated by magma to well up\l" + .string "as hot springs.$" + +LavaridgeTown_Text_PokemonNippedBackside: + .string "Being buried in this hot sand is…\n" + .string "Sigh…\p" + .string "So warm and heavenly…\p" + .string "Eh? Gyaah! Ouch!\p" + .string "A POKéMON nipped my backside!$" + +LavaridgeTown_Text_OhYouLikeHotSprings: + .string "Oh, you like hot springs, do you?\p" + .string "That's surprising for one as young\n" + .string "as you.$" + +LavaridgeTown_Text_BatheInHotSpringsEveryDay: + .string "I bathe in the hot springs every day.\p" + .string "I want to become a beautiful and strong\n" + .string "GYM LEADER like FLANNERY.$" + +LavaridgeTown_Text_IfPokemonInHotSprings: + .string "If people put POKéMON in hot springs,\n" + .string "it might be seriously strange.\p" + .string "Why, it might be an electric bath, or\n" + .string "a bubble bath, or even a lava bath…$" + +LavaridgeTown_Text_HotSpringsClaims: + .string "They're claiming that these hot springs\n" + .string "are good for calming nervous tension,\l" + .string "relieving aching muscles, solving\l" + .string "romantic problems, and attracting\l" + .string "money…$" + +LavaridgeTown_Text_TownSign: + .string "LAVARIDGE TOWN\p" + .string "“POKéMON CENTER HOT SPRINGS\n" + .string "An excellent place for relaxing!”$" + +LavaridgeTown_Text_GymSign: + .string "LAVARIDGE TOWN POKéMON GYM\n" + .string "LEADER: FLANNERY\l" + .string "“One with a fiery passion that burns!”$" + +LavaridgeTown_Text_HerbShopSign: + .string "POKéMON HERB SHOP\n" + .string "“Bitter taste--better cure!”$" diff --git a/data/maps/LavaridgeTown/text_fr.inc b/data/maps/LavaridgeTown/text_fr.inc new file mode 100644 index 0000000000..290dccea29 --- /dev/null +++ b/data/maps/LavaridgeTown/text_fr.inc @@ -0,0 +1,134 @@ + +LavaridgeTown_Text_MayNiceBadgesTakeThis: + .string "FLORA: {PLAYER}{KUN}! Ça faisait un bail!\p" + .string "Oh? Tu as eu le BADGE de VERMILAVA\n" + .string "pendant que j’étais aux sources.\p" + .string "Tu as dû attraper pas mal de POKéMON…\n" + .string "Enfin, je devrais plutôt dire “dresser”\l" + .string "pas mal de POKéMON.\p" + .string "Je pense que ce serait bien pour toi\n" + .string "d’avoir ça.$" + +LavaridgeTown_Text_MayExplainGoGogglesChallengeDad: + .string "FLORA: Avec ces LUNET. SABLE,\n" + .string "tu pourras sans problème traverser le\l" + .string "désert près de la ROUTE 111.\p" + .string "Mais, waouh, {PLAYER}{KUN}…\n" + .string "Te battre dans les ARENES…\p" + .string "Tu t’entraînes dur car je parie que tu\n" + .string "ne veux pas perdre contre moi!\p" + .string "{PLAYER}{KUN}, je crois que je devrais défier\n" + .string "ton père à l’ARENE de CLEMENTI-VILLE.\p" + .string "A une prochaine fois, {PLAYER}{KUN}!$" + +LavaridgeTown_Text_BrendanNiceBadgesTakeThis: + .string "BRICE: Hé, {PLAYER}, ça fait un bail.\n" + .string "Comment ça va?\p" + .string "Hum…\n" + .string "Voilà une collection de BADGES\l" + .string "plutôt honnête.\p" + .string "Bon, très bien.\n" + .string "Tu peux aussi prendre ça.$" + +LavaridgeTown_Text_BrendanExplainGoGogglesChallengeDad: + .string "BRICE: Prends-les avec toi si tu\n" + .string "comptes aller dans ce désert, près de\l" + .string "la ROUTE 111.\p" + .string "Il devrait y avoir des POKéMON que tu\n" + .string "ne peux affronter que dans le désert.\l" + .string "Regarde autour de toi pour les trouver.\p" + .string "En ce qui me concerne…\n" + .string "J’envisage de défier NORMAN, le\l" + .string "CHAMPION D’ARENE de CLEMENTI-VILLE.\p" + .string "Contrairement à toi, {PLAYER}, ton père\n" + .string "semble être très fort.\p" + .string "A plus tard!$" + +LavaridgeTown_Text_HaveEggWillYouTakeIt: + .string "J’ai un OEUF ici.\p" + .string "J’espérais le faire éclore dans le\n" + .string "sable chaud, près des sources chaudes.\p" + .string "Mais ça n’a pas l’air de suffire…\p" + .string "J’ai entendu dire qu’il valait mieux qu’il\n" + .string "reste avec d’autres POKéMON, dans\l" + .string "une équipe.\p" + .string "Tu es DRESSEUR, n’est-ce pas?\n" + .string "Et tes POKéMON dégagent de la vitalité.\p" + .string "Alors, qu’est-ce que t’en dis?\n" + .string "Tu veux bien ajouter cet OEUF\l" + .string "à ton équipe pour le faire éclore?$" + +LavaridgeTown_Text_HopeYoullWalkPlentyWithEgg: + .string "Bien! J’espère que cet OEUF ne va pas\n" + .string "vous ralentir!$" + +LavaridgeTown_Text_ReceivedTheEgg: + .string "{PLAYER} reçoit l’OEUF.$" + +LavaridgeTown_Text_NoRoomForThisEgg: + .string "Oh? Tu as trop de POKéMON.\n" + .string "Il n’y a plus de place pour cet OEUF…$" + +LavaridgeTown_Text_AsYouWishThen: + .string "Bon, comme tu veux…\p" + .string "Si tu changes d’avis et que tu décides\n" + .string "de faire éclore cet OEUF, je serai là.$" + +LavaridgeTown_Text_EverySoOftenEggFoundAtDayCare: + .string "Parfois, on trouve des OEUFS\n" + .string "à la PENSION POKéMON.\p" + .string "En tout cas, c’est ce qu’il paraît.$" + +LavaridgeTown_Text_HotSpringsNeverRunDry: + .string "On prend toute notre eau chaude aux\n" + .string "sources, mais elles ne s’assèchent pas.\p" + .string "N’est-ce pas magique?\p" + .string "Les sources chaudes se forment près\n" + .string "des volcans actifs. Des filets d’eau,\l" + .string "chauffés par le magma, jaillissent de\l" + .string "la terre sous forme de sources chaudes.$" + +LavaridgeTown_Text_PokemonNippedBackside: + .string "Etre enseveli dans ce sable chaud…\n" + .string "Ahhhh…\p" + .string "Si chaud et divin…\p" + .string "Eh? Aaaaah! Ouille!\p" + .string "Un POKéMON m’a pincé le dos!$" + +LavaridgeTown_Text_OhYouLikeHotSprings: + .string "Oh, tu aimes les sources chaudes,\n" + .string "n’est-ce pas?\p" + .string "C’est surprenant pour quelqu’un d’aussi\n" + .string "jeune que toi.$" + +LavaridgeTown_Text_BatheInHotSpringsEveryDay: + .string "Je me baigne chaque jour dans les\n" + .string "sources chaudes.\p" + .string "Je veux être DRESSEUR comme\n" + .string "ADRIANE, et aussi belle et forte qu’elle.$" + +LavaridgeTown_Text_IfPokemonInHotSprings: + .string "Si on mettait des POKéMON dans les\n" + .string "sources, ça pourrait être très étrange.\p" + .string "Ça pourrait être un bain électrique, un\n" + .string "bain de bulles ou même un bain de lave…$" + +LavaridgeTown_Text_HotSpringsClaims: + .string "Ils affirment que ces sources chaudes\n" + .string "calment la nervosité, soulagent les\l" + .string "douleurs musculaires, peuvent résoudre\l" + .string "les soucis de cœur et attirent l’argent.$" + +LavaridgeTown_Text_TownSign: + .string "VERMILAVA\p" + .string "“CENTRE POKéMON des SOURCES\n" + .string "CHAUDES. Détente garantie!”$" + +LavaridgeTown_Text_GymSign: + .string "ARENE POKéMON de VERMILAVA\n" + .string "CHAMPION: ADRIANE\l" + .string "“Ici brûle le feu de la passion!”$" + +LavaridgeTown_Text_HerbShopSign: + .string "HERBORISTERIE POKéMON\n" + .string "“Plus c’est amer et plus c’est sain!”$" diff --git a/data/maps/LavaridgeTown/text_it.inc b/data/maps/LavaridgeTown/text_it.inc new file mode 100644 index 0000000000..206a4a07b4 --- /dev/null +++ b/data/maps/LavaridgeTown/text_it.inc @@ -0,0 +1,130 @@ + +LavaridgeTown_Text_MayNiceBadgesTakeThis: + .string "VERA: {PLAYER}{KUN}! Quanto tempo!\p" + .string "Come? Mentre io ero alle sorgenti\n" + .string "termali, tu hai vinto la MEDAGLIA di \l" + .string "CUORDILAVA?!\p" + .string "Devi aver catturato un bel gruppetto\n" + .string "di POKéMON o, quantomeno,\l" + .string "ci hai dato dentro con l’allenamento!\p" + .string "Perché non prendi questo?$" + +LavaridgeTown_Text_MayExplainGoGogglesChallengeDad: + .string "VERA: Con questi OCCHIALONI,\n" + .string "non avrai problemi ad attraversare\l" + .string "il deserto vicino al PERCORSO 111.\p" + .string "Ma, wow, {PLAYER}{KUN}… sfidare\n" + .string "le PALESTRE…\p" + .string "Ti dai così da fare perché non vuoi\n" + .string "perdere contro di me, scommetto!\p" + .string "{PLAYER}{KUN}, vorrei sfidare tuo padre\n" + .string "alla PALESTRA di PETALIPOLI.\p" + .string "A presto!$" + +LavaridgeTown_Text_BrendanNiceBadgesTakeThis: + .string "BRENDON: {PLAYER}, è da un pezzo che\n" + .string "non ci vediamo. Come stai?\p" + .string "Uhm… non male la tua collezione\n" + .string "di MEDAGLIE.\p" + .string "Bene, allora prendi questo.$" + +LavaridgeTown_Text_BrendanExplainGoGogglesChallengeDad: + .string "BRENDON: Tienili con te se intendi\n" + .string "attraversare quel deserto vicino al\l" + .string "PERCORSO 111.\p" + .string "Là dovresti trovare dei POKéMON che\n" + .string "vivono esclusivamente nel deserto.\l" + .string "Perché non li cerchi?\p" + .string "Per quanto riguarda me, pensavo di\n" + .string "sfidare NORMAN, il CAPOPALESTRA\l" + .string "di PETALIPOLI.\p" + .string "Tuo padre sembra proprio molto forte,\n" + .string "a differenza di te, {PLAYER}.\p" + .string "Ci vediamo!$" + +LavaridgeTown_Text_HaveEggWillYouTakeIt: + .string "Ho un UOVO.\p" + .string "Pensavo si sarebbe schiuso mettendolo\n" + .string "sotto la sabbia calda delle sorgenti\l" + .string "termali, ma sembra non funzionare.\p" + .string "Ho sentito dire che è meglio tenerlo\n" + .string "insieme ai POKéMON e portarlo in giro.\p" + .string "Tu sei un ALLENATORE, vero?\n" + .string "E i tuoi POKéMON irradiano vitalità!\p" + .string "Allora, che ne dici? Ti va di prendere\n" + .string "quest’UOVO per farlo schiudere?$" + +LavaridgeTown_Text_HopeYoullWalkPlentyWithEgg: + .string "Bene! Spero che te ne andrai a lungo\n" + .string "in giro con quest’UOVO!$" + +LavaridgeTown_Text_ReceivedTheEgg: + .string "{PLAYER} riceve l’UOVO.$" + +LavaridgeTown_Text_NoRoomForThisEgg: + .string "Peccato! Hai già troppi POKéMON.\n" + .string "Non c’è spazio per l’UOVO…$" + +LavaridgeTown_Text_AsYouWishThen: + .string "Come vuoi tu…\p" + .string "Se cambi idea a proposito dell’UOVO,\n" + .string "io sarò qui per dartelo.$" + +LavaridgeTown_Text_EverySoOftenEggFoundAtDayCare: + .string "Di tanto in tanto, si può trovare un\n" + .string "UOVO anche alla PENSIONE POKéMON.\p" + .string "Almeno così ho sentito dire.$" + +LavaridgeTown_Text_HotSpringsNeverRunDry: + .string "Prendiamo tantissima acqua calda dalle\n" + .string "sorgenti, ma non si esauriscono mai!\p" + .string "Non ti sembra una cosa magica?\p" + .string "Queste sorgenti si formano vicino ai\n" + .string "vulcani attivi. L’acqua nel sottosuolo\l" + .string "viene riscaldata dal magma e poi sgorga\l" + .string "per dar vita alle sorgenti termali.$" + +LavaridgeTown_Text_PokemonNippedBackside: + .string "Starsene sotto questa sabbia bollente\n" + .string "è…\p" + .string "così caldo e divino…\p" + .string "Cos’è? Ahi!\p" + .string "Un POKéMON mi ha morso qua dietro!$" + +LavaridgeTown_Text_OhYouLikeHotSprings: + .string "Ti piacciono le sorgenti termali, vero?\p" + .string "Strano che una persona giovane come\n" + .string "te le apprezzi.$" + +LavaridgeTown_Text_BatheInHotSpringsEveryDay: + .string "Faccio il bagno nelle sorgenti termali\n" + .string "ogni giorno.\p" + .string "Vorrei diventare un CAPOPALESTRA\n" + .string "in forma come FIAMMETTA.$" + +LavaridgeTown_Text_IfPokemonInHotSprings: + .string "Se metti un POKéMON in una sorgente \n" + .string "termale chissà cosa accade.\p" + .string "Forse si trasforma in un bagno\n" + .string "elettrico, di schiuma o persino di lava!$" + +LavaridgeTown_Text_HotSpringsClaims: + .string "Dicono che queste sorgenti termali\n" + .string "facciano bene per la tensione nervosa,\l" + .string "i dolori muscolari, per risolvere\l" + .string "problemi d’amore e che facciano\l" + .string "guadagnare soldi…$" + +LavaridgeTown_Text_TownSign: + .string "CUORDILAVA\p" + .string "“SORGENTI TERMALI del CENTRO POKéMON:\n" + .string "il luogo ideale per rilassarsi!”.$" + +LavaridgeTown_Text_GymSign: + .string "PALESTRA POKéMON di CUORDILAVA\n" + .string "CAPOPALESTRA: FIAMMETTA\l" + .string "“Una passione che brucia!”.$" + +LavaridgeTown_Text_HerbShopSign: + .string "ERBORISTERIA POKéMON\n" + .string "“Erba amara, erba sana!”.$" diff --git a/data/maps/LavaridgeTown_Gym_1F/scripts.inc b/data/maps/LavaridgeTown_Gym_1F/scripts.inc index 530d6e9598..b0d3c19614 100644 --- a/data/maps/LavaridgeTown_Gym_1F/scripts.inc +++ b/data/maps/LavaridgeTown_Gym_1F/scripts.inc @@ -185,220 +185,14 @@ LavaridgeTown_Gym_1F_EventScript_GymStatue:: releaseall end -LavaridgeTown_Gym_1F_Text_GymGuideAdvice: - .string "Hey, how's it going, CHAMPION-\n" - .string "bound {PLAYER}?\p" - .string "LAVARIDGE's GYM LEADER FLANNERY\n" - .string "uses FIRE-type POKéMON.\p" - .string "Her passion for POKéMON burns stronger\n" - .string "and hotter than a volcano.\p" - .string "Don't get too close to her--you'll burn!\n" - .string "Hose her down with water and then\l" - .string "go for it!$" - -LavaridgeTown_Gym_1F_Text_GymGuidePostVictory: - .string "Yow! That was a scorching-hot battle!$" - -LavaridgeTown_Gym_1F_Text_ColeIntro: - .string "Owowowowow!\n" - .string "Yikes, it's hot!$" - -LavaridgeTown_Gym_1F_Text_ColeDefeat: - .string "I'm blinded by sweat in my eyes…$" - -LavaridgeTown_Gym_1F_Text_ColePostBattle: - .string "Being buried in hot sand promotes\n" - .string "circulation.\p" - .string "It's effective for healing pain in\n" - .string "your joints.$" - -LavaridgeTown_Gym_1F_Text_AxleIntro: - .string "I'm trying to relieve my stress.\n" - .string "Don't come along and stress me out!$" - -LavaridgeTown_Gym_1F_Text_AxleDefeat: - .string "I hope FLANNERY flames you good!$" - -LavaridgeTown_Gym_1F_Text_AxlePostBattle: - .string "Haaah… Whew…\p" - .string "If you spend too much time buried in\n" - .string "hot sand, it tuckers you out…$" - -LavaridgeTown_Gym_B1F_Text_KeeganIntro: - .string "You must be getting tired by now.\n" - .string "You'd like to rest in the hot sand,\l" - .string "wouldn't you?\p" - .string "But you should know that maintaining\n" - .string "your willpower is an important ability\l" - .string "for all TRAINERS.$" - -LavaridgeTown_Gym_B1F_Text_KeeganDefeat: - .string "Play with fire, and be burned…$" - -LavaridgeTown_Gym_B1F_Text_KeeganPostBattle: - .string "Your skill is real…\n" - .string "But our LEADER FLANNERY is strong.\p" - .string "If you don't watch yourself, you'll be\n" - .string "burned seriously.$" - -LavaridgeTown_Gym_1F_Text_GeraldIntro: - .string "Can your POKéMON withstand\n" - .string "392-degree heat?$" - -LavaridgeTown_Gym_1F_Text_GeraldDefeat: - .string "It didn't burn hotly enough…$" - -LavaridgeTown_Gym_1F_Text_GeraldPostBattle: - .string "The temperature of magma is\n" - .string "392 degrees.\p" - .string "Your POKéMON beat me, so they should\n" - .string "easily survive in magma.$" - -LavaridgeTown_Gym_1F_Text_DanielleIntro: - .string "Um…\n" - .string "Okay, I'll battle with you.$" - -LavaridgeTown_Gym_1F_Text_DanielleDefeat: - .string "Oh, but you're too strong.$" - -LavaridgeTown_Gym_1F_Text_DaniellePostBattle: - .string "I'm going to be a pretty and strong\n" - .string "TRAINER just like FLANNERY.$" - -LavaridgeTown_Gym_B1F_Text_JaceIntro: - .string "Come on, get with it!\n" - .string "Let's go before my feelings cool!$" - -LavaridgeTown_Gym_B1F_Text_JaceDefeat: - .string "It's so hot, and yet my heart is\n" - .string "clutched by ice…$" - -LavaridgeTown_Gym_B1F_Text_JacePostBattle: - .string "The way the battling spirit burns\n" - .string "within you, you may stand a chance\l" - .string "against our LEADER.$" - -LavaridgeTown_Gym_B1F_Text_JeffIntro: - .string "See how the flames blaze wildly?\n" - .string "They flare in anticipation of my win!$" - -LavaridgeTown_Gym_B1F_Text_JeffDefeat: - .string "Something didn't go right.$" - -LavaridgeTown_Gym_B1F_Text_JeffPostBattle: - .string "Well, so what? I say so what?\n" - .string "I can walk on hot coals barefoot!\p" - .string "…Don't even think about trying it!$" - -LavaridgeTown_Gym_B1F_Text_EliIntro: - .string "As much as I love mountains,\n" - .string "I especially love volcanoes.$" - -LavaridgeTown_Gym_B1F_Text_EliDefeat: - .string "Well, it seems to me I lost without\n" - .string "ever being in control.$" - -LavaridgeTown_Gym_B1F_Text_EliPostBattle: - .string "I stay here because I became a fan\n" - .string "of FLANNERY's power.\p" - .string "Hehehehe.$" - -LavaridgeTown_Gym_1F_Text_FlanneryIntro: - .string "Welcome… No, wait.\p" - .string "Puny TRAINER, how good to see you've\n" - .string "made it here!\p" - .string "I have been entrusted with the…\n" - .string "No, wait.\p" - .string "I am FLANNERY, and I'm the GYM\n" - .string "LEADER here!\p" - .string "Uh…\n" - .string "Dare not underestimate me, though\l" - .string "I have been LEADER only a short time!\p" - .string "With skills inherited from my grand-\n" - .string "father, I shall, uh…demonstrate the\l" - .string "hot moves we have honed on this land!$" - -LavaridgeTown_Gym_1F_Text_FlanneryDefeat: - .string "Oh…\n" - .string "I guess I was trying too hard…\p" - .string "I… I've only recently become\n" - .string "a GYM LEADER.\p" - .string "I tried too hard to be someone\n" - .string "I'm not.\p" - .string "I have to do things my natural way. If\n" - .string "I don't, my POKéMON will be confused.\p" - .string "Thanks for teaching me that.\n" - .string "For that, you deserve this.$" - -LavaridgeTown_Gym_1F_Text_ReceivedHeatBadge: - .string "{PLAYER} received the HEAT BADGE\n" - .string "from FLANNERY.$" - -LavaridgeTown_Gym_1F_Text_ExplainHeatBadgeTakeThis: - .string "If you have a HEAT BADGE, all POKéMON\n" - .string "up to Level 50, even those you get in\l" - .string "trades from other people, will obey\l" - .string "you completely.\p" - .string "And, it lets POKéMON use the HM move\n" - .string "STRENGTH outside of battle.\p" - .string "This is a token of my appreciation.\n" - .string "Don't be shy about taking it!$" - -LavaridgeTown_Gym_1F_Text_ExplainOverheat: - .string "That TM50 contains OVERHEAT.\p" - .string "That move inflicts serious damage on\n" - .string "the opponent.\p" - .string "But it also sharply cuts the SP. ATK\n" - .string "of the POKéMON using it. It might not\l" - .string "be suitable for longer battles.$" - -LavaridgeTown_Gym_1F_Text_RegisteredFlannery: - .string "Registered GYM LEADER FLANNERY\n" - .string "in the POKéNAV.$" - -LavaridgeTown_Gym_1F_Text_FlanneryPostBattle: - .string "Your power reminds me of someone…\p" - .string "Oh! I know! You battle like NORMAN,\n" - .string "the GYM LEADER of PETALBURG.$" - -LavaridgeTown_Gym_1F_Text_GymStatue: - .string "LAVARIDGE TOWN POKéMON GYM$" - -LavaridgeTown_Gym_1F_Text_GymStatueCertified: - .string "LAVARIDGE TOWN POKéMON GYM\p" - .string "FLANNERY'S CERTIFIED TRAINERS:\n" - .string "{PLAYER}$" - -LavaridgeTown_Gym_1F_Text_FlanneryPreRematch: - .string "FLANNERY: Losing a battle isn't going\n" - .string "to deflate me.\p" - .string "I love POKéMON.\n" - .string "I love to battle.\l" - .string "And… I love this GYM!\p" - .string "Let's exchange superhot moves\n" - .string "in another battle!$" - -LavaridgeTown_Gym_1F_Text_FlanneryRematchDefeat: - .string "Whew!\n" - .string "On the verge of eruption!$" - -LavaridgeTown_Gym_1F_Text_FlanneryPostRematch: - .string "FLANNERY: I lost the match,\n" - .string "but I'm completely satisfied.\p" - .string "It's not often I get to enjoy a battle\n" - .string "this heated.\p" - .string "Let's have another one like this\n" - .string "again sometime!$" - -LavaridgeTown_Gym_1F_Text_FlanneryRematchNeedTwoMons: - .string "FLANNERY: Losing a battle isn't going\n" - .string "to deflate me.\p" - .string "I love POKéMON.\n" - .string "I love to battle.\l" - .string "And… I love this GYM!\p" - .string "Let's exchange superhot moves\n" - .string "in another battle!\p" - .string "Oh, wait. Do you only have one POKéMON\n" - .string "that can battle?\p" - .string "I hate to say this, but when you come\n" - .string "see me, bring at least two POKéMON.$" +.ifdef ENGLISH + .include "data/maps/LavaridgeTown_Gym_1F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LavaridgeTown_Gym_1F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LavaridgeTown_Gym_1F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LavaridgeTown_Gym_1F/text.inc b/data/maps/LavaridgeTown_Gym_1F/text.inc new file mode 100644 index 0000000000..acde943e3a --- /dev/null +++ b/data/maps/LavaridgeTown_Gym_1F/text.inc @@ -0,0 +1,218 @@ + +LavaridgeTown_Gym_1F_Text_GymGuideAdvice: + .string "Hey, how's it going, CHAMPION-\n" + .string "bound {PLAYER}?\p" + .string "LAVARIDGE's GYM LEADER FLANNERY\n" + .string "uses FIRE-type POKéMON.\p" + .string "Her passion for POKéMON burns stronger\n" + .string "and hotter than a volcano.\p" + .string "Don't get too close to her--you'll burn!\n" + .string "Hose her down with water and then\l" + .string "go for it!$" + +LavaridgeTown_Gym_1F_Text_GymGuidePostVictory: + .string "Yow! That was a scorching-hot battle!$" + +LavaridgeTown_Gym_1F_Text_ColeIntro: + .string "Owowowowow!\n" + .string "Yikes, it's hot!$" + +LavaridgeTown_Gym_1F_Text_ColeDefeat: + .string "I'm blinded by sweat in my eyes…$" + +LavaridgeTown_Gym_1F_Text_ColePostBattle: + .string "Being buried in hot sand promotes\n" + .string "circulation.\p" + .string "It's effective for healing pain in\n" + .string "your joints.$" + +LavaridgeTown_Gym_1F_Text_AxleIntro: + .string "I'm trying to relieve my stress.\n" + .string "Don't come along and stress me out!$" + +LavaridgeTown_Gym_1F_Text_AxleDefeat: + .string "I hope FLANNERY flames you good!$" + +LavaridgeTown_Gym_1F_Text_AxlePostBattle: + .string "Haaah… Whew…\p" + .string "If you spend too much time buried in\n" + .string "hot sand, it tuckers you out…$" + +LavaridgeTown_Gym_B1F_Text_KeeganIntro: + .string "You must be getting tired by now.\n" + .string "You'd like to rest in the hot sand,\l" + .string "wouldn't you?\p" + .string "But you should know that maintaining\n" + .string "your willpower is an important ability\l" + .string "for all TRAINERS.$" + +LavaridgeTown_Gym_B1F_Text_KeeganDefeat: + .string "Play with fire, and be burned…$" + +LavaridgeTown_Gym_B1F_Text_KeeganPostBattle: + .string "Your skill is real…\n" + .string "But our LEADER FLANNERY is strong.\p" + .string "If you don't watch yourself, you'll be\n" + .string "burned seriously.$" + +LavaridgeTown_Gym_1F_Text_GeraldIntro: + .string "Can your POKéMON withstand\n" + .string "392-degree heat?$" + +LavaridgeTown_Gym_1F_Text_GeraldDefeat: + .string "It didn't burn hotly enough…$" + +LavaridgeTown_Gym_1F_Text_GeraldPostBattle: + .string "The temperature of magma is\n" + .string "392 degrees.\p" + .string "Your POKéMON beat me, so they should\n" + .string "easily survive in magma.$" + +LavaridgeTown_Gym_1F_Text_DanielleIntro: + .string "Um…\n" + .string "Okay, I'll battle with you.$" + +LavaridgeTown_Gym_1F_Text_DanielleDefeat: + .string "Oh, but you're too strong.$" + +LavaridgeTown_Gym_1F_Text_DaniellePostBattle: + .string "I'm going to be a pretty and strong\n" + .string "TRAINER just like FLANNERY.$" + +LavaridgeTown_Gym_B1F_Text_JaceIntro: + .string "Come on, get with it!\n" + .string "Let's go before my feelings cool!$" + +LavaridgeTown_Gym_B1F_Text_JaceDefeat: + .string "It's so hot, and yet my heart is\n" + .string "clutched by ice…$" + +LavaridgeTown_Gym_B1F_Text_JacePostBattle: + .string "The way the battling spirit burns\n" + .string "within you, you may stand a chance\l" + .string "against our LEADER.$" + +LavaridgeTown_Gym_B1F_Text_JeffIntro: + .string "See how the flames blaze wildly?\n" + .string "They flare in anticipation of my win!$" + +LavaridgeTown_Gym_B1F_Text_JeffDefeat: + .string "Something didn't go right.$" + +LavaridgeTown_Gym_B1F_Text_JeffPostBattle: + .string "Well, so what? I say so what?\n" + .string "I can walk on hot coals barefoot!\p" + .string "…Don't even think about trying it!$" + +LavaridgeTown_Gym_B1F_Text_EliIntro: + .string "As much as I love mountains,\n" + .string "I especially love volcanoes.$" + +LavaridgeTown_Gym_B1F_Text_EliDefeat: + .string "Well, it seems to me I lost without\n" + .string "ever being in control.$" + +LavaridgeTown_Gym_B1F_Text_EliPostBattle: + .string "I stay here because I became a fan\n" + .string "of FLANNERY's power.\p" + .string "Hehehehe.$" + +LavaridgeTown_Gym_1F_Text_FlanneryIntro: + .string "Welcome… No, wait.\p" + .string "Puny TRAINER, how good to see you've\n" + .string "made it here!\p" + .string "I have been entrusted with the…\n" + .string "No, wait.\p" + .string "I am FLANNERY, and I'm the GYM\n" + .string "LEADER here!\p" + .string "Uh…\n" + .string "Dare not underestimate me, though\l" + .string "I have been LEADER only a short time!\p" + .string "With skills inherited from my grand-\n" + .string "father, I shall, uh…demonstrate the\l" + .string "hot moves we have honed on this land!$" + +LavaridgeTown_Gym_1F_Text_FlanneryDefeat: + .string "Oh…\n" + .string "I guess I was trying too hard…\p" + .string "I… I've only recently become\n" + .string "a GYM LEADER.\p" + .string "I tried too hard to be someone\n" + .string "I'm not.\p" + .string "I have to do things my natural way. If\n" + .string "I don't, my POKéMON will be confused.\p" + .string "Thanks for teaching me that.\n" + .string "For that, you deserve this.$" + +LavaridgeTown_Gym_1F_Text_ReceivedHeatBadge: + .string "{PLAYER} received the HEAT BADGE\n" + .string "from FLANNERY.$" + +LavaridgeTown_Gym_1F_Text_ExplainHeatBadgeTakeThis: + .string "If you have a HEAT BADGE, all POKéMON\n" + .string "up to Level 50, even those you get in\l" + .string "trades from other people, will obey\l" + .string "you completely.\p" + .string "And, it lets POKéMON use the HM move\n" + .string "STRENGTH outside of battle.\p" + .string "This is a token of my appreciation.\n" + .string "Don't be shy about taking it!$" + +LavaridgeTown_Gym_1F_Text_ExplainOverheat: + .string "That TM50 contains OVERHEAT.\p" + .string "That move inflicts serious damage on\n" + .string "the opponent.\p" + .string "But it also sharply cuts the SP. ATK\n" + .string "of the POKéMON using it. It might not\l" + .string "be suitable for longer battles.$" + +LavaridgeTown_Gym_1F_Text_RegisteredFlannery: + .string "Registered GYM LEADER FLANNERY\n" + .string "in the POKéNAV.$" + +LavaridgeTown_Gym_1F_Text_FlanneryPostBattle: + .string "Your power reminds me of someone…\p" + .string "Oh! I know! You battle like NORMAN,\n" + .string "the GYM LEADER of PETALBURG.$" + +LavaridgeTown_Gym_1F_Text_GymStatue: + .string "LAVARIDGE TOWN POKéMON GYM$" + +LavaridgeTown_Gym_1F_Text_GymStatueCertified: + .string "LAVARIDGE TOWN POKéMON GYM\p" + .string "FLANNERY'S CERTIFIED TRAINERS:\n" + .string "{PLAYER}$" + +LavaridgeTown_Gym_1F_Text_FlanneryPreRematch: + .string "FLANNERY: Losing a battle isn't going\n" + .string "to deflate me.\p" + .string "I love POKéMON.\n" + .string "I love to battle.\l" + .string "And… I love this GYM!\p" + .string "Let's exchange superhot moves\n" + .string "in another battle!$" + +LavaridgeTown_Gym_1F_Text_FlanneryRematchDefeat: + .string "Whew!\n" + .string "On the verge of eruption!$" + +LavaridgeTown_Gym_1F_Text_FlanneryPostRematch: + .string "FLANNERY: I lost the match,\n" + .string "but I'm completely satisfied.\p" + .string "It's not often I get to enjoy a battle\n" + .string "this heated.\p" + .string "Let's have another one like this\n" + .string "again sometime!$" + +LavaridgeTown_Gym_1F_Text_FlanneryRematchNeedTwoMons: + .string "FLANNERY: Losing a battle isn't going\n" + .string "to deflate me.\p" + .string "I love POKéMON.\n" + .string "I love to battle.\l" + .string "And… I love this GYM!\p" + .string "Let's exchange superhot moves\n" + .string "in another battle!\p" + .string "Oh, wait. Do you only have one POKéMON\n" + .string "that can battle?\p" + .string "I hate to say this, but when you come\n" + .string "see me, bring at least two POKéMON.$" diff --git a/data/maps/LavaridgeTown_Gym_1F/text_fr.inc b/data/maps/LavaridgeTown_Gym_1F/text_fr.inc new file mode 100644 index 0000000000..f239b01778 --- /dev/null +++ b/data/maps/LavaridgeTown_Gym_1F/text_fr.inc @@ -0,0 +1,221 @@ + +LavaridgeTown_Gym_1F_Text_GymGuideAdvice: + .string "Hé, comment ça va, futur MAITRE\n" + .string "{PLAYER}?\p" + .string "ADRIANE, CHAMPION D’ARENE de\n" + .string "VERMILAVA, utilise des POKéMON FEU.\p" + .string "Sa passion des POKéMON est plus\n" + .string "ardente qu’un volcan.\p" + .string "Ne t’approche pas trop, tu pourrais\n" + .string "te brûler! Arrose-la avec de l’eau et\l" + .string "attaque-la sans pitié!$" + +LavaridgeTown_Gym_1F_Text_GymGuidePostVictory: + .string "Eh ben! Quelle bataille flamboyante!$" + +LavaridgeTown_Gym_1F_Text_ColeIntro: + .string "Ouille ouille ouille!\n" + .string "Bon sang, c’est brûlant!$" + +LavaridgeTown_Gym_1F_Text_ColeDefeat: + .string "J’ai été aveuglé par la sueur qui me\n" + .string "coulait dans les yeux…$" + +LavaridgeTown_Gym_1F_Text_ColePostBattle: + .string "S’enterrer dans le sable chaud est\n" + .string "excellent pour la circulation sanguine.\p" + .string "C’est très efficace contre les\n" + .string "rhumatismes.$" + +LavaridgeTown_Gym_1F_Text_AxleIntro: + .string "J’essaie de libérer mon stress. J’espère\n" + .string "que tu ne viens pas pour m’énerver!$" + +LavaridgeTown_Gym_1F_Text_AxleDefeat: + .string "J’espère qu’ADRIANE va te rôtir!$" + +LavaridgeTown_Gym_1F_Text_AxlePostBattle: + .string "Haaah… Pffiou…\p" + .string "C’est étouffant de rester trop\n" + .string "longtemps dans le sable chaud…$" + +LavaridgeTown_Gym_B1F_Text_KeeganIntro: + .string "Tu commences à fatiguer.\n" + .string "Tu préfèrerais sûrement te reposer\l" + .string "dans le sable chaud, n’est-ce pas?\p" + .string "Mais tu sais sans doute qu’en tant\n" + .string "que DRESSEUR, tu dois garder une\l" + .string "volonté à toute épreuve.$" + +LavaridgeTown_Gym_B1F_Text_KeeganDefeat: + .string "Quand on joue avec le feu, on se brûle…$" + +LavaridgeTown_Gym_B1F_Text_KeeganPostBattle: + .string "Tu as vraiment du talent…\n" + .string "Mais ADRIANE, notre CHAMPION,\l" + .string "en a encore plus.\p" + .string "Si tu ne fais pas attention, tu vas\n" + .string "sérieusement te brûler.$" + +LavaridgeTown_Gym_1F_Text_GeraldIntro: + .string "Est-ce que tes POKéMON peuvent\n" + .string "supporter une chaleur de 200 degrés?$" + +LavaridgeTown_Gym_1F_Text_GeraldDefeat: + .string "Ça ne devait pas être assez chaud…$" + +LavaridgeTown_Gym_1F_Text_GeraldPostBattle: + .string "La température du magma est de\n" + .string "200 degrés.\p" + .string "Tes POKéMON m’ont battu, donc ils\n" + .string "devraient survivre dans du magma.$" + +LavaridgeTown_Gym_1F_Text_DanielleIntro: + .string "Mmmh…\n" + .string "D’accord, je vais me battre contre toi.$" + +LavaridgeTown_Gym_1F_Text_DanielleDefeat: + .string "Ouille, quelle puissance!$" + +LavaridgeTown_Gym_1F_Text_DaniellePostBattle: + .string "En tant que DRESSEUR, je vais devenir\n" + .string "jolie et puissante, comme ADRIANE.$" + +LavaridgeTown_Gym_B1F_Text_JaceIntro: + .string "Allez, battons-nous!\n" + .string "Je suis chaud!$" + +LavaridgeTown_Gym_B1F_Text_JaceDefeat: + .string "Malgré la chaleur, j’ai encore trop\n" + .string "froid aux yeux…$" + +LavaridgeTown_Gym_B1F_Text_JacePostBattle: + .string "Le combat brûle dans tes veines.\n" + .string "Tu devrais avoir tes chances face à\l" + .string "notre CHAMPION.$" + +LavaridgeTown_Gym_B1F_Text_JeffIntro: + .string "Tu vois cette flamme dans mon regard?\n" + .string "C’est la flamme de la victoire!$" + +LavaridgeTown_Gym_B1F_Text_JeffDefeat: + .string "Quelque chose m’a échappé.$" + +LavaridgeTown_Gym_B1F_Text_JeffPostBattle: + .string "Bon, et alors? Je sais marcher sur\n" + .string "du charbon ardent, moi d’abord!\p" + .string "Mais je ne te conseille pas d’essayer!$" + +LavaridgeTown_Gym_B1F_Text_EliIntro: + .string "J’aime les montagnes, donc j’aime\n" + .string "aussi les volcans.$" + +LavaridgeTown_Gym_B1F_Text_EliDefeat: + .string "J’ai perdu complètement le contrôle\n" + .string "de la situation.$" + +LavaridgeTown_Gym_B1F_Text_EliPostBattle: + .string "Je reste ici car je suis un fan\n" + .string "d’ADRIANE. Quel regard de braise!\p" + .string "Hé, hé, hé.$" + +LavaridgeTown_Gym_1F_Text_FlanneryIntro: + .string "Bienvenue… Heu, non, attends.\p" + .string "Misérable DRESSEUR, je suis contente de\n" + .string "voir que tu as réussi à arriver ici!\p" + .string "Par les pouvoirs qui me sont conférés…\n" + .string "Heu, non, attends.\p" + .string "Je m’appelle ADRIANE et je suis le\n" + .string "CHAMPION de cette ARENE!\p" + .string "Heu…\n" + .string "Je ne suis pas CHAMPION depuis très\l" + .string "longtemps, mais ne me sous-estime pas!\p" + .string "Grâce aux techniques de mon\n" + .string "grand-père, je vais te prouver, heu…\l" + .string "que mes attaques sont puissantes!$" + +LavaridgeTown_Gym_1F_Text_FlanneryDefeat: + .string "Oh non…\n" + .string "Je suppose que j’ai été prétentieuse…\p" + .string "Je… Je ne suis devenue CHAMPION\n" + .string "D’ARENE que très récemment.\p" + .string "J’ai essayé de devenir quelqu’un que\n" + .string "je ne suis pas.\p" + .string "Je dois agir plus spontanément.\n" + .string "Sinon, mes POKéMON seront confus.\p" + .string "Merci pour cette leçon.\n" + .string "Tu as bien mérité ceci.$" + +LavaridgeTown_Gym_1F_Text_ReceivedHeatBadge: + .string "{PLAYER} reçoit le BADGE CHALEUR\n" + .string "de la part d’ADRIANE.$" + +LavaridgeTown_Gym_1F_Text_ExplainHeatBadgeTakeThis: + .string "Avec le BADGE CHALEUR, tous les \n" + .string "POKéMON jusqu’au niveau 50 t’obéiront\l" + .string "sans discuter, même ceux que tu as\l" + .string "échangés avec tes amis.\p" + .string "Il permet aussi à tes POKéMON d’utiliser\n" + .string "FORCE en dehors des combats.\p" + .string "C’est un gage de ma sympathie.\n" + .string "Ne sois pas timide. Prends-le!$" + +LavaridgeTown_Gym_1F_Text_ExplainOverheat: + .string "La CT50 contient SURCHAUFFE.\p" + .string "Cette attaque inflige de sérieux\n" + .string "dégâts à l’adversaire.\p" + .string "En revanche, elle fait aussi baisser\n" + .string "l’ATTAQUE SPECIALE du POKéMON\l" + .string "qui l’utilise. Il faut éviter de l’utiliser\l" + .string "lors des longs combats.$" + +LavaridgeTown_Gym_1F_Text_RegisteredFlannery: + .string "Vous avez enregistré le CHAMPION\n" + .string "D’ARENE ADRIANE dans le POKéNAV.$" + +LavaridgeTown_Gym_1F_Text_FlanneryPostBattle: + .string "Ta technique me rappelle quelqu’un…\p" + .string "Oh, je sais! Tu te bats comme NORMAN,\n" + .string "le CHAMPION D’ARENE de CLEMENTI-VILLE.$" + +LavaridgeTown_Gym_1F_Text_GymStatue: + .string "ARENE POKéMON de VERMILAVA$" + +LavaridgeTown_Gym_1F_Text_GymStatueCertified: + .string "ARENE POKéMON de VERMILAVA\p" + .string "NOUVEAU DRESSEUR RECONNU PAR ADRIANE:\n" + .string "{PLAYER}$" + +LavaridgeTown_Gym_1F_Text_FlanneryPreRematch: + .string "ADRIANE: Je ne vais pas me dégonfler\n" + .string "après une défaite.\p" + .string "J’aime les POKéMON.\n" + .string "J’aime me battre.\l" + .string "Et surtout… j’adore cette ARENE!\p" + .string "Allez, que la fièvre du combat s’empare\n" + .string "de nous!$" + +LavaridgeTown_Gym_1F_Text_FlanneryRematchDefeat: + .string "Waouh!\n" + .string "Un vrai volcan en éruption!$" + +LavaridgeTown_Gym_1F_Text_FlanneryPostRematch: + .string "ADRIANE: J’ai perdu, mais j’ai eu ce\n" + .string "que je voulais.\p" + .string "Ce combat était chaud comme la\n" + .string "braise.\p" + .string "J’espère qu’il y en aura encore\n" + .string "beaucoup d’autres!$" + +LavaridgeTown_Gym_1F_Text_FlanneryRematchNeedTwoMons: + .string "ADRIANE: Je ne vais pas me dégonfler\n" + .string "après une défaite.\p" + .string "J’aime les POKéMON.\n" + .string "J’aime me battre.\l" + .string "Et surtout… j’adore cette ARENE!\p" + .string "Allez, que le feu du combat s’empare\n" + .string "de nous!\p" + .string "Mais, attends. Tu n’as qu’un seul\n" + .string "POKéMON qui peut se battre?\p" + .string "Désolée, mais je ne me battrai pas tant\n" + .string "que tu n’en auras pas au moins deux.$" diff --git a/data/maps/LavaridgeTown_Gym_1F/text_it.inc b/data/maps/LavaridgeTown_Gym_1F/text_it.inc new file mode 100644 index 0000000000..3a0b5ee7ca --- /dev/null +++ b/data/maps/LavaridgeTown_Gym_1F/text_it.inc @@ -0,0 +1,216 @@ + +LavaridgeTown_Gym_1F_Text_GymGuideAdvice: + .string "Ehi, come va futuro CAMPIONE,\n" + .string "{PLAYER}?\p" + .string "Il CAPOPALESTRA di CUORDILAVA,\n" + .string "FIAMMETTA, usa POKéMON di tipo FUOCO.\p" + .string "La sua passione per i POKéMON brucia\n" + .string "più ardente di un vulcano.\p" + .string "Se ti avvicini troppo, ti brucerai!\n" + .string "Getta acqua sul fuoco!$" + +LavaridgeTown_Gym_1F_Text_GymGuidePostVictory: + .string "Wow! Questa sì che è stata una lotta \n" + .string "infuocata!$" + +LavaridgeTown_Gym_1F_Text_ColeIntro: + .string "Ohohohoh!\n" + .string "Ahi, come scotta!$" + +LavaridgeTown_Gym_1F_Text_ColeDefeat: + .string "Il sudore negli occhi mi acceca…$" + +LavaridgeTown_Gym_1F_Text_ColePostBattle: + .string "Le sabbiature favoriscono\n" + .string "la circolazione.\p" + .string "Fanno bene per le articolazioni\n" + .string "doloranti.$" + +LavaridgeTown_Gym_1F_Text_AxleIntro: + .string "Sto cercando di alleviare lo stress.\n" + .string "Non venire a peggiorare la situazione!$" + +LavaridgeTown_Gym_1F_Text_AxleDefeat: + .string "Spero che FIAMMETTA ti rosoli per bene!$" + +LavaridgeTown_Gym_1F_Text_AxlePostBattle: + .string "Ahaaa… che caldo…\p" + .string "Se passi troppo tempo nella sabbia\n" + .string "bollente, ti assale la stanchezza…$" + +LavaridgeTown_Gym_B1F_Text_KeeganIntro: + .string "Non senti ancora la stanchezza?\n" + .string "Non vuoi riposarti un po’ nella sabbia\l" + .string "bollente?\p" + .string "Dovresti sapere che mantenere la forza\n" + .string "di volontà è molto importante per\l" + .string "qualsiasi ALLENATORE.$" + +LavaridgeTown_Gym_B1F_Text_KeeganDefeat: + .string "Gioca col fuoco e ti brucerai…$" + +LavaridgeTown_Gym_B1F_Text_KeeganPostBattle: + .string "Hai talento… ma il nostro CAPOPALESTRA\n" + .string "FIAMMETTA è forte.\p" + .string "Se non fai attenzione, potrebbe essere\n" + .string "un’esperienza scottante!$" + +LavaridgeTown_Gym_1F_Text_GeraldIntro: + .string "I tuoi POKéMON resistono ad\n" + .string "una temperatura di 200 gradi?$" + +LavaridgeTown_Gym_1F_Text_GeraldDefeat: + .string "Non scottava abbastanza…$" + +LavaridgeTown_Gym_1F_Text_GeraldPostBattle: + .string "La temperatura del magma è di\n" + .string "200 gradi.\p" + .string "I tuoi POKéMON mi hanno battuto,\n" + .string "quindi resistono al magma.$" + +LavaridgeTown_Gym_1F_Text_DanielleIntro: + .string "Ehm… ok, lotterò con te.$" + +LavaridgeTown_Gym_1F_Text_DanielleDefeat: + .string "Oh, ma sei troppo forte…$" + +LavaridgeTown_Gym_1F_Text_DaniellePostBattle: + .string "Diventerò bella e forte proprio come\n" + .string "FIAMMETTA.$" + +LavaridgeTown_Gym_B1F_Text_JaceIntro: + .string "Forza!\n" + .string "Lottiamo prima che mi raffreddi!$" + +LavaridgeTown_Gym_B1F_Text_JaceDefeat: + .string "Fa così caldo, ma il mio cuore\n" + .string "è un ghiacciolo…$" + +LavaridgeTown_Gym_B1F_Text_JacePostBattle: + .string "Lotti con tale ardore che anche\n" + .string "il nostro CAPOPALESTRA potrebbe\l" + .string "prendersi una scottatura.$" + +LavaridgeTown_Gym_B1F_Text_JeffIntro: + .string "Vedi come divampano le fiamme? \n" + .string "Attendo con ardore la mia vittoria!$" + +LavaridgeTown_Gym_B1F_Text_JeffDefeat: + .string "Qualcosa non ha funzionato.$" + +LavaridgeTown_Gym_B1F_Text_JeffPostBattle: + .string "Beh, allora? Io cammino a piedi\n" + .string "nudi sui carboni ardenti!\p" + .string "Tu non provarci nemmeno!$" + +LavaridgeTown_Gym_B1F_Text_EliIntro: + .string "Adoro la montagna. I vulcani sono\n" + .string "la mia passione.$" + +LavaridgeTown_Gym_B1F_Text_EliDefeat: + .string "La situazione mi è scappata di mano e\n" + .string "ho perso.$" + +LavaridgeTown_Gym_B1F_Text_EliPostBattle: + .string "Ho deciso di rimanere qui perché\n" + .string "FIAMMETTA mi ha ammaliato.\p" + .string "Eheheheh.$" + +LavaridgeTown_Gym_1F_Text_FlanneryIntro: + .string "Allora mi hai raggiunto… no, aspetta!\p" + .string "ALLENATORE in erba, che bello vedere\n" + .string "che hai trovato la strada fin qui!\p" + .string "In qualità di…\n" + .string "No, aspetta!\p" + .string "Sono FIAMMETTA e in questa sede sono\n" + .string "il CAPOPALESTRA!\p" + .string "Mhmm…\n" + .string "Non osare sottovalutarmi, nonostante\l" + .string "sia CAPOPALESTRA solo da poco!\p" + .string "Con le abilità ereditate da mio nonno,\n" + .string "ehm, ti mostrerò mosse infuocate\l" + .string "assai raffinate!$" + +LavaridgeTown_Gym_1F_Text_FlanneryDefeat: + .string "Oh…\n" + .string "Allora sei più forte di me…\p" + .string "Io… sono diventata CAPOPALESTRA\n" + .string "soltanto da poco.\p" + .string "Ho tentato di misurarmi con qualcuno\n" + .string "ancora troppo forte per me.\p" + .string "Se non lotto secondo le mie forze,\n" + .string "i miei POKéMON si confonderanno.\p" + .string "Grazie per avermelo insegnato. Ti\n" + .string "regalo questo in segno di gratitudine.$" + +LavaridgeTown_Gym_1F_Text_ReceivedHeatBadge: + .string "{PLAYER} riceve la MEDAGLIA FIAMMA\n" + .string "da FIAMMETTA.$" + +LavaridgeTown_Gym_1F_Text_ExplainHeatBadgeTakeThis: + .string "Con la MEDAGLIA FIAMMA ti obbediranno\n" + .string "tutti i POKéMON fino al livello 50, anche\l" + .string "quelli ottenuti da uno scambio.\p" + .string "Inoltre, potrai usare la mossa MN\n" + .string "FORZA anche fuori dalla lotta.\p" + .string "Ecco il segno della mia gratitudine.\n" + .string "Sono felice di averti conosciuto!$" + +LavaridgeTown_Gym_1F_Text_ExplainOverheat: + .string "La MT50 contiene VAMPATA.\p" + .string "Questa mossa infligge un duro colpo\n" + .string "all’avversario.\p" + .string "Ma riduce drasticamente l’ATT. SP.\n" + .string "del POKéMON che la usa. Non è molto\l" + .string "adatta a lotte prolungate.$" + +LavaridgeTown_Gym_1F_Text_RegisteredFlannery: + .string "Registrazione del CAPOPALESTRA\n" + .string "FIAMMETTA nel POKéNAV avvenuta.$" + +LavaridgeTown_Gym_1F_Text_FlanneryPostBattle: + .string "La tua forza mi ricorda qualcuno…\p" + .string "Oh! Ora ho capito! Lotti come NORMAN,\n" + .string "il CAPOPALESTRA di PETALIPOLI.$" + +LavaridgeTown_Gym_1F_Text_GymStatue: + .string "PALESTRA POKéMON di CUORDILAVA$" + +LavaridgeTown_Gym_1F_Text_GymStatueCertified: + .string "PALESTRA POKéMON di CUORDILAVA\p" + .string "ALLENATORE CERTIFICATO da FIAMMETTA:\n" + .string "{PLAYER}$" + +LavaridgeTown_Gym_1F_Text_FlanneryPreRematch: + .string "FIAMMETTA: Non mi demoralizzo perché\n" + .string "ho perso una lotta.\p" + .string "Adoro i POKéMON.\n" + .string "Amo la lotta.\l" + .string "Questa PALESTRA è tutta la mia vita!\p" + .string "Scambiamoci mosse arroventate\n" + .string "in un’altra lotta!$" + +LavaridgeTown_Gym_1F_Text_FlanneryRematchDefeat: + .string "Ahh!\n" + .string "Sto per scoppiare!$" + +LavaridgeTown_Gym_1F_Text_FlanneryPostRematch: + .string "FIAMMETTA: Ho perso la lotta, ma\n" + .string "sono pienamente soddisfatta.\p" + .string "Non capita tutti i giorni di lottare\n" + .string "con tanto ardore.\p" + .string "Spero di lottare ancora con te\n" + .string "in questo modo!$" + +LavaridgeTown_Gym_1F_Text_FlanneryRematchNeedTwoMons: + .string "FIAMMETTA: Non mi demoralizzo perché\n" + .string "ho perso una lotta.\p" + .string "Adoro i POKéMON.\n" + .string "Amo la lotta.\l" + .string "Questa PALESTRA è tutta la mia vita!\p" + .string "Scambiamoci mosse arroventate\n" + .string "in un’altra lotta!\p" + .string "Aspetta. Hai solo un POKéMON da\n" + .string "mandare in campo?\p" + .string "Mi dispiace dovertelo dire, ma devi\n" + .string "portare almeno due POKéMON.$" diff --git a/data/maps/LavaridgeTown_HerbShop/scripts.inc b/data/maps/LavaridgeTown_HerbShop/scripts.inc index dbe1b564ac..1b3372dc8b 100644 --- a/data/maps/LavaridgeTown_HerbShop/scripts.inc +++ b/data/maps/LavaridgeTown_HerbShop/scripts.inc @@ -41,26 +41,14 @@ LavaridgeTown_HerbShop_EventScript_ExplainCharcoal:: release end -LavaridgeTown_HerbShop_Text_WelcomeToHerbShop: - .string "Welcome to the HERB SHOP, home of\n" - .string "effective and inexpensive medicine!$" - -LavaridgeTown_HerbShop_Text_YouveComeToLookAtHerbalMedicine: - .string "You've come to look at herbal medicine\n" - .string "in LAVARIDGE?\p" - .string "That's rather commendable.\p" - .string "I like you! Take this!$" - -LavaridgeTown_HerbShop_Text_ExplainCharcoal: - .string "That CHARCOAL I gave you, it's used\n" - .string "for making herbal medicine.\p" - .string "It also does wonders when held by\n" - .string "a POKéMON.\p" - .string "It intensifies the power of FIRE-type\n" - .string "moves.$" - -LavaridgeTown_HerbShop_Text_HerbalMedicineWorksButMonWillDislike: - .string "Herbal medicine works impressively well.\n" - .string "But your POKéMON will dislike you for it.\l" - .string "It must be horribly bitter!$" - +.ifdef ENGLISH + .include "data/maps/LavaridgeTown_HerbShop/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LavaridgeTown_HerbShop/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LavaridgeTown_HerbShop/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LavaridgeTown_HerbShop/text.inc b/data/maps/LavaridgeTown_HerbShop/text.inc new file mode 100644 index 0000000000..7140f6669e --- /dev/null +++ b/data/maps/LavaridgeTown_HerbShop/text.inc @@ -0,0 +1,23 @@ + +LavaridgeTown_HerbShop_Text_WelcomeToHerbShop: + .string "Welcome to the HERB SHOP, home of\n" + .string "effective and inexpensive medicine!$" + +LavaridgeTown_HerbShop_Text_YouveComeToLookAtHerbalMedicine: + .string "You've come to look at herbal medicine\n" + .string "in LAVARIDGE?\p" + .string "That's rather commendable.\p" + .string "I like you! Take this!$" + +LavaridgeTown_HerbShop_Text_ExplainCharcoal: + .string "That CHARCOAL I gave you, it's used\n" + .string "for making herbal medicine.\p" + .string "It also does wonders when held by\n" + .string "a POKéMON.\p" + .string "It intensifies the power of FIRE-type\n" + .string "moves.$" + +LavaridgeTown_HerbShop_Text_HerbalMedicineWorksButMonWillDislike: + .string "Herbal medicine works impressively well.\n" + .string "But your POKéMON will dislike you for it.\l" + .string "It must be horribly bitter!$" diff --git a/data/maps/LavaridgeTown_HerbShop/text_fr.inc b/data/maps/LavaridgeTown_HerbShop/text_fr.inc new file mode 100644 index 0000000000..f20e018204 --- /dev/null +++ b/data/maps/LavaridgeTown_HerbShop/text_fr.inc @@ -0,0 +1,24 @@ + +LavaridgeTown_HerbShop_Text_WelcomeToHerbShop: + .string "Bienvenue à l’HERBORISTERIE, la maison\n" + .string "des médicaments efficaces à bas prix!$" + +LavaridgeTown_HerbShop_Text_YouveComeToLookAtHerbalMedicine: + .string "Tu viens chercher des médicaments\n" + .string "à base de plantes à VERMILAVA?\p" + .string "C’est très honorable.\p" + .string "Je t’aime bien! Prends ça!$" + +LavaridgeTown_HerbShop_Text_ExplainCharcoal: + .string "Le CHARBON que je t’ai donné est utilisé\n" + .string "pour faire des médicaments naturels.\p" + .string "Il fait aussi des merveilles lorsqu’il\n" + .string "est tenu par un POKéMON.\p" + .string "Il augmente la puissance des attaques\n" + .string "de type FEU.$" + +LavaridgeTown_HerbShop_Text_HerbalMedicineWorksButMonWillDislike: + .string "La médecine à base de plantes est\n" + .string "extrêmement efficace. Mais tes POKéMON\p" + .string "risquent de ne pas apprécier.\n" + .string "Les médicaments sont très amers!$" diff --git a/data/maps/LavaridgeTown_HerbShop/text_it.inc b/data/maps/LavaridgeTown_HerbShop/text_it.inc new file mode 100644 index 0000000000..5fc0a440d7 --- /dev/null +++ b/data/maps/LavaridgeTown_HerbShop/text_it.inc @@ -0,0 +1,24 @@ + +LavaridgeTown_HerbShop_Text_WelcomeToHerbShop: + .string "Ti do il benvenuto all’ERBORISTERIA per\n" + .string "rimedi naturali, efficaci e convenienti!$" + +LavaridgeTown_HerbShop_Text_YouveComeToLookAtHerbalMedicine: + .string "Sei qui per saperne di più sui rimedi\n" + .string "naturali di CUORDILAVA?\p" + .string "È lodevole da parte tua.\p" + .string "Mi piaci! Prendi questo!$" + +LavaridgeTown_HerbShop_Text_ExplainCharcoal: + .string "Questa CARBONELLA che ti ho dato\n" + .string "serve per creare rimedi naturali.\p" + .string "Inoltre, se la tiene un POKéMON,\n" + .string "fa miracoli.\p" + .string "Intensifica la potenza delle mosse\n" + .string "di tipo FUOCO.$" + +LavaridgeTown_HerbShop_Text_HerbalMedicineWorksButMonWillDislike: + .string "I rimedi naturali hanno un effetto\n" + .string "straordinario. Ma i tuoi POKéMON\l" + .string "ti odieranno per questo.\l" + .string "Hanno un gustaccio molto amaro!$" diff --git a/data/maps/LavaridgeTown_House/scripts.inc b/data/maps/LavaridgeTown_House/scripts.inc index 30f4e99ba4..c8308ea491 100644 --- a/data/maps/LavaridgeTown_House/scripts.inc +++ b/data/maps/LavaridgeTown_House/scripts.inc @@ -15,12 +15,14 @@ LavaridgeTown_House_EventScript_Zigzagoon:: release end -LavaridgeTown_House_Text_WifeWarmingEggInHotSprings: - .string "My wife's warming an EGG in the hot\n" - .string "springs. This is what she told me.\p" - .string "She left two POKéMON with the DAY CARE.\n" - .string "And they discovered that EGG!$" - -LavaridgeTown_House_Text_Zigzagoon: - .string "ZIGZAGOON: Pshoo!$" - +.ifdef ENGLISH + .include "data/maps/LavaridgeTown_House/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LavaridgeTown_House/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LavaridgeTown_House/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LavaridgeTown_House/text.inc b/data/maps/LavaridgeTown_House/text.inc new file mode 100644 index 0000000000..037cb538d5 --- /dev/null +++ b/data/maps/LavaridgeTown_House/text.inc @@ -0,0 +1,9 @@ + +LavaridgeTown_House_Text_WifeWarmingEggInHotSprings: + .string "My wife's warming an EGG in the hot\n" + .string "springs. This is what she told me.\p" + .string "She left two POKéMON with the DAY CARE.\n" + .string "And they discovered that EGG!$" + +LavaridgeTown_House_Text_Zigzagoon: + .string "ZIGZAGOON: Pshoo!$" diff --git a/data/maps/LavaridgeTown_House/text_fr.inc b/data/maps/LavaridgeTown_House/text_fr.inc new file mode 100644 index 0000000000..4bf56d24d6 --- /dev/null +++ b/data/maps/LavaridgeTown_House/text_fr.inc @@ -0,0 +1,10 @@ + +LavaridgeTown_House_Text_WifeWarmingEggInHotSprings: + .string "Ma femme tente de faire éclore un OEUF\n" + .string "dans les sources chaudes. Elle\l" + .string "vient de me le dire.\p" + .string "Elle a laissé deux POKéMON à la PENSION.\n" + .string "Et ils ont découvert cet OEUF!$" + +LavaridgeTown_House_Text_Zigzagoon: + .string "ZIGZATON: Zigzaaa!$" diff --git a/data/maps/LavaridgeTown_House/text_it.inc b/data/maps/LavaridgeTown_House/text_it.inc new file mode 100644 index 0000000000..e45cff1036 --- /dev/null +++ b/data/maps/LavaridgeTown_House/text_it.inc @@ -0,0 +1,10 @@ + +LavaridgeTown_House_Text_WifeWarmingEggInHotSprings: + .string "Mia moglie sta facendo schiudere\n" + .string "un UOVO alle sorgenti termali.\l" + .string "Almeno così mi ha detto…\p" + .string "Ha lasciato due POKéMON alla PENSIONE\n" + .string "POKéMON e le hanno dato un UOVO!$" + +LavaridgeTown_House_Text_Zigzagoon: + .string "ZIGZAGOON: ZigzagZigzag!$" diff --git a/data/maps/LavaridgeTown_Mart/scripts.inc b/data/maps/LavaridgeTown_Mart/scripts.inc index 001df31401..d0f9104f83 100644 --- a/data/maps/LavaridgeTown_Mart/scripts.inc +++ b/data/maps/LavaridgeTown_Mart/scripts.inc @@ -34,14 +34,14 @@ LavaridgeTown_Mart_EventScript_OldWoman:: msgbox LavaridgeTown_Mart_Text_LocalSpecialtyOnMtChimney, MSGBOX_NPC end -LavaridgeTown_Mart_Text_XSpeedFirstStrike: - .string "Use X SPEED to add to a POKéMON's\n" - .string "SPEED in battle.\p" - .string "That will help it get in the first\n" - .string "strike--a decided advantage!$" - -LavaridgeTown_Mart_Text_LocalSpecialtyOnMtChimney: - .string "On MT. CHIMNEY's peak, there's a local\n" - .string "specialty that you can buy only there.\p" - .string "Give it to a POKéMON--it will be elated.$" - +.ifdef ENGLISH + .include "data/maps/LavaridgeTown_Mart/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LavaridgeTown_Mart/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LavaridgeTown_Mart/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LavaridgeTown_Mart/text.inc b/data/maps/LavaridgeTown_Mart/text.inc new file mode 100644 index 0000000000..49db05bd7b --- /dev/null +++ b/data/maps/LavaridgeTown_Mart/text.inc @@ -0,0 +1,11 @@ + +LavaridgeTown_Mart_Text_XSpeedFirstStrike: + .string "Use X SPEED to add to a POKéMON's\n" + .string "SPEED in battle.\p" + .string "That will help it get in the first\n" + .string "strike--a decided advantage!$" + +LavaridgeTown_Mart_Text_LocalSpecialtyOnMtChimney: + .string "On MT. CHIMNEY's peak, there's a local\n" + .string "specialty that you can buy only there.\p" + .string "Give it to a POKéMON--it will be elated.$" diff --git a/data/maps/LavaridgeTown_Mart/text_fr.inc b/data/maps/LavaridgeTown_Mart/text_fr.inc new file mode 100644 index 0000000000..91c4a964d2 --- /dev/null +++ b/data/maps/LavaridgeTown_Mart/text_fr.inc @@ -0,0 +1,12 @@ + +LavaridgeTown_Mart_Text_XSpeedFirstStrike: + .string "Utilise VITESSE + pour augmenter la\n" + .string "VITESSE d’un POKéMON au combat.\p" + .string "Ça lui donnera plus de chances de\n" + .string "frapper le premier, un sacré avantage!$" + +LavaridgeTown_Mart_Text_LocalSpecialtyOnMtChimney: + .string "Au sommet du MONT CHIMNEE, on\n" + .string "trouve une spécialité locale qu’on ne\l" + .string "peut acheter que là-haut.\p" + .string "Donne-la à un POKéMON. Il sera ravi.$" diff --git a/data/maps/LavaridgeTown_Mart/text_it.inc b/data/maps/LavaridgeTown_Mart/text_it.inc new file mode 100644 index 0000000000..956fd2b0fa --- /dev/null +++ b/data/maps/LavaridgeTown_Mart/text_it.inc @@ -0,0 +1,12 @@ + +LavaridgeTown_Mart_Text_XSpeedFirstStrike: + .string "Usa VELOCITÀ X per aumentare la\n" + .string "VELOCITÀ di un POKéMON in lotta.\p" + .string "Lo aiuterà a colpire per primo:\n" + .string "un chiaro vantaggio!$" + +LavaridgeTown_Mart_Text_LocalSpecialtyOnMtChimney: + .string "Sulla vetta del MONTE CAMINO puoi\n" + .string "trovare una specialità locale.\p" + .string "Dalla ad un POKéMON: vedrai che\n" + .string "effetto!$" diff --git a/data/maps/LavaridgeTown_PokemonCenter_1F/scripts.inc b/data/maps/LavaridgeTown_PokemonCenter_1F/scripts.inc index 9ff72aa812..81f58558ff 100644 --- a/data/maps/LavaridgeTown_PokemonCenter_1F/scripts.inc +++ b/data/maps/LavaridgeTown_PokemonCenter_1F/scripts.inc @@ -30,21 +30,14 @@ LavaridgeTown_PokemonCenter_1F_EventScript_Gentleman:: msgbox LavaridgeTown_PokemonCenter_1F_Text_TrainersShouldRestToo, MSGBOX_NPC end -LavaridgeTown_PokemonCenter_1F_Text_TrainersPokemonSpendTimeTogether: - .string "I think POKéMON get closer to their\n" - .string "TRAINERS if they spend time together.\p" - .string "The longer the better.\n" - .string "That's what I think.$" - -LavaridgeTown_PokemonCenter_1F_Text_HotSpringCanInvigorate: - .string "It's sort of magical how just sitting\n" - .string "in a hot-spring pool can invigorate.\p" - .string "I wish I could let my POKéMON\n" - .string "soak, too.$" - -LavaridgeTown_PokemonCenter_1F_Text_TrainersShouldRestToo: - .string "Hohoho! Hey, kid, you can reach\n" - .string "the hot springs from here.\p" - .string "If POKéMON are getting rest, so too\n" - .string "should their TRAINERS.$" - +.ifdef ENGLISH + .include "data/maps/LavaridgeTown_PokemonCenter_1F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LavaridgeTown_PokemonCenter_1F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LavaridgeTown_PokemonCenter_1F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LavaridgeTown_PokemonCenter_1F/text.inc b/data/maps/LavaridgeTown_PokemonCenter_1F/text.inc new file mode 100644 index 0000000000..7f95cd8825 --- /dev/null +++ b/data/maps/LavaridgeTown_PokemonCenter_1F/text.inc @@ -0,0 +1,18 @@ + +LavaridgeTown_PokemonCenter_1F_Text_TrainersPokemonSpendTimeTogether: + .string "I think POKéMON get closer to their\n" + .string "TRAINERS if they spend time together.\p" + .string "The longer the better.\n" + .string "That's what I think.$" + +LavaridgeTown_PokemonCenter_1F_Text_HotSpringCanInvigorate: + .string "It's sort of magical how just sitting\n" + .string "in a hot-spring pool can invigorate.\p" + .string "I wish I could let my POKéMON\n" + .string "soak, too.$" + +LavaridgeTown_PokemonCenter_1F_Text_TrainersShouldRestToo: + .string "Hohoho! Hey, kid, you can reach\n" + .string "the hot springs from here.\p" + .string "If POKéMON are getting rest, so too\n" + .string "should their TRAINERS.$" diff --git a/data/maps/LavaridgeTown_PokemonCenter_1F/text_fr.inc b/data/maps/LavaridgeTown_PokemonCenter_1F/text_fr.inc new file mode 100644 index 0000000000..5a7e7248b5 --- /dev/null +++ b/data/maps/LavaridgeTown_PokemonCenter_1F/text_fr.inc @@ -0,0 +1,19 @@ + +LavaridgeTown_PokemonCenter_1F_Text_TrainersPokemonSpendTimeTogether: + .string "Je crois que les POKéMON deviennent\n" + .string "plus proches de leurs DRESSEURS s’ils\l" + .string "passent du temps ensemble.\p" + .string "Plus ils passent de temps ensemble,\n" + .string "plus ils sont proches. J’en suis sûre.$" + +LavaridgeTown_PokemonCenter_1F_Text_HotSpringCanInvigorate: + .string "Les sources chaudes me font un bien\n" + .string "fou.\p" + .string "J’aimerais que mes POKéMON puissent\n" + .string "en profiter aussi.$" + +LavaridgeTown_PokemonCenter_1F_Text_TrainersShouldRestToo: + .string "Ho ho! Hé, tu sais que tu peux accéder\n" + .string "aux sources chaudes par ici?\p" + .string "Puisque les POKéMON se reposent, les\n" + .string "DRESSEURS devraient aussi se reposer.$" diff --git a/data/maps/LavaridgeTown_PokemonCenter_1F/text_it.inc b/data/maps/LavaridgeTown_PokemonCenter_1F/text_it.inc new file mode 100644 index 0000000000..8835f2ec81 --- /dev/null +++ b/data/maps/LavaridgeTown_PokemonCenter_1F/text_it.inc @@ -0,0 +1,19 @@ + +LavaridgeTown_PokemonCenter_1F_Text_TrainersPokemonSpendTimeTogether: + .string "I POKéMON entrano in sintonia con\n" + .string "il loro ALLENATORE trascorrendo molto\l" + .string "tempo insieme.\p" + .string "Più tempo è, meglio è!\n" + .string "Io la penso così!$" + +LavaridgeTown_PokemonCenter_1F_Text_HotSpringCanInvigorate: + .string "Le sorgenti termali hanno un effetto\n" + .string "invigorente che ha del magico.\p" + .string "Vorrei poterci immergere anche\n" + .string "i miei POKéMON.$" + +LavaridgeTown_PokemonCenter_1F_Text_TrainersShouldRestToo: + .string "Ehi, tu! Le sorgenti termali sono dietro\n" + .string "l’angolo.\p" + .string "I POKéMON hanno bisogno di riposo,\n" + .string "ma anche gli ALLENATORI.$" diff --git a/data/maps/LilycoveCity_ContestHall/scripts.inc b/data/maps/LilycoveCity_ContestHall/scripts.inc index 610611358d..bb2e01eb6b 100644 --- a/data/maps/LilycoveCity_ContestHall/scripts.inc +++ b/data/maps/LilycoveCity_ContestHall/scripts.inc @@ -335,204 +335,14 @@ LilycoveCity_ContestHall_EventScript_SmartStageSign:: msgbox LilycoveCity_ContestHall_Text_SmartContestStage, MSGBOX_SIGN end -LilycoveCity_ContestHall_Text_TodayWonSmartnessContest: - .string "This POKéMON won the BEAUTY CONTEST\n" - .string "here before.\p" - .string "Well, guess what? Today, I made it\n" - .string "win a SMARTNESS CONTEST!\p" - .string "My abilities scare even me…$" - -LilycoveCity_ContestHall_Text_EnteredBunchOfContests: - .string "I've entered a bunch of CONTESTS,\n" - .string "so I'm seeing how things work.\p" - .string "If you're in a COOLNESS CONTEST,\n" - .string "cool moves go over as appeals.\p" - .string "But smart moves and cute moves\n" - .string "don't go over well, for instance.$" - -LilycoveCity_ContestHall_Text_ManWhoWonEarlierHadPokeblocks: - .string "That young man who won earlier had\n" - .string "a whole bunch of different {POKEBLOCK}S.\p" - .string "Can you win if you had that many\n" - .string "of those things?$" - -LilycoveCity_ContestHall_Text_IsntThisPlaceHumongous: - .string "Whoa, isn't this place humongous!\p" - .string "The tension in the air… It's not\n" - .string "like a CONTEST hall in the sticks.$" - -LilycoveCity_ContestHall_Text_GiveItBestSmartAppeal: - .string "MC: Okay, SMART POKéMON and their\n" - .string "TRAINERS, are you ready?!\p" - .string "Give it your best showing!\n" - .string "Let's appeal!$" - -LilycoveCity_ContestHall_Text_AreYouEnjoyingThisContest: - .string "JUDGE: Are you enjoying this CONTEST?\p" - .string "Come back with three friends, and\n" - .string "all of you may enter a CONTEST!$" - -LilycoveCity_ContestHall_Text_EnteredWrongContest: - .string "Ayayayay…\n" - .string "I entered the wrong CONTEST.\p" - .string "I entered this tough POKéMON in\n" - .string "the SMARTNESS CONTEST…\p" - .string "Come on, wow them with a smart-looking\n" - .string "ROCK SMASH.$" - -LilycoveCity_ContestHall_Text_RaisedMonToBeSmart: - .string "I've spent many a year, and all my\n" - .string "wisdom besides, raising this POKéMON\l" - .string "to be smart.\p" - .string "It won't be easily bested by some\n" - .string "young pup's POKéMON.\p" - .string "My dear wife, are you seeing this?$" - -LilycoveCity_ContestHall_Text_IfMonPullsSmartMoveNext: - .string "There it is!\p" - .string "If my POKéMON pulls a smart move next,\n" - .string "the audience's excitement will peak!$" - -LilycoveCity_ContestHall_Text_DontAppreciateCuteLeechLife: - .string "Oh, dear, no!\p" - .string "My darling ZUBAT's LEECH LIFE is so\n" - .string "cute I kept using it over and over!\p" - .string "But these mean people don't appreciate\n" - .string "it at all!$" - -LilycoveCity_ContestHall_Text_YoureBeautifulGrandpa: - .string "Kiyaaah! You're beautiful, Grandpa!$" - -LilycoveCity_ContestHall_Text_AllSeemToUseDifferentMoves: - .string "Even when TRAINERS enter the same\n" - .string "kind of POKéMON, they all seem to use\l" - .string "different moves for appeals.\p" - .string "It's just like the way people have\n" - .string "different styles for battling.$" - -LilycoveCity_ContestHall_Text_PokemonSmarterThanTrainers: - .string "I think the POKéMON look smarter\n" - .string "than their TRAINERS. By a lot.$" - -LilycoveCity_ContestHall_Text_StillLoveSmartnessContests: - .string "When all's said and done, I still love\n" - .string "SMARTNESS CONTESTS.\p" - .string "That intellectual green color…\n" - .string "It's so… So… Cool.$" - -LilycoveCity_ContestHall_Text_AreYouEnteringBeautyContest: - .string "MC: Are you entering the BEAUTY\n" - .string "CONTEST, too? Good luck!$" - -LilycoveCity_ContestHall_Text_EveryPokemonPristineBeauty: - .string "JUDGE: Ah, every POKéMON here is\n" - .string "a model of pristine beauty!\p" - .string "Why, I almost forgot to score them!$" - -LilycoveCity_ContestHall_Text_EyesWillBeGluedToMyBeauty: - .string "A POKéMON this beautiful…\n" - .string "There isn't another one like it.\p" - .string "Everyone's eyes will be glued to\n" - .string "my beauty.$" - -LilycoveCity_ContestHall_Text_OverdidGrooming: - .string "Waaaah!\p" - .string "I brushed and groomed my POKéMON\n" - .string "carefully for this CONTEST…\p" - .string "But I overdid it…\n" - .string "My POKéMON's coat turned all scraggly…\p" - .string "What should I do?$" - -LilycoveCity_ContestHall_Text_JudgeWontSeeAuroraBeam: - .string "This AURORA BEAM is so dazzling,\n" - .string "the JUDGE won't be able to see it.\p" - .string "Uh, wait a second…\n" - .string "That'll be meaningless, then!$" - -LilycoveCity_ContestHall_Text_PokemonLooksLikeYoungerMe: - .string "This pretty POKéMON looks just like\n" - .string "me when I was younger.\p" - .string "Right when I said that, my husband\n" - .string "spewed the coffee he was drinking.\p" - .string "Did I say something funny?$" - -LilycoveCity_ContestHall_Text_WinBeautyContestMakesMeHappy: - .string "You know, if I win at a BEAUTY\n" - .string "CONTEST, sure it makes me\l" - .string "happy. More than usual, anyway.$" - -LilycoveCity_ContestHall_Text_GanderAtAllThosePrettyPokemon: - .string "Wahahahah!\p" - .string "Will you take a gander at all those\n" - .string "pretty POKéMON!\l" - .string "I just love this sort of glitz!$" - -LilycoveCity_ContestHall_Text_CantWinOnBeautyAlone: - .string "You can't always win on just beauty\n" - .string "alone.\p" - .string "You have to groom your POKéMON so\n" - .string "it's nice and glossy like mine.$" - -LilycoveCity_ContestHall_Text_InTheMiddleOfContest: - .string "MC: Uh-oh! Hello!\n" - .string "We're in the middle of a CONTEST!\p" - .string "Please enter at our registration\n" - .string "counter and come out, okay?$" - -LilycoveCity_ContestHall_Text_SuchCharmingCuteAppeals: - .string "JUDGE: Oh, such charming and cute\n" - .string "appeals!\p" - .string "Oh, my goodness! What a perfectly\n" - .string "adorable WATER SPORT appeal!$" - -LilycoveCity_ContestHall_Text_MyAzurillWasDistracted: - .string "Oh, no… My sweet AZURILL was\n" - .string "distracted by another POKéMON.$" - -LilycoveCity_ContestHall_Text_NeverWonBattleButContest: - .string "My POKéMON has never won in a battle,\n" - .string "but put it in a CONTEST and look out!$" - -LilycoveCity_ContestHall_Text_PetalDanceIsMarvel: - .string "My POKéMON's PETAL DANCE is a marvel\n" - .string "of elegance.\p" - .string "I won't let anyone disturb its\n" - .string "performance.$" - -LilycoveCity_ContestHall_Text_MyMonAppealSoMuchCuter: - .string "Everyone's POKéMON are very cute.\p" - .string "However, if my POKéMON were to make\n" - .string "a cute appeal…\p" - .string "I'm sure that it would be so much \n" - .string "cuter than the others.$" - -LilycoveCity_ContestHall_Text_MyChildIsInContest: - .string "My child is in this CONTEST.$" - -LilycoveCity_ContestHall_Text_ComeOnDear: - .string "Come on, dear. Go for it!\n" - .string "Your POKéMON is the best!$" - -LilycoveCity_ContestHall_Text_ThatGirlThereIsCutest: - .string "I think that girl over there is\n" - .string "the cutest of the lot.\p" - .string "What's that? They're judging\n" - .string "POKéMON by their looks?$" - -LilycoveCity_ContestHall_Text_WantCuteMonOfMyOwn: - .string "Ohh, seeing all these cute POKéMON,\n" - .string "they make we want to get my own!\p" - .string "I'm going to go catch some!$" - -LilycoveCity_ContestHall_Text_BeautyContestStage: - .string "BEAUTY CONTEST STAGE\n" - .string "BE ALLURED BY BEAUTIFUL POKéMON!$" - -LilycoveCity_ContestHall_Text_CuteContestStage: - .string "CUTENESS CONTEST STAGE\n" - .string "BE CHARMED BY CUTE POKéMON!$" - -LilycoveCity_ContestHall_Text_SmartContestStage: - .string "SMARTNESS CONTEST STAGE\n" - .string "BE IMPRESSED BY SMART POKéMON!$" - +.ifdef ENGLISH + .include "data/maps/LilycoveCity_ContestHall/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LilycoveCity_ContestHall/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LilycoveCity_ContestHall/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LilycoveCity_ContestHall/text.inc b/data/maps/LilycoveCity_ContestHall/text.inc new file mode 100644 index 0000000000..1f8708909f --- /dev/null +++ b/data/maps/LilycoveCity_ContestHall/text.inc @@ -0,0 +1,201 @@ + +LilycoveCity_ContestHall_Text_TodayWonSmartnessContest: + .string "This POKéMON won the BEAUTY CONTEST\n" + .string "here before.\p" + .string "Well, guess what? Today, I made it\n" + .string "win a SMARTNESS CONTEST!\p" + .string "My abilities scare even me…$" + +LilycoveCity_ContestHall_Text_EnteredBunchOfContests: + .string "I've entered a bunch of CONTESTS,\n" + .string "so I'm seeing how things work.\p" + .string "If you're in a COOLNESS CONTEST,\n" + .string "cool moves go over as appeals.\p" + .string "But smart moves and cute moves\n" + .string "don't go over well, for instance.$" + +LilycoveCity_ContestHall_Text_ManWhoWonEarlierHadPokeblocks: + .string "That young man who won earlier had\n" + .string "a whole bunch of different {POKEBLOCK}S.\p" + .string "Can you win if you had that many\n" + .string "of those things?$" + +LilycoveCity_ContestHall_Text_IsntThisPlaceHumongous: + .string "Whoa, isn't this place humongous!\p" + .string "The tension in the air… It's not\n" + .string "like a CONTEST hall in the sticks.$" + +LilycoveCity_ContestHall_Text_GiveItBestSmartAppeal: + .string "MC: Okay, SMART POKéMON and their\n" + .string "TRAINERS, are you ready?!\p" + .string "Give it your best showing!\n" + .string "Let's appeal!$" + +LilycoveCity_ContestHall_Text_AreYouEnjoyingThisContest: + .string "JUDGE: Are you enjoying this CONTEST?\p" + .string "Come back with three friends, and\n" + .string "all of you may enter a CONTEST!$" + +LilycoveCity_ContestHall_Text_EnteredWrongContest: + .string "Ayayayay…\n" + .string "I entered the wrong CONTEST.\p" + .string "I entered this tough POKéMON in\n" + .string "the SMARTNESS CONTEST…\p" + .string "Come on, wow them with a smart-looking\n" + .string "ROCK SMASH.$" + +LilycoveCity_ContestHall_Text_RaisedMonToBeSmart: + .string "I've spent many a year, and all my\n" + .string "wisdom besides, raising this POKéMON\l" + .string "to be smart.\p" + .string "It won't be easily bested by some\n" + .string "young pup's POKéMON.\p" + .string "My dear wife, are you seeing this?$" + +LilycoveCity_ContestHall_Text_IfMonPullsSmartMoveNext: + .string "There it is!\p" + .string "If my POKéMON pulls a smart move next,\n" + .string "the audience's excitement will peak!$" + +LilycoveCity_ContestHall_Text_DontAppreciateCuteLeechLife: + .string "Oh, dear, no!\p" + .string "My darling ZUBAT's LEECH LIFE is so\n" + .string "cute I kept using it over and over!\p" + .string "But these mean people don't appreciate\n" + .string "it at all!$" + +LilycoveCity_ContestHall_Text_YoureBeautifulGrandpa: + .string "Kiyaaah! You're beautiful, Grandpa!$" + +LilycoveCity_ContestHall_Text_AllSeemToUseDifferentMoves: + .string "Even when TRAINERS enter the same\n" + .string "kind of POKéMON, they all seem to use\l" + .string "different moves for appeals.\p" + .string "It's just like the way people have\n" + .string "different styles for battling.$" + +LilycoveCity_ContestHall_Text_PokemonSmarterThanTrainers: + .string "I think the POKéMON look smarter\n" + .string "than their TRAINERS. By a lot.$" + +LilycoveCity_ContestHall_Text_StillLoveSmartnessContests: + .string "When all's said and done, I still love\n" + .string "SMARTNESS CONTESTS.\p" + .string "That intellectual green color…\n" + .string "It's so… So… Cool.$" + +LilycoveCity_ContestHall_Text_AreYouEnteringBeautyContest: + .string "MC: Are you entering the BEAUTY\n" + .string "CONTEST, too? Good luck!$" + +LilycoveCity_ContestHall_Text_EveryPokemonPristineBeauty: + .string "JUDGE: Ah, every POKéMON here is\n" + .string "a model of pristine beauty!\p" + .string "Why, I almost forgot to score them!$" + +LilycoveCity_ContestHall_Text_EyesWillBeGluedToMyBeauty: + .string "A POKéMON this beautiful…\n" + .string "There isn't another one like it.\p" + .string "Everyone's eyes will be glued to\n" + .string "my beauty.$" + +LilycoveCity_ContestHall_Text_OverdidGrooming: + .string "Waaaah!\p" + .string "I brushed and groomed my POKéMON\n" + .string "carefully for this CONTEST…\p" + .string "But I overdid it…\n" + .string "My POKéMON's coat turned all scraggly…\p" + .string "What should I do?$" + +LilycoveCity_ContestHall_Text_JudgeWontSeeAuroraBeam: + .string "This AURORA BEAM is so dazzling,\n" + .string "the JUDGE won't be able to see it.\p" + .string "Uh, wait a second…\n" + .string "That'll be meaningless, then!$" + +LilycoveCity_ContestHall_Text_PokemonLooksLikeYoungerMe: + .string "This pretty POKéMON looks just like\n" + .string "me when I was younger.\p" + .string "Right when I said that, my husband\n" + .string "spewed the coffee he was drinking.\p" + .string "Did I say something funny?$" + +LilycoveCity_ContestHall_Text_WinBeautyContestMakesMeHappy: + .string "You know, if I win at a BEAUTY\n" + .string "CONTEST, sure it makes me\l" + .string "happy. More than usual, anyway.$" + +LilycoveCity_ContestHall_Text_GanderAtAllThosePrettyPokemon: + .string "Wahahahah!\p" + .string "Will you take a gander at all those\n" + .string "pretty POKéMON!\l" + .string "I just love this sort of glitz!$" + +LilycoveCity_ContestHall_Text_CantWinOnBeautyAlone: + .string "You can't always win on just beauty\n" + .string "alone.\p" + .string "You have to groom your POKéMON so\n" + .string "it's nice and glossy like mine.$" + +LilycoveCity_ContestHall_Text_InTheMiddleOfContest: + .string "MC: Uh-oh! Hello!\n" + .string "We're in the middle of a CONTEST!\p" + .string "Please enter at our registration\n" + .string "counter and come out, okay?$" + +LilycoveCity_ContestHall_Text_SuchCharmingCuteAppeals: + .string "JUDGE: Oh, such charming and cute\n" + .string "appeals!\p" + .string "Oh, my goodness! What a perfectly\n" + .string "adorable WATER SPORT appeal!$" + +LilycoveCity_ContestHall_Text_MyAzurillWasDistracted: + .string "Oh, no… My sweet AZURILL was\n" + .string "distracted by another POKéMON.$" + +LilycoveCity_ContestHall_Text_NeverWonBattleButContest: + .string "My POKéMON has never won in a battle,\n" + .string "but put it in a CONTEST and look out!$" + +LilycoveCity_ContestHall_Text_PetalDanceIsMarvel: + .string "My POKéMON's PETAL DANCE is a marvel\n" + .string "of elegance.\p" + .string "I won't let anyone disturb its\n" + .string "performance.$" + +LilycoveCity_ContestHall_Text_MyMonAppealSoMuchCuter: + .string "Everyone's POKéMON are very cute.\p" + .string "However, if my POKéMON were to make\n" + .string "a cute appeal…\p" + .string "I'm sure that it would be so much \n" + .string "cuter than the others.$" + +LilycoveCity_ContestHall_Text_MyChildIsInContest: + .string "My child is in this CONTEST.$" + +LilycoveCity_ContestHall_Text_ComeOnDear: + .string "Come on, dear. Go for it!\n" + .string "Your POKéMON is the best!$" + +LilycoveCity_ContestHall_Text_ThatGirlThereIsCutest: + .string "I think that girl over there is\n" + .string "the cutest of the lot.\p" + .string "What's that? They're judging\n" + .string "POKéMON by their looks?$" + +LilycoveCity_ContestHall_Text_WantCuteMonOfMyOwn: + .string "Ohh, seeing all these cute POKéMON,\n" + .string "they make we want to get my own!\p" + .string "I'm going to go catch some!$" + +LilycoveCity_ContestHall_Text_BeautyContestStage: + .string "BEAUTY CONTEST STAGE\n" + .string "BE ALLURED BY BEAUTIFUL POKéMON!$" + +LilycoveCity_ContestHall_Text_CuteContestStage: + .string "CUTENESS CONTEST STAGE\n" + .string "BE CHARMED BY CUTE POKéMON!$" + +LilycoveCity_ContestHall_Text_SmartContestStage: + .string "SMARTNESS CONTEST STAGE\n" + .string "BE IMPRESSED BY SMART POKéMON!$" diff --git a/data/maps/LilycoveCity_ContestHall/text_fr.inc b/data/maps/LilycoveCity_ContestHall/text_fr.inc new file mode 100644 index 0000000000..9f396deeb1 --- /dev/null +++ b/data/maps/LilycoveCity_ContestHall/text_fr.inc @@ -0,0 +1,199 @@ + +LilycoveCity_ContestHall_Text_TodayWonSmartnessContest: + .string "Ce POKéMON a déjà gagné le CONCOURS\n" + .string "DE BEAUTE ici.\p" + .string "Et tu sais quoi? Je lui ai fait gagner le\n" + .string "CONCOURS D’INTELLIGENCE, aujourd’hui!\p" + .string "Je m’effraie moi-même…$" + +LilycoveCity_ContestHall_Text_EnteredBunchOfContests: + .string "J’ai fait pas mal de CONCOURS,\n" + .string "donc je sais comment ça se passe.\p" + .string "Dans un CONCOURS DE SANG-FROID, les\n" + .string "capacités SANG-FROID ont du succès.\p" + .string "Mais les capacités INTELLIGENCE et\n" + .string "GRACE, par exemple, n’ont pas trop\l" + .string "d’effet.$" + +LilycoveCity_ContestHall_Text_ManWhoWonEarlierHadPokeblocks: + .string "Le jeune garçon qui vient de gagner\n" + .string "avait plein de {POKEBLOCK}S différents.\p" + .string "Tu gagnerais, toi, si t’en avais autant?$" + +LilycoveCity_ContestHall_Text_IsntThisPlaceHumongous: + .string "Waouh, cet endroit est super!\p" + .string "On peut sentir la tension dans l’air…\n" + .string "Ça, c’est un vrai lieu de CONCOURS.$" + +LilycoveCity_ContestHall_Text_GiveItBestSmartAppeal: + .string "ANIMATRICE: POKéMON INTELLIGENTS\n" + .string "et leurs DRESSEURS, vous êtes prêts?!\p" + .string "Montrez-vous sous votre meilleur jour!\n" + .string "C’est parti!$" + +LilycoveCity_ContestHall_Text_AreYouEnjoyingThisContest: + .string "JUGE: Vous aimez ce genre de CONCOURS?\p" + .string "Revenez avec trois amis et vous\n" + .string "pourrez tous participer à un CONCOURS!$" + +LilycoveCity_ContestHall_Text_EnteredWrongContest: + .string "Aïe, aïe, aïe…\n" + .string "Je me suis trompé de CONCOURS.\p" + .string "J’ai inscrit ce POKéMON ROBUSTE à un\n" + .string "CONCOURS D’INTELLIGENCE…\p" + .string "Allez, montre-leur ton ECLATE-ROC.$" + +LilycoveCity_ContestHall_Text_RaisedMonToBeSmart: + .string "Cela m’a pris des années et beaucoup\n" + .string "de sagesse, pour que ce POKéMON\l" + .string "devienne aussi intelligent.\p" + .string "Il ne se laisse pas battre par n’importe\n" + .string "quel POKéMON inexpérimenté.$" + +LilycoveCity_ContestHall_Text_IfMonPullsSmartMoveNext: + .string "Voilà!\p" + .string "Une capacité INTELLIGENCE maintenant,\n" + .string "et l’enthousiasme du public augmentera!$" + +LilycoveCity_ContestHall_Text_DontAppreciateCuteLeechLife: + .string "Oh, non!\p" + .string "J’utilise tout le temps le VAMPIRISME\n" + .string "de mon NOSFERAPTI, il est si gracieux!\p" + .string "Mais ces gens sont méchants et\n" + .string "n’apprécient pas du tout!$" + +LilycoveCity_ContestHall_Text_YoureBeautifulGrandpa: + .string "Ouais! T’es super, pépé!$" + +LilycoveCity_ContestHall_Text_AllSeemToUseDifferentMoves: + .string "Même quand les DRESSEURS inscrivent\n" + .string "le même genre de POKéMON, ils semblent\l" + .string "utiliser des capacités différentes.\p" + .string "C’est comme pour les combats, chacun\n" + .string "a son propre style.$" + +LilycoveCity_ContestHall_Text_PokemonSmarterThanTrainers: + .string "Je trouve que les POKéMON ont l’air bien\n" + .string "plus intelligents que leurs DRESSEURS.$" + +LilycoveCity_ContestHall_Text_StillLoveSmartnessContests: + .string "Par-dessus tout, j’adore les\n" + .string "CONCOURS D’INTELLIGENCE.\p" + .string "Cette couleur verte si intellectuelle…\n" + .string "C’est… super cool.$" + +LilycoveCity_ContestHall_Text_AreYouEnteringBeautyContest: + .string "ANIMATRICE: Tu vas aussi participer au\n" + .string "CONCOURS DE BEAUTE? Bonne chance!$" + +LilycoveCity_ContestHall_Text_EveryPokemonPristineBeauty: + .string "JUGE: Ah, les POKéMON ici présents\n" + .string "sont des spécimens d’une rare beauté!\p" + .string "Oh, j’en ai presque oublié de les noter!$" + +LilycoveCity_ContestHall_Text_EyesWillBeGluedToMyBeauty: + .string "Un POKéMON de cette magnificence…\n" + .string "Il n’y en a pas deux comme ça.\p" + .string "Tout le monde sera subjugué par tant\n" + .string "de beauté.$" + +LilycoveCity_ContestHall_Text_OverdidGrooming: + .string "Ahhhhh!\p" + .string "J’ai brossé et coiffé mon POKéMON\n" + .string "avec soin pour ce CONCOURS…\p" + .string "Mais j’ai exagéré…\n" + .string "Maintenant, il a le poil tout ébouriffé…\p" + .string "Qu’est-ce que je peux faire?$" + +LilycoveCity_ContestHall_Text_JudgeWontSeeAuroraBeam: + .string "Cette ONDE BOREALE est si éblouissante\n" + .string "que le JUGE ne pourra pas la voir.\p" + .string "Euh, attends…\n" + .string "Mais ça sert à rien, alors!$" + +LilycoveCity_ContestHall_Text_PokemonLooksLikeYoungerMe: + .string "Ce joli POKéMON, c’est exactement moi\n" + .string "quand j’étais plus jeune.\p" + .string "Juste au moment où je l’ai dit, mon mari\n" + .string "s’est étouffé avec son café.\p" + .string "J’ai dit quelque chose d’amusant?$" + +LilycoveCity_ContestHall_Text_WinBeautyContestMakesMeHappy: + .string "Tu sais, en tant que femme, je serais\n" + .string "plus qu’heureuse de gagner un CONCOURS\l" + .string "DE BEAUTE.$" + +LilycoveCity_ContestHall_Text_GanderAtAllThosePrettyPokemon: + .string "Waouhhhh!\p" + .string "Tu devrais jeter un coup d’œil\n" + .string "à ces jolis POKéMON.\p" + .string "Quelle splendeur! J’adore!$" + +LilycoveCity_ContestHall_Text_CantWinOnBeautyAlone: + .string "Tu ne peux pas toujours compter\n" + .string "sur la beauté uniquement.\p" + .string "Tu dois aussi coiffer ton POKéMON, pour\n" + .string "qu’il soit aussi brillant que le mien.$" + +LilycoveCity_ContestHall_Text_InTheMiddleOfContest: + .string "ANIMATRICE: Hum! Ohé!\n" + .string "On est en plein CONCOURS!\p" + .string "Veuillez vous inscrire au guichet et\n" + .string "revenez ensuite, vous voulez bien?$" + +LilycoveCity_ContestHall_Text_SuchCharmingCuteAppeals: + .string "JUGE: Oh, quelles démonstrations\n" + .string "ravissantes et gracieuses!\p" + .string "Juste ciel! Quelle parfaite et adorable\n" + .string "démonstration de TOURNIQUET!$" + +LilycoveCity_ContestHall_Text_MyAzurillWasDistracted: + .string "Oh, non… Mon doux AZURILL s’est\n" + .string "laissé distraire par un autre POKéMON.$" + +LilycoveCity_ContestHall_Text_NeverWonBattleButContest: + .string "Mon POKéMON ne gagne jamais de combat,\n" + .string "mais en CONCOURS, c’est le meilleur!$" + +LilycoveCity_ContestHall_Text_PetalDanceIsMarvel: + .string "La DANSE-FLEUR de mon POKéMON est une\n" + .string "merveille d’élégance.\p" + .string "Je ne laisserai personne perturber sa\n" + .string "prestation.$" + +LilycoveCity_ContestHall_Text_MyMonAppealSoMuchCuter: + .string "Tous les POKéMON sont gracieux.\p" + .string "Mais si mon POKéMON faisait une\n" + .string "démonstration de grâce…\p" + .string "Je suis sûre qu’il serait beaucoup plus\n" + .string "gracieux que les autres.$" + +LilycoveCity_ContestHall_Text_MyChildIsInContest: + .string "Mon enfant participe au CONCOURS.$" + +LilycoveCity_ContestHall_Text_ComeOnDear: + .string "Vas-y, courage!\n" + .string "Ton POKéMON est le meilleur!$" + +LilycoveCity_ContestHall_Text_ThatGirlThereIsCutest: + .string "Je trouve que cette fille est vraiment\n" + .string "la plus gracieuse.\p" + .string "Comment? Ils jugent les POKéMON\n" + .string "sur leur apparence?$" + +LilycoveCity_ContestHall_Text_WantCuteMonOfMyOwn: + .string "Oh, regarder tous ces gracieux POKéMON\n" + .string "me donne envie d’en avoir un!\p" + .string "Je vais aller en attraper quelques-uns!$" + +LilycoveCity_ContestHall_Text_BeautyContestStage: + .string "EPREUVE DE BEAUTE\n" + .string "POKéMON D’UNE BEAUTE EPOUSTOUFLANTE!$" + +LilycoveCity_ContestHall_Text_CuteContestStage: + .string "EPREUVE DE GRACE\n" + .string "POKéMON D’UNE GRACE EXTREME!$" + +LilycoveCity_ContestHall_Text_SmartContestStage: + .string "EPREUVE D’INTELLIGENCE\n" + .string "POKéMON D’UNE INTELLIGENCE INOUIE!$" diff --git a/data/maps/LilycoveCity_ContestHall/text_it.inc b/data/maps/LilycoveCity_ContestHall/text_it.inc new file mode 100644 index 0000000000..02d54caa52 --- /dev/null +++ b/data/maps/LilycoveCity_ContestHall/text_it.inc @@ -0,0 +1,205 @@ + +LilycoveCity_ContestHall_Text_TodayWonSmartnessContest: + .string "Il mio POKéMON aveva già vinto\n" + .string "una GARA di BELLEZZA in questa sede.\p" + .string "Bene, indovina un po’… oggi ha vinto\n" + .string "una GARA di ACUME!\p" + .string "Le mie abilità sono spaventose…$" + +LilycoveCity_ContestHall_Text_EnteredBunchOfContests: + .string "Mi sono iscritto a molte GARE e\n" + .string "comincio a capirne il meccanismo.\p" + .string "In una GARA di CLASSE, le mosse di\n" + .string "classe hanno successo nell’esibizione.\p" + .string "Le mosse acute e graziose, però, non\n" + .string "fanno altrettanta bella figura.$" + +LilycoveCity_ContestHall_Text_ManWhoWonEarlierHadPokeblocks: + .string "Quel giovane uomo che ha vinto prima\n" + .string "aveva tantissime {POKEMELLE} diverse.\p" + .string "Tutte quelle cose aiutano a vincere?$" + +LilycoveCity_ContestHall_Text_IsntThisPlaceHumongous: + .string "Wow, non trovi che sia un posto\n" + .string "colossale!\p" + .string "È molto più elettrizzante rispetto alle\n" + .string "ARENE delle VIRTÙ di provincia.$" + +LilycoveCity_ContestHall_Text_GiveItBestSmartAppeal: + .string "ASSISTENTE: Ok, POKéMON ACUTI e\n" + .string "loro ALLENATORI, siete pronti?!\p" + .string "Fateci vedere di che cosa siete capaci!\n" + .string "Diamo inizio all’esibizione!$" + +LilycoveCity_ContestHall_Text_AreYouEnjoyingThisContest: + .string "GIUDICE: Ti piace questa GARA?\p" + .string "Torna con tre amici: potrete iscrivervi\n" + .string "tutti ad una GARA!$" + +LilycoveCity_ContestHall_Text_EnteredWrongContest: + .string "Ahiahiahi…\n" + .string "Ho scelto la GARA sbagliata.\p" + .string "Ho iscritto questo POKéMON grintoso\n" + .string "alla GARA di ACUME…\p" + .string "Forza, sorprendili con una mossa\n" + .string "SPACCAROCCIA acuta.$" + +LilycoveCity_ContestHall_Text_RaisedMonToBeSmart: + .string "Ho speso una vita e tanta saggezza per\n" + .string "insegnare a questo POKéMON ad essere\l" + .string "acuto.\p" + .string "Un POKéMON di un debuttante non può\n" + .string "fare meglio di lui.\p" + .string "Cara mogliettina, stai ammirando?$" + +LilycoveCity_ContestHall_Text_IfMonPullsSmartMoveNext: + .string "Eccolo!\p" + .string "Se adesso il mio POKéMON fa una mossa\n" + .string "acuta, l’entusiasmo del pubblico salirà\l" + .string "alle stelle!$" + +LilycoveCity_ContestHall_Text_DontAppreciateCuteLeechLife: + .string "Oh, no!\p" + .string "La SANGUISUGA di ZUBAT è così graziosa\n" + .string "che ho continuato ad usarla!\p" + .string "Ma queste persone non sembrano\n" + .string "gradirla affatto. Ce l’hanno con me!$" + +LilycoveCity_ContestHall_Text_YoureBeautifulGrandpa: + .string "Aahhh! Sei bello, nonnino!$" + +LilycoveCity_ContestHall_Text_AllSeemToUseDifferentMoves: + .string "Anche quando gli ALLENATORI iscrivono\n" + .string "la stessa specie di POKéMON, sembrano\l" + .string "usare mosse diverse nell’esibizione.\p" + .string "Anche nella lotta le persone adottano\n" + .string "stili diversi.$" + +LilycoveCity_ContestHall_Text_PokemonSmarterThanTrainers: + .string "Credo che i POKéMON siano un bel po’\n" + .string "più acuti dei loro ALLENATORI.$" + +LilycoveCity_ContestHall_Text_StillLoveSmartnessContests: + .string "A conti fatti, preferisco le GARE di\n" + .string "ACUME.\p" + .string "Quel colore verde così intellettuale…\n" + .string "mi fa impazzire!$" + +LilycoveCity_ContestHall_Text_AreYouEnteringBeautyContest: + .string "ASSISTENTE: Ti iscrivi anche tu alla\n" + .string "GARA di BELLEZZA? In bocca al lupo!$" + +LilycoveCity_ContestHall_Text_EveryPokemonPristineBeauty: + .string "GIUDICE: Ogni POKéMON qui è un esempio\n" + .string "di rara bellezza!\p" + .string "Per poco mi dimenticavo di dare \n" + .string "il punteggio!$" + +LilycoveCity_ContestHall_Text_EyesWillBeGluedToMyBeauty: + .string "Un POKéMON così bello…\n" + .string "sbaraglia la concorrenza.\p" + .string "Nessuno riuscirà a togliergli gli occhi\n" + .string "di dosso.$" + +LilycoveCity_ContestHall_Text_OverdidGrooming: + .string "Aaaaah!\p" + .string "Ho tirato a lustro il mio POKéMON\n" + .string "per questa GARA…\p" + .string "Ma forse ho esagerato un po’…\n" + .string "Il mantello del mio POKéMON è tutto\l" + .string "ispido…\p" + .string "Che cosa devo fare?$" + +LilycoveCity_ContestHall_Text_JudgeWontSeeAuroraBeam: + .string "La mossa RAGGIAURORA è così lucente\n" + .string "che il GIUDICE ne verrà abbagliato.\p" + .string "Uh, aspetta un secondo… non ha\n" + .string "senso usarla!$" + +LilycoveCity_ContestHall_Text_PokemonLooksLikeYoungerMe: + .string "Questo POKéMON tanto carino assomiglia\n" + .string "a me quando ero giovane.\p" + .string "Appena l’ho detto, mio marito ha\n" + .string "sputato il caffè che stava bevendo.\p" + .string "Fa tanto ridere quello che ho detto?$" + +LilycoveCity_ContestHall_Text_WinBeautyContestMakesMeHappy: + .string "Sai, come donna, se vinco una GARA di\n" + .string "BELLEZZA sono tanto contenta.\l" + .string "Sarà vanità femminile?$" + +LilycoveCity_ContestHall_Text_GanderAtAllThosePrettyPokemon: + .string "Ahahahah!\p" + .string "Dai un’occhiata a tutti questi POKéMON\n" + .string "tanto carini!\l" + .string "Che bello spettacolo!$" + +LilycoveCity_ContestHall_Text_CantWinOnBeautyAlone: + .string "Non puoi contare solo sulla bellezza.\p" + .string "Devi anche vestire il tuo POKéMON\n" + .string "a festa.$" + +LilycoveCity_ContestHall_Text_InTheMiddleOfContest: + .string "ASSISTENTE: Uh! Ehi!\n" + .string "Siamo nel bel mezzo di una GARA!\p" + .string "Bisogna iscriversi al bancone prima\n" + .string "di esibirsi, ok?$" + +LilycoveCity_ContestHall_Text_SuchCharmingCuteAppeals: + .string "GIUDICE: Oh, queste esibizioni sono\n" + .string "così affascinanti e graziose!\p" + .string "Un’esibizione, quella con DOCCIASCUDO,\n" + .string "del tutto adorabile!$" + +LilycoveCity_ContestHall_Text_MyAzurillWasDistracted: + .string "Oh, no… il mio dolce AZURILL…\n" + .string "un altro POKéMON l’ha distratto.$" + +LilycoveCity_ContestHall_Text_NeverWonBattleButContest: + .string "Il mio POKéMON non vince mai in lotta,\n" + .string "ma guarda com’è bravo nelle GARE!$" + +LilycoveCity_ContestHall_Text_PetalDanceIsMarvel: + .string "La PETALODANZA del mio POKéMON\n" + .string "è una meraviglia di eleganza.\p" + .string "Non permetterò a nessuno di disturbare\n" + .string "la sua prova.$" + +LilycoveCity_ContestHall_Text_MyMonAppealSoMuchCuter: + .string "I POKéMON degli altri sono molto\n" + .string "graziosi.\p" + .string "Ma se il mio POKéMON dovesse fare\n" + .string "un’esibizione graziosa…\p" + .string "sono sicura che sarebbe molto più\n" + .string "grazioso degli altri.$" + +LilycoveCity_ContestHall_Text_MyChildIsInContest: + .string "Il mio tesoro partecipa a questa GARA.$" + +LilycoveCity_ContestHall_Text_ComeOnDear: + .string "Coraggio, fatti valere!\n" + .string "Il tuo POKéMON è il migliore!$" + +LilycoveCity_ContestHall_Text_ThatGirlThereIsCutest: + .string "Credo che quella ragazza sia\n" + .string "la più graziosa di tutte.\p" + .string "Che cosa? Giudicano i POKéMON\n" + .string "per il loro aspetto?$" + +LilycoveCity_ContestHall_Text_WantCuteMonOfMyOwn: + .string "Oh, vedere tutti questi POKéMON così\n" + .string "graziosi, mi ha fatto venir voglia di\l" + .string "averne uno tutto mio!\p" + .string "Adesso ne catturo qualcuno!$" + +LilycoveCity_ContestHall_Text_BeautyContestStage: + .string "GARA di BELLEZZA: FATEVI AFFASCINARE\n" + .string "da POKéMON BELLI!$" + +LilycoveCity_ContestHall_Text_CuteContestStage: + .string "GARA di GRAZIA: FATEVI INCANTARE\n" + .string "da POKéMON GRAZIOSI!$" + +LilycoveCity_ContestHall_Text_SmartContestStage: + .string "GARA di ACUME: FATEVI IMPRESSIONARE\n" + .string "da POKéMON ACUTI!$" diff --git a/data/maps/LilycoveCity_ContestLobby/scripts.inc b/data/maps/LilycoveCity_ContestLobby/scripts.inc index fa884a0966..ec837ffe69 100644 --- a/data/maps/LilycoveCity_ContestLobby/scripts.inc +++ b/data/maps/LilycoveCity_ContestLobby/scripts.inc @@ -982,105 +982,14 @@ LilycoveCity_ContestLobby_EventScript_LittleGirlHaveCase:: release end -LilycoveCity_ContestLobby_Text_LadyGaveMePokeblockCase: - .string "Yippee!\p" - .string "The lady at the reception counter\n" - .string "gave me a case for {POKEBLOCK}S!$" - -LilycoveCity_ContestLobby_Text_MakePokeblocksDifferentBerries: - .string "Make {POKEBLOCK}S and put them in there.\p" - .string "When you make a {POKEBLOCK}, everyone\n" - .string "has to put in a different BERRY.$" - -LilycoveCity_ContestLobby_Text_YourPokemonSpurredMeToPaint: - .string "Congratulations!\p" - .string "I did a painting of your POKéMON to\n" - .string "commemorate its victory…\p" - .string "Well, your POKéMON's appeals were\n" - .string "so fantastic, it spurred me into\l" - .string "painting better than I usually do.\l" - .string "Look, see?$" - -LilycoveCity_ContestLobby_Text_ShouldITakePaintingToMuseum: - .string "What do you think? I'm confident in\n" - .string "what I've done, but do you like it?\p" - .string "A work of this caliber, it wouldn't look\n" - .string "out of place in an art museum.\p" - .string "Huh? An art museum really is looking\n" - .string "for paintings?\p" - .string "Do you think I should take this there?$" - -LilycoveCity_ContestLobby_Text_IllTakePaintingToMuseum: - .string "What, really? Then, sure, I will take\n" - .string "this painting there right now.\p" - .string "I'll give it a proper title, too.\p" - .string "I hope they'll like it and consider\n" - .string "exhibiting this.\p" - .string "Please check if they did accept this.\n" - .string "Thank you!$" - -LilycoveCity_ContestLobby_Text_TakeMementoOfPainting: - .string "Oh, that's right!\p" - .string "As a memento of me painting your\n" - .string "POKéMON, please take this.$" - -LilycoveCity_ContestLobby_Text_ReceivedARibbon: - .string "{PLAYER} received a RIBBON.$" - -LilycoveCity_ContestLobby_Text_PutTheRibbonOnMon: - .string "{PLAYER} put the RIBBON on\n" - .string "{STR_VAR_1}.$" - -LilycoveCity_ContestLobby_Text_OkaySeeYou: - .string "Okay, see you!$" - -LilycoveCity_ContestLobby_Text_TakeHomeButIdLikeToTakeToMuseum: - .string "Oh… Then, I guess I'll just take\n" - .string "this home with me…\p" - .string "But, you know, I would like to take\n" - .string "this to the art museum… Okay?$" - -LilycoveCity_ContestLobby_Text_FineThatsTheWayItIs: - .string "Oh, fine, that's the way it is.\n" - .string "I will hang this in my own house.\p" - .string "I'll just have to try harder next time.\n" - .string "Well, be seeing you.$" - -LilycoveCity_ContestLobby_Text_MasterRankHereICome: - .string "Hoo, boy… Master Rank CONTESTS,\n" - .string "here I come.\p" - .string "The world will know that my dearest\n" - .string "POKéMON is the cutest being in all\l" - .string "existence. The time has come!\l" - .string "Uheheheh.$" - -LilycoveCity_ContestLobby_Text_WholeVarietyOfPokemonHere: - .string "You can see a whole variety of\n" - .string "POKéMON here.\p" - .string "That's why I make this place a regular\n" - .string "part of my daily stroll.$" - -LilycoveCity_ContestLobby_Text_ContestFeastForEyes: - .string "Wow, coming out to a CONTEST is\n" - .string "a feast for these eyes!\p" - .string "Would you look at all the POKéMON\n" - .string "that just scream to be painted?$" - -LilycoveCity_ContestLobby_Text_ToughContestIsExtreme: - .string "The TOUGHNESS CONTEST is like\n" - .string "extreme, man!\p" - .string "Those muscular appeals…\n" - .string "Cascading sweat… I swoon!$" - -LilycoveCity_ContestLobby_Text_LavishedCareOnMon: - .string "Day in and day out, I lavished my care\n" - .string "on this POKéMON.\p" - .string "Its condition is peaking.\n" - .string "Today, victory is mine!$" - -LilycoveCity_ContestLobby_Text_MadePokeblocksWithFamily: - .string "I made {POKEBLOCK}S with Mom, Dad, and\n" - .string "Big Sister. They turned out great!\p" - .string "I bet you can make smoother, better\n" - .string "{POKEBLOCK}S if you have more people.$" - +.ifdef ENGLISH + .include "data/maps/LilycoveCity_ContestLobby/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LilycoveCity_ContestLobby/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LilycoveCity_ContestLobby/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LilycoveCity_ContestLobby/text.inc b/data/maps/LilycoveCity_ContestLobby/text.inc new file mode 100644 index 0000000000..39b41f304b --- /dev/null +++ b/data/maps/LilycoveCity_ContestLobby/text.inc @@ -0,0 +1,102 @@ + +LilycoveCity_ContestLobby_Text_LadyGaveMePokeblockCase: + .string "Yippee!\p" + .string "The lady at the reception counter\n" + .string "gave me a case for {POKEBLOCK}S!$" + +LilycoveCity_ContestLobby_Text_MakePokeblocksDifferentBerries: + .string "Make {POKEBLOCK}S and put them in there.\p" + .string "When you make a {POKEBLOCK}, everyone\n" + .string "has to put in a different BERRY.$" + +LilycoveCity_ContestLobby_Text_YourPokemonSpurredMeToPaint: + .string "Congratulations!\p" + .string "I did a painting of your POKéMON to\n" + .string "commemorate its victory…\p" + .string "Well, your POKéMON's appeals were\n" + .string "so fantastic, it spurred me into\l" + .string "painting better than I usually do.\l" + .string "Look, see?$" + +LilycoveCity_ContestLobby_Text_ShouldITakePaintingToMuseum: + .string "What do you think? I'm confident in\n" + .string "what I've done, but do you like it?\p" + .string "A work of this caliber, it wouldn't look\n" + .string "out of place in an art museum.\p" + .string "Huh? An art museum really is looking\n" + .string "for paintings?\p" + .string "Do you think I should take this there?$" + +LilycoveCity_ContestLobby_Text_IllTakePaintingToMuseum: + .string "What, really? Then, sure, I will take\n" + .string "this painting there right now.\p" + .string "I'll give it a proper title, too.\p" + .string "I hope they'll like it and consider\n" + .string "exhibiting this.\p" + .string "Please check if they did accept this.\n" + .string "Thank you!$" + +LilycoveCity_ContestLobby_Text_TakeMementoOfPainting: + .string "Oh, that's right!\p" + .string "As a memento of me painting your\n" + .string "POKéMON, please take this.$" + +LilycoveCity_ContestLobby_Text_ReceivedARibbon: + .string "{PLAYER} received a RIBBON.$" + +LilycoveCity_ContestLobby_Text_PutTheRibbonOnMon: + .string "{PLAYER} put the RIBBON on\n" + .string "{STR_VAR_1}.$" + +LilycoveCity_ContestLobby_Text_OkaySeeYou: + .string "Okay, see you!$" + +LilycoveCity_ContestLobby_Text_TakeHomeButIdLikeToTakeToMuseum: + .string "Oh… Then, I guess I'll just take\n" + .string "this home with me…\p" + .string "But, you know, I would like to take\n" + .string "this to the art museum… Okay?$" + +LilycoveCity_ContestLobby_Text_FineThatsTheWayItIs: + .string "Oh, fine, that's the way it is.\n" + .string "I will hang this in my own house.\p" + .string "I'll just have to try harder next time.\n" + .string "Well, be seeing you.$" + +LilycoveCity_ContestLobby_Text_MasterRankHereICome: + .string "Hoo, boy… Master Rank CONTESTS,\n" + .string "here I come.\p" + .string "The world will know that my dearest\n" + .string "POKéMON is the cutest being in all\l" + .string "existence. The time has come!\l" + .string "Uheheheh.$" + +LilycoveCity_ContestLobby_Text_WholeVarietyOfPokemonHere: + .string "You can see a whole variety of\n" + .string "POKéMON here.\p" + .string "That's why I make this place a regular\n" + .string "part of my daily stroll.$" + +LilycoveCity_ContestLobby_Text_ContestFeastForEyes: + .string "Wow, coming out to a CONTEST is\n" + .string "a feast for these eyes!\p" + .string "Would you look at all the POKéMON\n" + .string "that just scream to be painted?$" + +LilycoveCity_ContestLobby_Text_ToughContestIsExtreme: + .string "The TOUGHNESS CONTEST is like\n" + .string "extreme, man!\p" + .string "Those muscular appeals…\n" + .string "Cascading sweat… I swoon!$" + +LilycoveCity_ContestLobby_Text_LavishedCareOnMon: + .string "Day in and day out, I lavished my care\n" + .string "on this POKéMON.\p" + .string "Its condition is peaking.\n" + .string "Today, victory is mine!$" + +LilycoveCity_ContestLobby_Text_MadePokeblocksWithFamily: + .string "I made {POKEBLOCK}S with Mom, Dad, and\n" + .string "Big Sister. They turned out great!\p" + .string "I bet you can make smoother, better\n" + .string "{POKEBLOCK}S if you have more people.$" diff --git a/data/maps/LilycoveCity_ContestLobby/text_fr.inc b/data/maps/LilycoveCity_ContestLobby/text_fr.inc new file mode 100644 index 0000000000..e72139188a --- /dev/null +++ b/data/maps/LilycoveCity_ContestLobby/text_fr.inc @@ -0,0 +1,104 @@ + +LilycoveCity_ContestLobby_Text_LadyGaveMePokeblockCase: + .string "Youpi!\p" + .string "La femme à la réception vient de\n" + .string "me donner une boîte pour {POKEBLOCK}S!$" + +LilycoveCity_ContestLobby_Text_MakePokeblocksDifferentBerries: + .string "Fais des {POKEBLOCK}S et mets-les\n" + .string "dans la BOITE {POKEBLOCK}S.\p" + .string "Pour faire un {POKEBLOCK}, chacun\n" + .string "doit mettre une BAIE différente.$" + +LilycoveCity_ContestLobby_Text_YourPokemonSpurredMeToPaint: + .string "Félicitations!\p" + .string "J’ai peint ton POKéMON pour\n" + .string "commémorer sa victoire…\p" + .string "Les démonstrations de ton POKéMON\n" + .string "étaient si formidables que j’ai peint\l" + .string "comme jamais auparavant. Je me suis\l" + .string "surpassé! Tiens, regarde!$" + +LilycoveCity_ContestLobby_Text_ShouldITakePaintingToMuseum: + .string "Tu en penses quoi? Je suis assez\n" + .string "content de moi. Tu aimes?\p" + .string "Une œuvre de cette qualité\n" + .string "aurait sa place dans un musée.\p" + .string "Hein? Il y a un musée qui cherche des\n" + .string "tableaux à exposer?\p" + .string "Tu crois que je devrais leur apporter\n" + .string "ce tableau que j’ai peint?$" + +LilycoveCity_ContestLobby_Text_IllTakePaintingToMuseum: + .string "Quoi, vraiment? C’est décidé, je leur\n" + .string "apporte le tableau tout de suite.\p" + .string "Je vais lui donner un titre, aussi.\p" + .string "J’espère qu’ils l’aimeront et voudront\n" + .string "bien l’exposer.\p" + .string "Passe voir s’ils l’ont accepté, quand tu\n" + .string "auras un moment. Merci!$" + +LilycoveCity_ContestLobby_Text_TakeMementoOfPainting: + .string "Oh, c’est vrai!\p" + .string "Comme souvenir du tableau\n" + .string "de ton POKéMON, accepte ceci.$" + +LilycoveCity_ContestLobby_Text_ReceivedARibbon: + .string "{PLAYER} reçoit un RUBAN.$" + +LilycoveCity_ContestLobby_Text_PutTheRibbonOnMon: + .string "{PLAYER} met le RUBAN sur\n" + .string "{STR_VAR_1}.$" + +LilycoveCity_ContestLobby_Text_OkaySeeYou: + .string "D’accord, à plus!$" + +LilycoveCity_ContestLobby_Text_TakeHomeButIdLikeToTakeToMuseum: + .string "Oh… Alors je vais l’amener chez\n" + .string "moi…\p" + .string "Mais en fait, j’aimerais plutôt le\n" + .string "donner au musée… T’es d’accord?$" + +LilycoveCity_ContestLobby_Text_FineThatsTheWayItIs: + .string "Bon, d’accord. Je vais l’accrocher chez\n" + .string "moi, alors.\p" + .string "J’essaierai de faire mieux la prochaine\n" + .string "fois. Allez, à plus tard.$" + +LilycoveCity_ContestLobby_Text_MasterRankHereICome: + .string "Attention, participants aux CONCOURS\n" + .string "catégorie MASTER, me voilà!\p" + .string "Le monde entier va enfin savoir que mon\n" + .string "cher POKéMON est l’être le plus gracieux\l" + .string "qui puisse exister. Le moment est venu!\p" + .string "Hé, hé, hé.$" + +LilycoveCity_ContestLobby_Text_WholeVarietyOfPokemonHere: + .string "Il y a une grande variété de POKéMON,\n" + .string "ici.\p" + .string "C’est pourquoi je viens tous les jours,\n" + .string "lors de ma promenade.$" + +LilycoveCity_ContestLobby_Text_ContestFeastForEyes: + .string "Venir voir un CONCOURS est un\n" + .string "festival pour les yeux!\p" + .string "On voit plein de superbes POKéMON qui\n" + .string "crient pour qu’on les peigne.$" + +LilycoveCity_ContestLobby_Text_ToughContestIsExtreme: + .string "Le CONCOURS DE ROBUSTESSE,\n" + .string "c’est quelque chose, tu sais!\p" + .string "Cet étalage de muscles… Toute cette\n" + .string "sueur… Simplement magnifique!$" + +LilycoveCity_ContestLobby_Text_LavishedCareOnMon: + .string "Jour après jour, j’ai prodigué mes\n" + .string "soins à ce POKéMON.\p" + .string "Il approche de la perfection.\n" + .string "Aujourd’hui, la victoire est à moi!$" + +LilycoveCity_ContestLobby_Text_MadePokeblocksWithFamily: + .string "J’ai fait des {POKEBLOCK}S avec ma maman, mon\n" + .string "papa et ma grande sœur. Ils sont super!\p" + .string "Si tu fais des {POKEBLOCK}S avec d’autres\n" + .string "personnes, ils sont meilleurs.$" diff --git a/data/maps/LilycoveCity_ContestLobby/text_it.inc b/data/maps/LilycoveCity_ContestLobby/text_it.inc new file mode 100644 index 0000000000..d3fbfb7acf --- /dev/null +++ b/data/maps/LilycoveCity_ContestLobby/text_it.inc @@ -0,0 +1,98 @@ + +LilycoveCity_ContestLobby_Text_LadyGaveMePokeblockCase: + .string "Urrà!\p" + .string "La signora al banco di accettazione\n" + .string "mi ha dato un contenitore per le {POKEMELLE}!$" + +LilycoveCity_ContestLobby_Text_MakePokeblocksDifferentBerries: + .string "Fai {POKEMELLE} e mettile lì dentro.\p" + .string "Quando si fa una {POKEMELLA}, tutti devono\n" + .string "mettere una BACCA differente.$" + +LilycoveCity_ContestLobby_Text_YourPokemonSpurredMeToPaint: + .string "Congratulazioni!\p" + .string "Ho fatto un dipinto del tuo POKéMON\n" + .string "per commemorare la sua vittoria…\p" + .string "L’esibizione del tuo POKéMON è\n" + .string "stata così fantastica da stimolare\l" + .string "la mia vena artistica.\l" + .string "Dai un’occhiata, che ne dici?$" + +LilycoveCity_ContestLobby_Text_ShouldITakePaintingToMuseum: + .string "Che ne pensi? Per me è un lavoro\n" + .string "proprio ben fatto!\p" + .string "Un’opera di questo calibro non\n" + .string "sfigurerebbe in un museo d’arte.\p" + .string "Uh? Davvero? Un museo d’arte sta\n" + .string "cercando nuove opere?\p" + .string "Credi che dovrei portarla lì?$" + +LilycoveCity_ContestLobby_Text_IllTakePaintingToMuseum: + .string "Che cosa? Sul serio? Beh, allora\n" + .string "la porterò immediatamente!\p" + .string "Devo trovare un titolo adatto…\p" + .string "Spero che piaccia e che decidano di\n" + .string "esporla.\p" + .string "Per favore controlla che l’abbiano\n" + .string "accettata. Grazie!$" + +LilycoveCity_ContestLobby_Text_TakeMementoOfPainting: + .string "Oh, dimenticavo!\p" + .string "Prendi questo, come ricordo dell’opera\n" + .string "che ho dipinto per il tuo POKéMON.$" + +LilycoveCity_ContestLobby_Text_ReceivedARibbon: + .string "{PLAYER} riceve un FIOCCO.$" + +LilycoveCity_ContestLobby_Text_PutTheRibbonOnMon: + .string "{PLAYER} mette il FIOCCO a {STR_VAR_1}.$" + +LilycoveCity_ContestLobby_Text_OkaySeeYou: + .string "Ok, ci si vede!$" + +LilycoveCity_ContestLobby_Text_TakeHomeButIdLikeToTakeToMuseum: + .string "Oh… beh, allora me la porterò\n" + .string "a casa…\p" + .string "Ma ricordati che io vorrei portarla\n" + .string "al museo d’arte… ok?$" + +LilycoveCity_ContestLobby_Text_FineThatsTheWayItIs: + .string "Oh, beh, se le cose stanno così,\n" + .string "la appenderò nel soggiorno di casa.\p" + .string "Cercherò di impegnarmi di più la\n" + .string "prossima volta. Beh, spero di rivederti.$" + +LilycoveCity_ContestLobby_Text_MasterRankHereICome: + .string "Yuppie! GARE di livello MASTER,\n" + .string "sto arrivando!\p" + .string "Il mondo saprà che il mio POKéMON\n" + .string "prediletto è il più grazioso di tutti!\l" + .string "È giunto il momento!\l" + .string "Eheheh!$" + +LilycoveCity_ContestLobby_Text_WholeVarietyOfPokemonHere: + .string "Qui si vedono tanti POKéMON diversi.\p" + .string "Per questo ogni giorno ci faccio \n" + .string "una capatina.$" + +LilycoveCity_ContestLobby_Text_ContestFeastForEyes: + .string "Venire alle GARE è molto interessante!\p" + .string "Ci sono POKéMON che farebbero\n" + .string "qualsiasi cosa pur di essere ritratti.$" + +LilycoveCity_ContestLobby_Text_ToughContestIsExtreme: + .string "La GARA di GRINTA è il massimo!\p" + .string "Queste esibizioni di muscoli…\n" + .string "il sudore dei concorrenti… svengo!$" + +LilycoveCity_ContestLobby_Text_LavishedCareOnMon: + .string "Tutti i giorni ho dato il massimo\n" + .string "per allenare il mio POKéMON.\p" + .string "La sua virtù è in rapida ascesa.\n" + .string "Oggi ho la vittoria in pugno!$" + +LilycoveCity_ContestLobby_Text_MadePokeblocksWithFamily: + .string "Ho fatto {POKEMELLE} con mamma, papà e\n" + .string "mia sorella. Sono riuscite benissimo!\p" + .string "Quando si è in tanti le {POKEMELLE} riescono\n" + .string "più morbide.$" diff --git a/data/maps/LilycoveCity_CoveLilyMotel_1F/scripts.inc b/data/maps/LilycoveCity_CoveLilyMotel_1F/scripts.inc index 796645f47f..06ffd041a7 100644 --- a/data/maps/LilycoveCity_CoveLilyMotel_1F/scripts.inc +++ b/data/maps/LilycoveCity_CoveLilyMotel_1F/scripts.inc @@ -75,57 +75,14 @@ LilycoveCity_CoveLilyMotel_1F_Movement_OwnerReturn: face_up step_end -LilycoveCity_CoveLilyMotel_1F_Text_GuestsDoubledByMascot: - .string "Hm, so they doubled the guests by\n" - .string "using POKéMON as attractions?\p" - .string "Hm, well, maybe I should make a cute\n" - .string "POKéMON our inn's mascot.\p" - .string "I wonder if that will attract more\n" - .string "guests to stay with us?$" - -LilycoveCity_CoveLilyMotel_1F_Text_NoGuestsWithTeamAqua: - .string "Oh, sorry, sorry!\n" - .string "I was too involved in watching TV!\p" - .string "Since that TEAM AQUA came to town,\n" - .string "the tourists have been staying away.$" - -LilycoveCity_CoveLilyMotel_1F_Text_CantSeeTheTV: - .string "Hey, down in front!\n" - .string "I can't see the TV!$" - -LilycoveCity_CoveLilyMotel_1F_Text_MonFoundLostItem: - .string "Amazing! You're telling me a POKéMON\n" - .string "found someone's lost item?\p" - .string "That's something. If we had some smart\n" - .string "POKéMON like that…\p" - .string "We could recover anything that our\n" - .string "guests mislaid…$" - -LilycoveCity_CoveLilyMotel_1F_Text_HeardAquaHideoutBusted: - .string "Oh, sorry, sorry!\n" - .string "I was too involved in watching TV!\p" - .string "I heard that someone busted\n" - .string "the TEAM AQUA HIDEOUT.\p" - .string "Thanks to that, we just booked\n" - .string "a reservation from a big group.\p" - .string "It was a company called… Uh…\n" - .string "GAME something…$" - -LilycoveCity_CoveLilyMotel_1F_Text_HouseSittingMonCaughtBurglar: - .string "Amazing! A house-sitting POKéMON\n" - .string "caught a burglar?\p" - .string "That's something. If we had a tough\n" - .string "POKéMON as a security guard…\p" - .string "We would be able to provide our guests\n" - .string "with greater safety.$" - -LilycoveCity_CoveLilyMotel_1F_Text_BetterGetWorkingOnGuestsDinner: - .string "Oh, sorry, sorry!\n" - .string "I was too involved in watching TV.\p" - .string "Oh, yes. A big group of guests arrived\n" - .string "a little while ago.\p" - .string "They booked in as GAME FREAK,\n" - .string "so I guess they must make games.\p" - .string "Uh-oh, I'd better get working on\n" - .string "their dinner!$" - +.ifdef ENGLISH + .include "data/maps/LilycoveCity_CoveLilyMotel_1F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LilycoveCity_CoveLilyMotel_1F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LilycoveCity_CoveLilyMotel_1F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LilycoveCity_CoveLilyMotel_1F/text.inc b/data/maps/LilycoveCity_CoveLilyMotel_1F/text.inc new file mode 100644 index 0000000000..6d894ecff2 --- /dev/null +++ b/data/maps/LilycoveCity_CoveLilyMotel_1F/text.inc @@ -0,0 +1,54 @@ + +LilycoveCity_CoveLilyMotel_1F_Text_GuestsDoubledByMascot: + .string "Hm, so they doubled the guests by\n" + .string "using POKéMON as attractions?\p" + .string "Hm, well, maybe I should make a cute\n" + .string "POKéMON our inn's mascot.\p" + .string "I wonder if that will attract more\n" + .string "guests to stay with us?$" + +LilycoveCity_CoveLilyMotel_1F_Text_NoGuestsWithTeamAqua: + .string "Oh, sorry, sorry!\n" + .string "I was too involved in watching TV!\p" + .string "Since that TEAM AQUA came to town,\n" + .string "the tourists have been staying away.$" + +LilycoveCity_CoveLilyMotel_1F_Text_CantSeeTheTV: + .string "Hey, down in front!\n" + .string "I can't see the TV!$" + +LilycoveCity_CoveLilyMotel_1F_Text_MonFoundLostItem: + .string "Amazing! You're telling me a POKéMON\n" + .string "found someone's lost item?\p" + .string "That's something. If we had some smart\n" + .string "POKéMON like that…\p" + .string "We could recover anything that our\n" + .string "guests mislaid…$" + +LilycoveCity_CoveLilyMotel_1F_Text_HeardAquaHideoutBusted: + .string "Oh, sorry, sorry!\n" + .string "I was too involved in watching TV!\p" + .string "I heard that someone busted\n" + .string "the TEAM AQUA HIDEOUT.\p" + .string "Thanks to that, we just booked\n" + .string "a reservation from a big group.\p" + .string "It was a company called… Uh…\n" + .string "GAME something…$" + +LilycoveCity_CoveLilyMotel_1F_Text_HouseSittingMonCaughtBurglar: + .string "Amazing! A house-sitting POKéMON\n" + .string "caught a burglar?\p" + .string "That's something. If we had a tough\n" + .string "POKéMON as a security guard…\p" + .string "We would be able to provide our guests\n" + .string "with greater safety.$" + +LilycoveCity_CoveLilyMotel_1F_Text_BetterGetWorkingOnGuestsDinner: + .string "Oh, sorry, sorry!\n" + .string "I was too involved in watching TV.\p" + .string "Oh, yes. A big group of guests arrived\n" + .string "a little while ago.\p" + .string "They booked in as GAME FREAK,\n" + .string "so I guess they must make games.\p" + .string "Uh-oh, I'd better get working on\n" + .string "their dinner!$" diff --git a/data/maps/LilycoveCity_CoveLilyMotel_1F/text_fr.inc b/data/maps/LilycoveCity_CoveLilyMotel_1F/text_fr.inc new file mode 100644 index 0000000000..dd56aa318a --- /dev/null +++ b/data/maps/LilycoveCity_CoveLilyMotel_1F/text_fr.inc @@ -0,0 +1,55 @@ + +LilycoveCity_CoveLilyMotel_1F_Text_GuestsDoubledByMascot: + .string "Hum… Ils ont doublé leur clientèle en\n" + .string "faisant des POKéMON une attraction?\p" + .string "Je devrais peut-être prendre un\n" + .string "POKéMON gracieux comme mascotte\l" + .string "pour notre auberge.\p" + .string "Je me demande si ça attirera plus\n" + .string "de monde chez nous.$" + +LilycoveCity_CoveLilyMotel_1F_Text_NoGuestsWithTeamAqua: + .string "Oh, pardon! Désolé!\n" + .string "J’étais trop absorbé par la télé!\p" + .string "Depuis que la TEAM AQUA a débarqué en\n" + .string "ville, les touristes n’approchent plus.$" + +LilycoveCity_CoveLilyMotel_1F_Text_CantSeeTheTV: + .string "Hé, faut pas rester là!\n" + .string "J’vois pas la télé!$" + +LilycoveCity_CoveLilyMotel_1F_Text_MonFoundLostItem: + .string "Etonnant! Tu veux dire qu’un POKéMON\n" + .string "a trouvé un objet perdu par quelqu’un?\p" + .string "Ça par exemple! Si on avait un POKéMON\n" + .string "aussi intelligent que ça…\p" + .string "On pourrait retrouver tout ce que nos\n" + .string "clients perdent…$" + +LilycoveCity_CoveLilyMotel_1F_Text_HeardAquaHideoutBusted: + .string "Oh, pardon! Désolé!\n" + .string "J’étais absorbé par la télé!\p" + .string "J’ai entendu dire que quelqu’un avait\n" + .string "débusqué la PLANQUE AQUA.\p" + .string "Grâce à ça, on vient juste de faire une\n" + .string "réservation pour tout un groupe.\p" + .string "C’était une entreprise nommée… hum…\n" + .string "GAME quelque chose…$" + +LilycoveCity_CoveLilyMotel_1F_Text_HouseSittingMonCaughtBurglar: + .string "Etonnant! Un POKéMON de garde a\n" + .string "attrapé un voleur?\p" + .string "Ça alors! Si on avait un POKéMON aussi\n" + .string "robuste pour monter la garde…\p" + .string "On aimerait pouvoir garantir une\n" + .string "totale sécurité à notre clientèle.$" + +LilycoveCity_CoveLilyMotel_1F_Text_BetterGetWorkingOnGuestsDinner: + .string "Oh, pardon! Désolé!\n" + .string "J’étais absorbé par la télé!\p" + .string "Oh, oui. Un grand groupe de clients\n" + .string "est arrivé il y a peu.\p" + .string "Ils ont réservé sous le nom de GAME\n" + .string "FREAK. Je suppose qu’ils font des jeux.\p" + .string "Oh, je ferais mieux de m’occuper\n" + .string "de leur dîner!$" diff --git a/data/maps/LilycoveCity_CoveLilyMotel_1F/text_it.inc b/data/maps/LilycoveCity_CoveLilyMotel_1F/text_it.inc new file mode 100644 index 0000000000..bdddc7a6e2 --- /dev/null +++ b/data/maps/LilycoveCity_CoveLilyMotel_1F/text_it.inc @@ -0,0 +1,53 @@ + +LilycoveCity_CoveLilyMotel_1F_Text_GuestsDoubledByMascot: + .string "Uhm, quindi hanno raddoppiato i clienti\n" + .string "usando i POKéMON come attrazioni?\p" + .string "Uhm, se un POKéMON carino diventasse\n" + .string "la mascotte della nostra locanda…\p" + .string "chissà, magari potremmo aumentare\n" + .string "la nostra clientela.$" + +LilycoveCity_CoveLilyMotel_1F_Text_NoGuestsWithTeamAqua: + .string "Oh, scusa, scusa!\n" + .string "Ero troppo preso a guardare la TV!\p" + .string "Da quando il TEAM IDRO è giunto in\n" + .string "città, non abbiamo più visto un turista!$" + +LilycoveCity_CoveLilyMotel_1F_Text_CantSeeTheTV: + .string "Ehi, libera il campo!\n" + .string "Non riesco a vedere la TV!$" + +LilycoveCity_CoveLilyMotel_1F_Text_MonFoundLostItem: + .string "Wow! Mi stai dicendo che un POKéMON\n" + .string "ha ritrovato uno strumento smarrito?\p" + .string "Mica male… se avessimo un POKéMON\n" + .string "così acuto…\p" + .string "potremmo ritrovare tutto quello che\n" + .string "i nostri clienti hanno dimenticato…$" + +LilycoveCity_CoveLilyMotel_1F_Text_HeardAquaHideoutBusted: + .string "Oh, scusa, scusa!\n" + .string "A volte la TV mi prende troppo!\p" + .string "Ho sentito che qualcuno ha scovato\n" + .string "il RIFUGIO del TEAM IDRO.\p" + .string "Grazie a questo, mi è appena arrivata\n" + .string "una prenotazione per un gruppone.\p" + .string "È un’azienda che si chiama… uhm…\n" + .string "GAME qualcosa…$" + +LilycoveCity_CoveLilyMotel_1F_Text_HouseSittingMonCaughtBurglar: + .string "Incredibile! Un POKéMON domestico\n" + .string "ha preso un ladro?\p" + .string "Mica male! Se avessimo un POKéMON\n" + .string "grintoso come guardiano…\p" + .string "i nostri clienti si sentirebbero più\n" + .string "sicuri.$" + +LilycoveCity_CoveLilyMotel_1F_Text_BetterGetWorkingOnGuestsDinner: + .string "Oh, scusa, scusa!\n" + .string "La TV è come una calamita per me.\p" + .string "Oh, sì, è appena arrivato un gruppone.\p" + .string "Hanno prenotato a nome GAME FREAK,\n" + .string "quindi immagino che facciano giochi.\p" + .string "Uh, devo affrettarmi a preparare\n" + .string "la cena!$" diff --git a/data/maps/LilycoveCity_CoveLilyMotel_2F/scripts.inc b/data/maps/LilycoveCity_CoveLilyMotel_2F/scripts.inc index ca7481b533..69c41a1be3 100644 --- a/data/maps/LilycoveCity_CoveLilyMotel_2F/scripts.inc +++ b/data/maps/LilycoveCity_CoveLilyMotel_2F/scripts.inc @@ -66,71 +66,14 @@ LilycoveCity_CoveLilyMotel_2F_EventScript_MetScott:: release end -LilycoveCity_CoveLilyMotel_2F_Text_ShowMeCompletedDex: - .string "I'm the GAME DESIGNER.\p" - .string "Oh, is that right?\n" - .string "You're working on a POKéDEX?\p" - .string "It's tough trying to complete it,\n" - .string "but don't give up.\p" - .string "If you do complete it, please come\n" - .string "show me.$" - -LilycoveCity_CoveLilyMotel_2F_Text_FilledPokedexGiveYouThis: - .string "Wow! That's awesome!\n" - .string "Yep, it's totally awesome!\p" - .string "This POKéDEX is completely filled!\n" - .string "You really must love POKéMON!\p" - .string "I'm so impressed!\p" - .string "Let me give you something in\n" - .string "recognition of your feat!$" - -LilycoveCity_CoveLilyMotel_2F_Text_ImTheProgrammer: - .string "Me? You're talking to me?\n" - .string "I'm the PROGRAMMER.\p" - .string "I wonder what the SLOTS are\n" - .string "like here.$" - -LilycoveCity_CoveLilyMotel_2F_Text_ImTheGraphicArtist: - .string "I'm the GRAPHIC ARTIST! Aren't the\n" - .string "POKéMON of HOENN interesting?$" - -LilycoveCity_CoveLilyMotel_2F_Text_GirlsAreCute: - .string "The girl TUBERS, they're cute, hey?\n" - .string "To battle against a cute TUBER…\p" - .string "Whoop, it's so awesome!\p" - .string "And the TWINS! Aren't they cute?\n" - .string "A 2-on-2 battle with TWINS…\p" - .string "Whoop, it's unbearably fun!$" - -LilycoveCity_CoveLilyMotel_2F_Text_SeaBreezeTicklesHeart: - .string "The sea breeze tickles my heart.\n" - .string "It feels wonderful here!$" - -LilycoveCity_CoveLilyMotel_2F_Text_NeverLeaveWithoutGameBoy: - .string "You never know when and where\n" - .string "people will challenge you.\p" - .string "That's why I never leave home without\n" - .string "my GAME BOY ADVANCE.$" - -LilycoveCity_CoveLilyMotel_2F_Text_SnoozingPreferBattles: - .string "SCOTT: … … … … …\n" - .string "… … … … … Zzz…\p" - .string "… … … … … Huh?!\n" - .string "Oh, sorry, sorry! I was snoozing!\p" - .string "I came to check out this POKéMON\n" - .string "CONTEST thing.\p" - .string "I have to admit, it does look quite\n" - .string "entertaining, but…\p" - .string "Consider me a purist--I prefer\n" - .string "battles and tough TRAINERS.\p" - .string "But that's just me.\p" - .string "{PLAYER}{KUN}, I hope you'll enjoy everything\n" - .string "like the GYMS, CONTESTS, BATTLE TENT,\l" - .string "the whole works!$" - -LilycoveCity_CoveLilyMotel_2F_Text_ContestsDoTakeStrategy: - .string "SCOTT: I think it does take strategy\n" - .string "to win a CONTEST.\p" - .string "Devising CONTEST strategies is one way\n" - .string "of becoming a better TRAINER, I'd say.$" - +.ifdef ENGLISH + .include "data/maps/LilycoveCity_CoveLilyMotel_2F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LilycoveCity_CoveLilyMotel_2F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LilycoveCity_CoveLilyMotel_2F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LilycoveCity_CoveLilyMotel_2F/text.inc b/data/maps/LilycoveCity_CoveLilyMotel_2F/text.inc new file mode 100644 index 0000000000..10a8543c45 --- /dev/null +++ b/data/maps/LilycoveCity_CoveLilyMotel_2F/text.inc @@ -0,0 +1,68 @@ + +LilycoveCity_CoveLilyMotel_2F_Text_ShowMeCompletedDex: + .string "I'm the GAME DESIGNER.\p" + .string "Oh, is that right?\n" + .string "You're working on a POKéDEX?\p" + .string "It's tough trying to complete it,\n" + .string "but don't give up.\p" + .string "If you do complete it, please come\n" + .string "show me.$" + +LilycoveCity_CoveLilyMotel_2F_Text_FilledPokedexGiveYouThis: + .string "Wow! That's awesome!\n" + .string "Yep, it's totally awesome!\p" + .string "This POKéDEX is completely filled!\n" + .string "You really must love POKéMON!\p" + .string "I'm so impressed!\p" + .string "Let me give you something in\n" + .string "recognition of your feat!$" + +LilycoveCity_CoveLilyMotel_2F_Text_ImTheProgrammer: + .string "Me? You're talking to me?\n" + .string "I'm the PROGRAMMER.\p" + .string "I wonder what the SLOTS are\n" + .string "like here.$" + +LilycoveCity_CoveLilyMotel_2F_Text_ImTheGraphicArtist: + .string "I'm the GRAPHIC ARTIST! Aren't the\n" + .string "POKéMON of HOENN interesting?$" + +LilycoveCity_CoveLilyMotel_2F_Text_GirlsAreCute: + .string "The girl TUBERS, they're cute, hey?\n" + .string "To battle against a cute TUBER…\p" + .string "Whoop, it's so awesome!\p" + .string "And the TWINS! Aren't they cute?\n" + .string "A 2-on-2 battle with TWINS…\p" + .string "Whoop, it's unbearably fun!$" + +LilycoveCity_CoveLilyMotel_2F_Text_SeaBreezeTicklesHeart: + .string "The sea breeze tickles my heart.\n" + .string "It feels wonderful here!$" + +LilycoveCity_CoveLilyMotel_2F_Text_NeverLeaveWithoutGameBoy: + .string "You never know when and where\n" + .string "people will challenge you.\p" + .string "That's why I never leave home without\n" + .string "my GAME BOY ADVANCE.$" + +LilycoveCity_CoveLilyMotel_2F_Text_SnoozingPreferBattles: + .string "SCOTT: … … … … …\n" + .string "… … … … … Zzz…\p" + .string "… … … … … Huh?!\n" + .string "Oh, sorry, sorry! I was snoozing!\p" + .string "I came to check out this POKéMON\n" + .string "CONTEST thing.\p" + .string "I have to admit, it does look quite\n" + .string "entertaining, but…\p" + .string "Consider me a purist--I prefer\n" + .string "battles and tough TRAINERS.\p" + .string "But that's just me.\p" + .string "{PLAYER}{KUN}, I hope you'll enjoy everything\n" + .string "like the GYMS, CONTESTS, BATTLE TENT,\l" + .string "the whole works!$" + +LilycoveCity_CoveLilyMotel_2F_Text_ContestsDoTakeStrategy: + .string "SCOTT: I think it does take strategy\n" + .string "to win a CONTEST.\p" + .string "Devising CONTEST strategies is one way\n" + .string "of becoming a better TRAINER, I'd say.$" diff --git a/data/maps/LilycoveCity_CoveLilyMotel_2F/text_fr.inc b/data/maps/LilycoveCity_CoveLilyMotel_2F/text_fr.inc new file mode 100644 index 0000000000..b48e53e10b --- /dev/null +++ b/data/maps/LilycoveCity_CoveLilyMotel_2F/text_fr.inc @@ -0,0 +1,69 @@ + +LilycoveCity_CoveLilyMotel_2F_Text_ShowMeCompletedDex: + .string "Je suis le CONCEPTEUR DE JEU.\p" + .string "Oh, est-ce que c’est vrai?\n" + .string "Tu travailles sur un POKéDEX?\p" + .string "C’est difficile de le compléter, mais\n" + .string "n’abandonne pas.\p" + .string "Si tu arrives à le compléter, reviens\n" + .string "me voir.$" + +LilycoveCity_CoveLilyMotel_2F_Text_FilledPokedexGiveYouThis: + .string "Waouh! C’est impressionnant!\n" + .string "Ouais, carrément impressionnant!\p" + .string "Ce POKéDEX est totalement rempli!\n" + .string "Tu dois vraiment aimer les POKéMON!\p" + .string "Je suis si impressionné!\p" + .string "Laisse-moi te donner quelque chose\n" + .string "pour récompenser ton exploit!$" + +LilycoveCity_CoveLilyMotel_2F_Text_ImTheProgrammer: + .string "Moi? C’est à moi que tu parles?\n" + .string "Je suis le PROGRAMMEUR.\p" + .string "Je me demande à quoi ressemblent\n" + .string "les MACHINES A SOUS ici.$" + +LilycoveCity_CoveLilyMotel_2F_Text_ImTheGraphicArtist: + .string "Je suis le GRAPHISTE! Les POKéMON de\n" + .string "HOENN ne sont-ils pas intéressants?$" + +LilycoveCity_CoveLilyMotel_2F_Text_GirlsAreCute: + .string "Les filles FLOTTEURS sont à croquer,\n" + .string "non? Pour affronter une de ces filles…\p" + .string "Ouhhh, ça m’rend dingue!\p" + .string "Et les JUMELLES! Mignonnes, hein? Un\n" + .string "combat 2 contre 2 avec les JUMELLES…\p" + .string "Ouhhh, c’est terrible!$" + +LilycoveCity_CoveLilyMotel_2F_Text_SeaBreezeTicklesHeart: + .string "La brise marine emballe mon cœur.\n" + .string "Quel bonheur d’être ici!$" + +LilycoveCity_CoveLilyMotel_2F_Text_NeverLeaveWithoutGameBoy: + .string "Tu ne peux pas savoir où et quand on\n" + .string "va te défier.\p" + .string "C’est pour cela que je ne sors jamais\n" + .string "sans ma GAME BOY ADVANCE.$" + +LilycoveCity_CoveLilyMotel_2F_Text_SnoozingPreferBattles: + .string "SCOTT: … … … … …\n" + .string "… … … … … Zzz…\p" + .string "… … … … … Hein?!\p" + .string "Oh, désolé, j’étais en train de dormir!\p" + .string "Je suis venu voir ce qui se passe dans\n" + .string "ces CONCOURS POKéMON.\p" + .string "Je dois admettre que c’est plutôt\n" + .string "divertissant, mais…\p" + .string "En tant que puriste, je préfère les\n" + .string "combats dangereux.\p" + .string "Mais ce n’est que mon avis. \p" + .string "{PLAYER}{KUN}, j’espère que tu vas profiter\n" + .string "de tout: les ARENES, les CONCOURS,\l" + .string "les TENTES DE COMBAT, tout!$" + +LilycoveCity_CoveLilyMotel_2F_Text_ContestsDoTakeStrategy: + .string "SCOTT: Il faut beaucoup de stratégie\n" + .string "pour remporter un CONCOURS.\p" + .string "Parler des stratégies des CONCOURS\n" + .string "est, à mon avis, une façon de devenir\l" + .string "un bon DRESSEUR.$" diff --git a/data/maps/LilycoveCity_CoveLilyMotel_2F/text_it.inc b/data/maps/LilycoveCity_CoveLilyMotel_2F/text_it.inc new file mode 100644 index 0000000000..91af45f8c0 --- /dev/null +++ b/data/maps/LilycoveCity_CoveLilyMotel_2F/text_it.inc @@ -0,0 +1,71 @@ + +LilycoveCity_CoveLilyMotel_2F_Text_ShowMeCompletedDex: + .string "Sono il GAME DESIGNER.\p" + .string "Oh, sul serio?\n" + .string "Ti stai dando da fare col POKéDEX?\p" + .string "So che è difficile completarlo,\n" + .string "ma non devi desistere.\p" + .string "Quando l’hai completato, vieni a\n" + .string "farmelo vedere.$" + +LilycoveCity_CoveLilyMotel_2F_Text_FilledPokedexGiveYouThis: + .string "Wow! Non credo ai miei occhi!\n" + .string "È strabiliante!\p" + .string "Questo POKéDEX è completo!\n" + .string "Devi amare veramente i POKéMON!\p" + .string "Non trovo parole per esprimere\n" + .string "la mia ammirazione!\p" + .string "Hai compiuto una grande impresa,\n" + .string "ti meriti questo!$" + +LilycoveCity_CoveLilyMotel_2F_Text_ImTheProgrammer: + .string "Stai parlando con me?\n" + .string "Io sono il PROGRAMMATORE.\p" + .string "Mi chiedo come siano le SLOT\n" + .string "da queste parti.$" + +LilycoveCity_CoveLilyMotel_2F_Text_ImTheGraphicArtist: + .string "Sono il GRAFICO! Non trovi che i POKéMON\n" + .string "della regione di HOENN siano molto\l" + .string "interessanti?$" + +LilycoveCity_CoveLilyMotel_2F_Text_GirlsAreCute: + .string "Carine le CIAMBELLINE, eh?\n" + .string "Lottare contro una bella CIAMBELLINA…\p" + .string "mi piacerebbe da morire!\p" + .string "E le GEMELLE! Non le trovi deliziose?\n" + .string "Una lotta 2 contro 2 con le GEMELLE…\p" + .string "Mi divertirei un sacco!$" + +LilycoveCity_CoveLilyMotel_2F_Text_SeaBreezeTicklesHeart: + .string "La brezza del mare mi coccola.\n" + .string "È una sensazione stupenda!$" + +LilycoveCity_CoveLilyMotel_2F_Text_NeverLeaveWithoutGameBoy: + .string "Non sai mai quando ti possa\n" + .string "capitare una sfida.\p" + .string "Per questo non esco mai di casa senza\n" + .string "il mio GAME BOY ADVANCE.$" + +LilycoveCity_CoveLilyMotel_2F_Text_SnoozingPreferBattles: + .string "SCOTT: … … … … …\n" + .string "… … … … … Zzz…\p" + .string "… … … … … Eh?!\n" + .string "Oh, scusa! Mi ero appisolato!\p" + .string "Sono qui per informarmi sulle\n" + .string "GARE POKéMON.\p" + .string "Devo ammettere che sembra trattarsi di\n" + .string "una cosa interessante…\p" + .string "Sarò un tradizionalista, ma preferisco\n" + .string "le lotte e gli ALLENATORI forti.\p" + .string "Almeno così la penso io…\p" + .string "{PLAYER}{KUN}, spero che ti divertirai\n" + .string "con le PALESTRE, le GARE,\l" + .string "i TENDONI LOTTA e il resto!$" + +LilycoveCity_CoveLilyMotel_2F_Text_ContestsDoTakeStrategy: + .string "SCOTT: La strategia è tutto se si\n" + .string "vuole vincere una GARA.\p" + .string "Inoltre, ideare strategie serve anche\n" + .string "per migliorare la propria tecnica\l" + .string "di ALLENATORE.$" diff --git a/data/maps/LilycoveCity_DepartmentStoreRooftop/scripts.inc b/data/maps/LilycoveCity_DepartmentStoreRooftop/scripts.inc index 8c67ee1496..9580f84ac6 100644 --- a/data/maps/LilycoveCity_DepartmentStoreRooftop/scripts.inc +++ b/data/maps/LilycoveCity_DepartmentStoreRooftop/scripts.inc @@ -184,36 +184,14 @@ LilycoveCity_DepartmentStoreRooftop_EventScript_ExitVendingMachine:: releaseall end -LilycoveCity_DepartmentStoreRooftop_Text_SetDatesForClearOutSales: - .string "Don't they have set dates for their\n" - .string "clear-out sales?\p" - .string "I watch TV, but they never show any\n" - .string "commercials.$" - -LilycoveCity_DepartmentStoreRooftop_Text_BeenWaitingForClearOutSale: - .string "Yes! I've been waiting a long time for\n" - .string "this clear-out sale.\p" - .string "They have items that you can only get\n" - .string "here. I'm going to load up, that I am!$" - -LilycoveCity_DepartmentStoreRooftop_Text_BoneDryThirsty: - .string "Ohh… I'm bone-dry thirsty!$" - -LilycoveCity_DepartmentStoreRooftop_Text_WhichDrinkWouldYouLike: - .string "It's a VENDING MACHINE.\n" - .string "Which drink would you like?$" - -LilycoveCity_DepartmentStoreRooftop_Text_CanOfDrinkDroppedDown: - .string "Clang!\p" - .string "A can of {STR_VAR_1} dropped down.$" - -LilycoveCity_DepartmentStoreRooftop_Text_ExtraCanOfDrinkDroppedDown: - .string "Clang!\p" - .string "Score! An extra can of {STR_VAR_1}\n" - .string "dropped down!$" - -LilycoveCity_DepartmentStoreRooftop_Text_NotEnoughMoney: - .string "Not enough money…$" - -LilycoveCity_DepartmentStoreRooftop_Text_DecidedAgainstBuyingDrink: - .string "Decided against buying a drink.$" +.ifdef ENGLISH + .include "data/maps/LilycoveCity_DepartmentStoreRooftop/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LilycoveCity_DepartmentStoreRooftop/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LilycoveCity_DepartmentStoreRooftop/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LilycoveCity_DepartmentStoreRooftop/text.inc b/data/maps/LilycoveCity_DepartmentStoreRooftop/text.inc new file mode 100644 index 0000000000..ec2fbc604b --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStoreRooftop/text.inc @@ -0,0 +1,34 @@ + +LilycoveCity_DepartmentStoreRooftop_Text_SetDatesForClearOutSales: + .string "Don't they have set dates for their\n" + .string "clear-out sales?\p" + .string "I watch TV, but they never show any\n" + .string "commercials.$" + +LilycoveCity_DepartmentStoreRooftop_Text_BeenWaitingForClearOutSale: + .string "Yes! I've been waiting a long time for\n" + .string "this clear-out sale.\p" + .string "They have items that you can only get\n" + .string "here. I'm going to load up, that I am!$" + +LilycoveCity_DepartmentStoreRooftop_Text_BoneDryThirsty: + .string "Ohh… I'm bone-dry thirsty!$" + +LilycoveCity_DepartmentStoreRooftop_Text_WhichDrinkWouldYouLike: + .string "It's a VENDING MACHINE.\n" + .string "Which drink would you like?$" + +LilycoveCity_DepartmentStoreRooftop_Text_CanOfDrinkDroppedDown: + .string "Clang!\p" + .string "A can of {STR_VAR_1} dropped down.$" + +LilycoveCity_DepartmentStoreRooftop_Text_ExtraCanOfDrinkDroppedDown: + .string "Clang!\p" + .string "Score! An extra can of {STR_VAR_1}\n" + .string "dropped down!$" + +LilycoveCity_DepartmentStoreRooftop_Text_NotEnoughMoney: + .string "Not enough money…$" + +LilycoveCity_DepartmentStoreRooftop_Text_DecidedAgainstBuyingDrink: + .string "Decided against buying a drink.$" diff --git a/data/maps/LilycoveCity_DepartmentStoreRooftop/text_fr.inc b/data/maps/LilycoveCity_DepartmentStoreRooftop/text_fr.inc new file mode 100644 index 0000000000..5b2513d007 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStoreRooftop/text_fr.inc @@ -0,0 +1,34 @@ + +LilycoveCity_DepartmentStoreRooftop_Text_SetDatesForClearOutSales: + .string "Ils n’ont pas fixé de date pour le\n" + .string "déstockage massif?\p" + .string "Je regarde la télé, mais je n’ai\n" + .string "pas vu une seule pub.$" + +LilycoveCity_DepartmentStoreRooftop_Text_BeenWaitingForClearOutSale: + .string "Oui! Ça faisait longtemps que\n" + .string "j’attendais ces soldes.\p" + .string "Il y a des objets qu’on ne trouve qu’ici.\n" + .string "Moi, je vais faire le plein!$" + +LilycoveCity_DepartmentStoreRooftop_Text_BoneDryThirsty: + .string "Oh… J’ai tellement soif!$" + +LilycoveCity_DepartmentStoreRooftop_Text_WhichDrinkWouldYouLike: + .string "C’est un DISTRIBUTEUR AUTOMATIQUE.\n" + .string "Quelle boisson voulez-vous?$" + +LilycoveCity_DepartmentStoreRooftop_Text_CanOfDrinkDroppedDown: + .string "Clang!\p" + .string "{STR_VAR_1} tombe.$" + +LilycoveCity_DepartmentStoreRooftop_Text_ExtraCanOfDrinkDroppedDown: + .string "Clang!\p" + .string "Bingo! {STR_VAR_1} tombe.\n" + .string "C’est gratuit!$" + +LilycoveCity_DepartmentStoreRooftop_Text_NotEnoughMoney: + .string "Pas assez d’argent…$" + +LilycoveCity_DepartmentStoreRooftop_Text_DecidedAgainstBuyingDrink: + .string "Ne pas acheter de boisson.$" diff --git a/data/maps/LilycoveCity_DepartmentStoreRooftop/text_it.inc b/data/maps/LilycoveCity_DepartmentStoreRooftop/text_it.inc new file mode 100644 index 0000000000..317e02a475 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStoreRooftop/text_it.inc @@ -0,0 +1,33 @@ + +LilycoveCity_DepartmentStoreRooftop_Text_SetDatesForClearOutSales: + .string "Sai quando inizia la liquidazione?\p" + .string "Guardo la TV, ma non fanno mai\n" + .string "la pubblicità.$" + +LilycoveCity_DepartmentStoreRooftop_Text_BeenWaitingForClearOutSale: + .string "Sì! Era da tanto che aspettavo\n" + .string "la liquidazione.\p" + .string "Alcuni strumenti si possono trovare\n" + .string "solo qui. Ne farò una bella scorta!$" + +LilycoveCity_DepartmentStoreRooftop_Text_BoneDryThirsty: + .string "Ohh… sto morendo di sete!$" + +LilycoveCity_DepartmentStoreRooftop_Text_WhichDrinkWouldYouLike: + .string "È un DISTRIBUTORE.\n" + .string "Quale bibita scegli?$" + +LilycoveCity_DepartmentStoreRooftop_Text_CanOfDrinkDroppedDown: + .string "Clang!\p" + .string "È uscita una lattina di {STR_VAR_1}.$" + +LilycoveCity_DepartmentStoreRooftop_Text_ExtraCanOfDrinkDroppedDown: + .string "Clang!\p" + .string "Bingo! È uscita una lattina\n" + .string "di {STR_VAR_1} in più!$" + +LilycoveCity_DepartmentStoreRooftop_Text_NotEnoughMoney: + .string "Non hai denaro sufficiente…$" + +LilycoveCity_DepartmentStoreRooftop_Text_DecidedAgainstBuyingDrink: + .string "Hai deciso di non comprare una bibita.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_1F/scripts.inc b/data/maps/LilycoveCity_DepartmentStore_1F/scripts.inc index b0656cfd4a..eaddd82aa6 100644 --- a/data/maps/LilycoveCity_DepartmentStore_1F/scripts.inc +++ b/data/maps/LilycoveCity_DepartmentStore_1F/scripts.inc @@ -140,46 +140,14 @@ LilycoveCity_DepartmentStore_1F_EventScript_FloorNamesSign:: msgbox LilycoveCity_DepartmentStore_1F_Text_FloorNamesSign, MSGBOX_SIGN end -LilycoveCity_DepartmentStore_1F_Text_WelcomeToDeptStore: - .string "Welcome to LILYCOVE DEPARTMENT STORE.$" - -LilycoveCity_DepartmentStore_1F_Text_IBuyAllSortsOfThings: - .string "Whenever I come to the DEPARTMENT\n" - .string "STORE, I always end up buying all sorts\l" - .string "of things because it's so fun.$" - -LilycoveCity_DepartmentStore_1F_Text_MomBuyingMeFurniture: - .string "Today, my mom is going to buy me some\n" - .string "nice furniture.$" - -LilycoveCity_DepartmentStore_1F_Text_BuyingSomethingForAzumarill: - .string "I'm buying something for my AZUMARILL\n" - .string "as a reward for winning a CONTEST.$" - -LilycoveCity_DepartmentStore_1F_Text_Azumarill: - .string "AZUMARILL: Maririroo!$" - -LilycoveCity_DepartmentStore_1F_Text_FloorNamesSign: - .string "1F: SERVICE COUNTER\n" - .string " LOTTERY CORNER\p" - .string "2F: TRAINER'S ZONE\p" - .string "3F: BATTLE COLLECTION\p" - .string "4F: TM CORNER\p" - .string "5F: POKé DOLL FLOOR\p" - .string "ROOFTOP: ROOFTOP PLAZA$" - -@ Unused -LilycoveCity_DepartmentStore_1F_Text_WirelessCommIsFun: - .string "Wireless Communication is a\n" - .string "lot of fun, isn't it?\p" - .string "I think it lets you do things that\n" - .string "weren't possible before.\p" - .string "For instance, you can now trade\n" - .string "with people you couldn't before.\p" - .string "I think it's going to be exciting!$" - -@ Unused -LilycoveCity_DepartmentStore_1F_Text_SpreadWordAboutWirelessComm: - .string "I want to spread the word about how\n" - .string "fun Wireless Communication can be.$" - +.ifdef ENGLISH + .include "data/maps/LilycoveCity_DepartmentStore_1F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LilycoveCity_DepartmentStore_1F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LilycoveCity_DepartmentStore_1F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LilycoveCity_DepartmentStore_1F/text.inc b/data/maps/LilycoveCity_DepartmentStore_1F/text.inc new file mode 100644 index 0000000000..bde9405bda --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_1F/text.inc @@ -0,0 +1,43 @@ + +LilycoveCity_DepartmentStore_1F_Text_WelcomeToDeptStore: + .string "Welcome to LILYCOVE DEPARTMENT STORE.$" + +LilycoveCity_DepartmentStore_1F_Text_IBuyAllSortsOfThings: + .string "Whenever I come to the DEPARTMENT\n" + .string "STORE, I always end up buying all sorts\l" + .string "of things because it's so fun.$" + +LilycoveCity_DepartmentStore_1F_Text_MomBuyingMeFurniture: + .string "Today, my mom is going to buy me some\n" + .string "nice furniture.$" + +LilycoveCity_DepartmentStore_1F_Text_BuyingSomethingForAzumarill: + .string "I'm buying something for my AZUMARILL\n" + .string "as a reward for winning a CONTEST.$" + +LilycoveCity_DepartmentStore_1F_Text_Azumarill: + .string "AZUMARILL: Maririroo!$" + +LilycoveCity_DepartmentStore_1F_Text_FloorNamesSign: + .string "1F: SERVICE COUNTER\n" + .string " LOTTERY CORNER\p" + .string "2F: TRAINER'S ZONE\p" + .string "3F: BATTLE COLLECTION\p" + .string "4F: TM CORNER\p" + .string "5F: POKé DOLL FLOOR\p" + .string "ROOFTOP: ROOFTOP PLAZA$" + +@ Unused +LilycoveCity_DepartmentStore_1F_Text_WirelessCommIsFun: + .string "Wireless Communication is a\n" + .string "lot of fun, isn't it?\p" + .string "I think it lets you do things that\n" + .string "weren't possible before.\p" + .string "For instance, you can now trade\n" + .string "with people you couldn't before.\p" + .string "I think it's going to be exciting!$" + +@ Unused +LilycoveCity_DepartmentStore_1F_Text_SpreadWordAboutWirelessComm: + .string "I want to spread the word about how\n" + .string "fun Wireless Communication can be.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_1F/text_fr.inc b/data/maps/LilycoveCity_DepartmentStore_1F/text_fr.inc new file mode 100644 index 0000000000..b529fc7e22 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_1F/text_fr.inc @@ -0,0 +1,45 @@ + +LilycoveCity_DepartmentStore_1F_Text_WelcomeToDeptStore: + .string "Bienvenue au CENTRE COMMERCIAL\n" + .string "NENUCRIQUE.$" + +LilycoveCity_DepartmentStore_1F_Text_IBuyAllSortsOfThings: + .string "Quand je viens au CENTRE COMMERCIAL,\n" + .string "j’achète toujours un tas de choses.\l" + .string "C’est tellement sympa!$" + +LilycoveCity_DepartmentStore_1F_Text_MomBuyingMeFurniture: + .string "Aujourd’hui, ma maman va m’acheter de\n" + .string "jolies choses.$" + +LilycoveCity_DepartmentStore_1F_Text_BuyingSomethingForAzumarill: + .string "Je vais acheter quelque chose à mon\n" + .string "AZUMARILL pour le récompenser de sa\l" + .string "victoire au CONCOURS.$" + +LilycoveCity_DepartmentStore_1F_Text_Azumarill: + .string "AZUMARILL: Mamarill!$" + +LilycoveCity_DepartmentStore_1F_Text_FloorNamesSign: + .string "RC: ACCUEIL \n" + .string " LOTERIE\p" + .string "1{SUPER_ER} E: ESPACE DRESSEURS\p" + .string "2{SUPER_E} E: FOURNITURES DE COMBAT\p" + .string "3{SUPER_E} E: CENTRE CT\p" + .string "4{SUPER_E} E: ETAGE POKéPOUPEE\p" + .string "TOIT: TERRASSE$" + +@ Unused +LilycoveCity_DepartmentStore_1F_Text_WirelessCommIsFun: + .string "Wireless Communication is a\n" + .string "lot of fun, isn’t it?\p" + .string "I think it lets you do things that\n" + .string "weren’t possible before.\p" + .string "For instance, you can now trade\n" + .string "with people you couldn’t before.\p" + .string "I think it’s going to be exciting!$" + +@ Unused +LilycoveCity_DepartmentStore_1F_Text_SpreadWordAboutWirelessComm: + .string "I want to spread the word about how\n" + .string "fun Wireless Communication can be.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_1F/text_it.inc b/data/maps/LilycoveCity_DepartmentStore_1F/text_it.inc new file mode 100644 index 0000000000..04d77f1b3a --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_1F/text_it.inc @@ -0,0 +1,44 @@ + +LilycoveCity_DepartmentStore_1F_Text_WelcomeToDeptStore: + .string "Ti trovi nel CENTRO COMMERCIALE\n" + .string "di ALGHEPOLI.$" + +LilycoveCity_DepartmentStore_1F_Text_IBuyAllSortsOfThings: + .string "Quando vengo al CENTRO COMMERCIALE,\n" + .string "compro sempre un sacco di cose\l" + .string "perché mi diverte troppo.$" + +LilycoveCity_DepartmentStore_1F_Text_MomBuyingMeFurniture: + .string "Oggi mia mamma mi compra dei mobili \n" + .string "carini.$" + +LilycoveCity_DepartmentStore_1F_Text_BuyingSomethingForAzumarill: + .string "Il mio AZUMARILL ha vinto una GARA,\n" + .string "quindi si merita un regalo!$" + +LilycoveCity_DepartmentStore_1F_Text_Azumarill: + .string "AZUMARILL: Azumari!$" + +LilycoveCity_DepartmentStore_1F_Text_FloorNamesSign: + .string "PT: ASSISTENZA CASSE\n" + .string " ANGOLO LOTTERIA\p" + .string "1ºP: AREA ALLENATORI\p" + .string "2ºP: COLLEZIONE LOTTA\p" + .string "3ºP: ANGOLO MT\p" + .string "4ºP: PIANO DELLE POKé BAMBOLE\p" + .string "TETTO: PIAZZETTA SUL TETTO$" + +@ Unused +LilycoveCity_DepartmentStore_1F_Text_WirelessCommIsFun: + .string "Wireless Communication is a\n" + .string "lot of fun, isn’t it?\p" + .string "I think it lets you do things that\n" + .string "weren’t possible before.\p" + .string "For instance, you can now trade\n" + .string "with people you couldn’t before.\p" + .string "I think it’s going to be exciting!$" + +@ Unused +LilycoveCity_DepartmentStore_1F_Text_SpreadWordAboutWirelessComm: + .string "I want to spread the word about how\n" + .string "fun Wireless Communication can be.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_2F/scripts.inc b/data/maps/LilycoveCity_DepartmentStore_2F/scripts.inc index 478f5cfd31..a444e371dd 100644 --- a/data/maps/LilycoveCity_DepartmentStore_2F/scripts.inc +++ b/data/maps/LilycoveCity_DepartmentStore_2F/scripts.inc @@ -66,15 +66,14 @@ LilycoveCity_DepartmentStore_2F_Pokemart2: release end -LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly: - .string "Learn to use items properly.\n" - .string "That's basic, really.$" - -LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband: - .string "My husband is waiting at home.\n" - .string "What would make a good gift for him?$" - -LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems: - .string "I'm leaving on a long journey soon.\n" - .string "I need to stock up on items.$" - +.ifdef ENGLISH + .include "data/maps/LilycoveCity_DepartmentStore_2F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LilycoveCity_DepartmentStore_2F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LilycoveCity_DepartmentStore_2F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LilycoveCity_DepartmentStore_2F/text.inc b/data/maps/LilycoveCity_DepartmentStore_2F/text.inc new file mode 100644 index 0000000000..38167f744f --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_2F/text.inc @@ -0,0 +1,12 @@ + +LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly: + .string "Learn to use items properly.\n" + .string "That's basic, really.$" + +LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband: + .string "My husband is waiting at home.\n" + .string "What would make a good gift for him?$" + +LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems: + .string "I'm leaving on a long journey soon.\n" + .string "I need to stock up on items.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_2F/text_fr.inc b/data/maps/LilycoveCity_DepartmentStore_2F/text_fr.inc new file mode 100644 index 0000000000..37a501d4d4 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_2F/text_fr.inc @@ -0,0 +1,12 @@ + +LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly: + .string "Apprendre à utiliser correctement les\n" + .string "objets, c’est vraiment la base de tout.$" + +LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband: + .string "Mon mari m’attend à la maison.\n" + .string "Qu’est-ce qui pourrait lui faire plaisir?$" + +LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems: + .string "Je pars pour un long voyage.\n" + .string "Il faut que je fasse le plein d’objets.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_2F/text_it.inc b/data/maps/LilycoveCity_DepartmentStore_2F/text_it.inc new file mode 100644 index 0000000000..c6c84cfaf8 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_2F/text_it.inc @@ -0,0 +1,12 @@ + +LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly: + .string "Impara ad usare bene gli strumenti.\n" + .string "È essenziale!$" + +LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband: + .string "Mio marito mi sta aspettando a casa.\n" + .string "Che cosa potrei regalargli?$" + +LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems: + .string "Sto partendo per un lungo viaggio.\n" + .string "Devo fare scorta di strumenti.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_3F/scripts.inc b/data/maps/LilycoveCity_DepartmentStore_3F/scripts.inc index 20480068b8..d9873ef59e 100644 --- a/data/maps/LilycoveCity_DepartmentStore_3F/scripts.inc +++ b/data/maps/LilycoveCity_DepartmentStore_3F/scripts.inc @@ -58,19 +58,14 @@ LilycoveCity_DepartmentStore_3F_EventScript_Woman:: msgbox LilycoveCity_DepartmentStore_3F_Text_GaveCarbosToSpeedUpMon, MSGBOX_NPC end -LilycoveCity_DepartmentStore_3F_Text_ItemsBestForTougheningPokemon: - .string "For quickly toughening up POKéMON,\n" - .string "items are the best.\p" - .string "PROTEIN boosts ATTACK,\n" - .string "and CALCIUM raises SP. ATK.$" - -LilycoveCity_DepartmentStore_3F_Text_WantMoreEndurance: - .string "I want my POKéMON to have more\n" - .string "endurance.\p" - .string "I'm trying to decide whether to raise\n" - .string "DEFENSE with IRON, or SP. DEF with ZINC.$" - -LilycoveCity_DepartmentStore_3F_Text_GaveCarbosToSpeedUpMon: - .string "I gave a CARBOS to my POKéMON,\n" - .string "and its SPEED went up.$" - +.ifdef ENGLISH + .include "data/maps/LilycoveCity_DepartmentStore_3F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LilycoveCity_DepartmentStore_3F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LilycoveCity_DepartmentStore_3F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LilycoveCity_DepartmentStore_3F/text.inc b/data/maps/LilycoveCity_DepartmentStore_3F/text.inc new file mode 100644 index 0000000000..25a77e69fc --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_3F/text.inc @@ -0,0 +1,16 @@ + +LilycoveCity_DepartmentStore_3F_Text_ItemsBestForTougheningPokemon: + .string "For quickly toughening up POKéMON,\n" + .string "items are the best.\p" + .string "PROTEIN boosts ATTACK,\n" + .string "and CALCIUM raises SP. ATK.$" + +LilycoveCity_DepartmentStore_3F_Text_WantMoreEndurance: + .string "I want my POKéMON to have more\n" + .string "endurance.\p" + .string "I'm trying to decide whether to raise\n" + .string "DEFENSE with IRON, or SP. DEF with ZINC.$" + +LilycoveCity_DepartmentStore_3F_Text_GaveCarbosToSpeedUpMon: + .string "I gave a CARBOS to my POKéMON,\n" + .string "and its SPEED went up.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_3F/text_fr.inc b/data/maps/LilycoveCity_DepartmentStore_3F/text_fr.inc new file mode 100644 index 0000000000..0dd8fa4198 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_3F/text_fr.inc @@ -0,0 +1,17 @@ + +LilycoveCity_DepartmentStore_3F_Text_ItemsBestForTougheningPokemon: + .string "Pour endurcir les POKéMON en un rien\n" + .string "de temps, rien de mieux que les objets.\p" + .string "Les PROTEINES accroissent l’ATTAQUE et\n" + .string "le CALCIUM augmente l’ATQ. SPE.$" + +LilycoveCity_DepartmentStore_3F_Text_WantMoreEndurance: + .string "Je veux que mon POKéMON ait plus\n" + .string "d’endurance.\p" + .string "Je ne sais pas si je dois élever sa\n" + .string "DEFENSE avec le FER ou sa DEF. SPE.\l" + .string "avec le ZINC.$" + +LilycoveCity_DepartmentStore_3F_Text_GaveCarbosToSpeedUpMon: + .string "J’ai donné du CARBONE à mon POKéMON\n" + .string "et sa VITESSE a augmenté.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_3F/text_it.inc b/data/maps/LilycoveCity_DepartmentStore_3F/text_it.inc new file mode 100644 index 0000000000..0216cef489 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_3F/text_it.inc @@ -0,0 +1,16 @@ + +LilycoveCity_DepartmentStore_3F_Text_ItemsBestForTougheningPokemon: + .string "Gli strumenti sono la cosa più efficace\n" + .string "per rafforzare i POKéMON.\p" + .string "La PROTEINA migliora l’ATTACCO e\n" + .string "il CALCIO potenzia l’ATT. SP.$" + +LilycoveCity_DepartmentStore_3F_Text_WantMoreEndurance: + .string "Voglio migliorare la resistenza\n" + .string "del mio POKéMON.\p" + .string "Sono indeciso se migliorare la DIFESA\n" + .string "con il FERRO o la DIF. SP. con lo ZINCO.$" + +LilycoveCity_DepartmentStore_3F_Text_GaveCarbosToSpeedUpMon: + .string "Ho dato del CARBURANTE al mio POKéMON\n" + .string "ed è aumentata la sua VELOCITÀ.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_4F/scripts.inc b/data/maps/LilycoveCity_DepartmentStore_4F/scripts.inc index d176781d6e..704ee1c35f 100644 --- a/data/maps/LilycoveCity_DepartmentStore_4F/scripts.inc +++ b/data/maps/LilycoveCity_DepartmentStore_4F/scripts.inc @@ -53,20 +53,14 @@ LilycoveCity_DepartmentStore_4F_Pokemart_DefenseTMs: release end -LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM: - .string "Hmm…\p" - .string "An attacking move…\n" - .string "Or a defensive move…\p" - .string "It's no easy matter to decide which TM\n" - .string "moves should be taught to POKéMON…$" - -LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs: - .string "There are so many different kinds of\n" - .string "TM moves.\p" - .string "A catalog I read said there are fifty\n" - .string "different kinds.$" - -LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves: - .string "I'd like to get all the different TMs,\n" - .string "but a POKéMON learns only four moves.$" - +.ifdef ENGLISH + .include "data/maps/LilycoveCity_DepartmentStore_4F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LilycoveCity_DepartmentStore_4F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LilycoveCity_DepartmentStore_4F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LilycoveCity_DepartmentStore_4F/text.inc b/data/maps/LilycoveCity_DepartmentStore_4F/text.inc new file mode 100644 index 0000000000..6df955628f --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_4F/text.inc @@ -0,0 +1,17 @@ + +LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM: + .string "Hmm…\p" + .string "An attacking move…\n" + .string "Or a defensive move…\p" + .string "It's no easy matter to decide which TM\n" + .string "moves should be taught to POKéMON…$" + +LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs: + .string "There are so many different kinds of\n" + .string "TM moves.\p" + .string "A catalog I read said there are fifty\n" + .string "different kinds.$" + +LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves: + .string "I'd like to get all the different TMs,\n" + .string "but a POKéMON learns only four moves.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_4F/text_fr.inc b/data/maps/LilycoveCity_DepartmentStore_4F/text_fr.inc new file mode 100644 index 0000000000..7fede115c9 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_4F/text_fr.inc @@ -0,0 +1,17 @@ + +LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM: + .string "Humm…\p" + .string "Une capacité offensive…\n" + .string "Une capacité défensive…\p" + .string "Ce n’est pas facile de savoir quelle CT\n" + .string "doit apprendre un POKéMON…$" + +LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs: + .string "Il y a tellement de CT différentes.\p" + .string "Une brochure que j’ai lue indiquait\n" + .string "qu’il y en avait cinquante sortes.$" + +LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves: + .string "J’aimerais bien avoir toutes les sortes\n" + .string "de CT, mais un POKéMON ne peut\l" + .string "apprendre que quatre capacités.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_4F/text_it.inc b/data/maps/LilycoveCity_DepartmentStore_4F/text_it.inc new file mode 100644 index 0000000000..ab33f76186 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_4F/text_it.inc @@ -0,0 +1,16 @@ + +LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM: + .string "Uhmm…\p" + .string "Una mossa d’attacco…\n" + .string "o una mossa di difesa…\p" + .string "Non è facile decidere quali mosse MT\n" + .string "insegnare ai POKéMON…$" + +LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs: + .string "Ci sono molti tipi di mosse MT.\p" + .string "In un catalogo ho letto che ce ne sono\n" + .string "cinquanta tipi diversi.$" + +LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves: + .string "Vorrei comprare tutte le MT, ma un\n" + .string "POKéMON impara solo quattro mosse.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_5F/scripts.inc b/data/maps/LilycoveCity_DepartmentStore_5F/scripts.inc index a9683d13c9..79c5098ea9 100644 --- a/data/maps/LilycoveCity_DepartmentStore_5F/scripts.inc +++ b/data/maps/LilycoveCity_DepartmentStore_5F/scripts.inc @@ -152,20 +152,14 @@ LilycoveCity_DepartmentStore_5F_EventScript_LittleGirl:: msgbox LilycoveCity_DepartmentStore_5F_Text_GettingDollInsteadOfPokemon, MSGBOX_NPC end -LilycoveCity_DepartmentStore_5F_Text_PlaceFullOfCuteDolls: - .string "This place is full of cute DOLLS.\p" - .string "I should buy some for me, instead of\n" - .string "just for my children.$" - -LilycoveCity_DepartmentStore_5F_Text_GettingDollInsteadOfPokemon: - .string "I'm not big enough to raise POKéMON,\n" - .string "so I'm getting a cute DOLL instead.$" - -LilycoveCity_DepartmentStore_5F_Text_SellManyCuteMatsHere: - .string "They sell many cute MATS here.\p" - .string "I wonder which one I should get?\n" - .string "Maybe I'll buy them all…$" - -LilycoveCity_DepartmentStore_5F_Text_ClosedRooftopForWeather: - .string "I think they closed the rooftop\n" - .string "because the weather is wild today.$" +.ifdef ENGLISH + .include "data/maps/LilycoveCity_DepartmentStore_5F/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LilycoveCity_DepartmentStore_5F/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LilycoveCity_DepartmentStore_5F/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LilycoveCity_DepartmentStore_5F/text.inc b/data/maps/LilycoveCity_DepartmentStore_5F/text.inc new file mode 100644 index 0000000000..8a03be5a73 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_5F/text.inc @@ -0,0 +1,18 @@ + +LilycoveCity_DepartmentStore_5F_Text_PlaceFullOfCuteDolls: + .string "This place is full of cute DOLLS.\p" + .string "I should buy some for me, instead of\n" + .string "just for my children.$" + +LilycoveCity_DepartmentStore_5F_Text_GettingDollInsteadOfPokemon: + .string "I'm not big enough to raise POKéMON,\n" + .string "so I'm getting a cute DOLL instead.$" + +LilycoveCity_DepartmentStore_5F_Text_SellManyCuteMatsHere: + .string "They sell many cute MATS here.\p" + .string "I wonder which one I should get?\n" + .string "Maybe I'll buy them all…$" + +LilycoveCity_DepartmentStore_5F_Text_ClosedRooftopForWeather: + .string "I think they closed the rooftop\n" + .string "because the weather is wild today.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_5F/text_fr.inc b/data/maps/LilycoveCity_DepartmentStore_5F/text_fr.inc new file mode 100644 index 0000000000..829091e9c6 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_5F/text_fr.inc @@ -0,0 +1,18 @@ + +LilycoveCity_DepartmentStore_5F_Text_PlaceFullOfCuteDolls: + .string "Ce lieu regorge d’adorables POUPEES.\p" + .string "Je devrais aussi en acheter pour moi\n" + .string "et pas que pour les enfants.$" + +LilycoveCity_DepartmentStore_5F_Text_GettingDollInsteadOfPokemon: + .string "J’suis trop petite pour un POKéMON,\n" + .string "alors je prends une adorable POUPEE.$" + +LilycoveCity_DepartmentStore_5F_Text_SellManyCuteMatsHere: + .string "Ils vendent plein de super TAPIS ici.\p" + .string "Je me demande lequel je vais prendre.\n" + .string "Je vais peut-être tous les acheter…$" + +LilycoveCity_DepartmentStore_5F_Text_ClosedRooftopForWeather: + .string "Je crois qu’ils ont fermé le toit\n" + .string "à cause du mauvais temps.$" diff --git a/data/maps/LilycoveCity_DepartmentStore_5F/text_it.inc b/data/maps/LilycoveCity_DepartmentStore_5F/text_it.inc new file mode 100644 index 0000000000..b4d0126133 --- /dev/null +++ b/data/maps/LilycoveCity_DepartmentStore_5F/text_it.inc @@ -0,0 +1,19 @@ + +LilycoveCity_DepartmentStore_5F_Text_PlaceFullOfCuteDolls: + .string "In questo posto si trovano tante\n" + .string "BAMBOLE carine.\p" + .string "Dovrei comprarne qualcuna per me,\n" + .string "non solo per i miei figli.$" + +LilycoveCity_DepartmentStore_5F_Text_GettingDollInsteadOfPokemon: + .string "Sono piccolina per allevare POKéMON,\n" + .string "quindi mi compro una bella BAMBOLA.$" + +LilycoveCity_DepartmentStore_5F_Text_SellManyCuteMatsHere: + .string "Qui vendono tanti TAPPETI carini.\p" + .string "Mi chiedo quale sia meglio comprare?\n" + .string "Forse li prenderò tutti…$" + +LilycoveCity_DepartmentStore_5F_Text_ClosedRooftopForWeather: + .string "Penso che abbiano chiuso la piazzetta\n" + .string "sul tetto perché c’è troppo vento oggi.$" diff --git a/data/maps/LilycoveCity_Harbor/scripts.inc b/data/maps/LilycoveCity_Harbor/scripts.inc index 63010dc4c7..55a17ae89b 100644 --- a/data/maps/LilycoveCity_Harbor/scripts.inc +++ b/data/maps/LilycoveCity_Harbor/scripts.inc @@ -541,52 +541,14 @@ LilycoveCity_Harbor_Movement_SailorBoardWithBrineyEast: set_invisible step_end -LilycoveCity_Harbor_Text_FerryUnavailable: - .string "I beg your pardon?\n" - .string "You're looking for a ship?\p" - .string "I'm sorry, the ferry service isn't\n" - .string "available at present…$" - -LilycoveCity_Harbor_Text_MayISeeYourTicket: - .string "Hello, are you here for the ferry?\n" - .string "May I see your TICKET?$" - -LilycoveCity_Harbor_Text_NoTicket: - .string "{PLAYER} doesn't have the TICKET…\p" - .string "I'm terribly sorry.\p" - .string "You must have a TICKET to board\n" - .string "the ferry.$" - -LilycoveCity_Harbor_Text_FlashTicketWhereTo: - .string "{PLAYER} flashed the TICKET.\p" - .string "Perfect! That's all you need!\p" - .string "And where would you like to go?$" - -LilycoveCity_Harbor_Text_SailAnotherTime: - .string "Please sail with us another time!$" - -LilycoveCity_Harbor_Text_SlateportItIs: - .string "SLATEPORT CITY it is, then!$" - -LilycoveCity_Harbor_Text_BattleFrontierItIs: - .string "BATTLE FRONTIER it is, then!$" - -LilycoveCity_Harbor_Text_PleaseBoard: - .string "Please board the ferry and wait for\n" - .string "departure.$" - -LilycoveCity_Harbor_Text_WhereWouldYouLikeToGo: - .string "Then, where would you like to go?$" - -LilycoveCity_Harbor_Text_SailorFerryUnavailable: - .string "Until they finish making the ferry,\n" - .string "we sailors have nothing to do…\p" - .string "I wish they'd get a move on, the folks\n" - .string "at the SHIPYARD in SLATEPORT.$" - -LilycoveCity_Harbor_Text_SailorFerryAvailable: - .string "The ferry S.S. TIDAL is finally in\n" - .string "operation.\p" - .string "The folks at the SHIPYARD in SLATEPORT\n" - .string "must've worked extra hard.\p" - .string "Well, it's my turn to get busy now!$" +.ifdef ENGLISH + .include "data/maps/LilycoveCity_Harbor/text.inc" +.else +.ifdef FRENCH + .include "data/maps/LilycoveCity_Harbor/text_fr.inc" +.else +.ifdef ITALIAN + .include "data/maps/LilycoveCity_Harbor/text_it.inc" +.endif +.endif +.endif diff --git a/data/maps/LilycoveCity_Harbor/text.inc b/data/maps/LilycoveCity_Harbor/text.inc new file mode 100644 index 0000000000..6257e64ee2 --- /dev/null +++ b/data/maps/LilycoveCity_Harbor/text.inc @@ -0,0 +1,50 @@ + +LilycoveCity_Harbor_Text_FerryUnavailable: + .string "I beg your pardon?\n" + .string "You're looking for a ship?\p" + .string "I'm sorry, the ferry service isn't\n" + .string "available at present…$" + +LilycoveCity_Harbor_Text_MayISeeYourTicket: + .string "Hello, are you here for the ferry?\n" + .string "May I see your TICKET?$" + +LilycoveCity_Harbor_Text_NoTicket: + .string "{PLAYER} doesn't have the TICKET…\p" + .string "I'm terribly sorry.\p" + .string "You must have a TICKET to board\n" + .string "the ferry.$" + +LilycoveCity_Harbor_Text_FlashTicketWhereTo: + .string "{PLAYER} flashed the TICKET.\p" + .string "Perfect! That's all you need!\p" + .string "And where would you like to go?$" + +LilycoveCity_Harbor_Text_SailAnotherTime: + .string "Please sail with us another time!$" + +LilycoveCity_Harbor_Text_SlateportItIs: + .string "SLATEPORT CITY it is, then!$" + +LilycoveCity_Harbor_Text_BattleFrontierItIs: + .string "BATTLE FRONTIER it is, then!$" + +LilycoveCity_Harbor_Text_PleaseBoard: + .string "Please board the ferry and wait for\n" + .string "departure.$" + +LilycoveCity_Harbor_Text_WhereWouldYouLikeToGo: + .string "Then, where would you like to go?$" + +LilycoveCity_Harbor_Text_SailorFerryUnavailable: + .string "Until they finish making the ferry,\n" + .string "we sailors have nothing to do…\p" + .string "I wish they'd get a move on, the folks\n" + .string "at the SHIPYARD in SLATEPORT.$" + +LilycoveCity_Harbor_Text_SailorFerryAvailable: + .string "The ferry S.S. TIDAL is finally in\n" + .string "operation.\p" + .string "The folks at the SHIPYARD in SLATEPORT\n" + .string "must've worked extra hard.\p" + .string "Well, it's my turn to get busy now!$" diff --git a/data/maps/LilycoveCity_Harbor/text_fr.inc b/data/maps/LilycoveCity_Harbor/text_fr.inc new file mode 100644 index 0000000000..b257d18dfe --- /dev/null +++ b/data/maps/LilycoveCity_Harbor/text_fr.inc @@ -0,0 +1,50 @@ + +LilycoveCity_Harbor_Text_FerryUnavailable: + .string "Je vous demande pardon?\n" + .string "Vous cherchez un bateau?\p" + .string "Désolée, vous ne pouvez pas embarquer\n" + .string "sur le ferry pour le moment.$" + +LilycoveCity_Harbor_Text_MayISeeYourTicket: + .string "Bonjour. C’est pour le ferry?\n" + .string "Puis-je voir votre PASSE BATEAU?$" + +LilycoveCity_Harbor_Text_NoTicket: + .string "{PLAYER} n’a pas le PASSE BATEAU…\p" + .string "Je suis désolée.\p" + .string "Il vous faut un PASSE BATEAU pour\n" + .string "embarquer sur le ferry.$" + +LilycoveCity_Harbor_Text_FlashTicketWhereTo: + .string "{PLAYER} montre le PASSE BATEAU…\p" + .string "Parfait! Tout y est!\p" + .string "Et où souhaitez-vous aller?$" + +LilycoveCity_Harbor_Text_SailAnotherTime: + .string "Revenez une autre fois!$" + +LilycoveCity_Harbor_Text_SlateportItIs: + .string "Alors, cap sur POIVRESSEL!$" + +LilycoveCity_Harbor_Text_BattleFrontierItIs: + .string "Alors, cap sur la ZONE DE COMBAT!$" + +LilycoveCity_Harbor_Text_PleaseBoard: + .string "Veuillez monter sur le ferry et\n" + .string "attendre le départ.$" + +LilycoveCity_Harbor_Text_WhereWouldYouLikeToGo: + .string "Alors, où souhaiteriez-vous aller?$" + +LilycoveCity_Harbor_Text_SailorFerryUnavailable: + .string "Nous, les marins, nous ne pouvons rien\n" + .string "faire tant que le ferry n’est pas fini…\p" + .string "J’espère qu’ils vont s’activer, les gars\n" + .string "du CHANTIER NAVAL de POIVRESSEL.$" + +LilycoveCity_Harbor_Text_SailorFerryAvailable: + .string "Le ferry LE MARINA est enfin\n" + .string "opérationnel.\p" + .string "Les gens du CHANTIER NAVAL de\n" + .string "POIVRESSEL ont dû travailler dur.\p" + .string "Maintenant, à mon tour de bosser!$" diff --git a/data/maps/LilycoveCity_Harbor/text_it.inc b/data/maps/LilycoveCity_Harbor/text_it.inc new file mode 100644 index 0000000000..6afb3defe1 --- /dev/null +++ b/data/maps/LilycoveCity_Harbor/text_it.inc @@ -0,0 +1,51 @@ + +LilycoveCity_Harbor_Text_FerryUnavailable: + .string "Che cosa hai detto?\n" + .string "Stai cercando una nave?\p" + .string "Spiacente, il servizio traghetto non è\n" + .string "disponibile al momento…$" + +LilycoveCity_Harbor_Text_MayISeeYourTicket: + .string "Ciao, sei qui per prendere il traghetto?\n" + .string "Mi fai vedere il BIGLIETTO?$" + +LilycoveCity_Harbor_Text_NoTicket: + .string "{PLAYER} non ha il BIGLIETTO…\p" + .string "Spiacente.\p" + .string "Devi avere il BIGLIETTO per imbarcarti\n" + .string "sul traghetto.$" + +LilycoveCity_Harbor_Text_FlashTicketWhereTo: + .string "{PLAYER} mostra il BIGLIETTO.\p" + .string "Perfetto! Non hai bisogno d’altro!\p" + .string "Dove desideri andare?$" + +LilycoveCity_Harbor_Text_SailAnotherTime: + .string "Spero di rivederti un’altra volta!$" + +LilycoveCity_Harbor_Text_SlateportItIs: + .string "Ok, si salpa per PORTO SELCEPOLI!$" + +LilycoveCity_Harbor_Text_BattleFrontierItIs: + .string "Ok, si salpa per il PARCO LOTTA!$" + +LilycoveCity_Harbor_Text_PleaseBoard: + .string "Sali pure sul traghetto e attendi\n" + .string "la partenza.$" + +LilycoveCity_Harbor_Text_WhereWouldYouLikeToGo: + .string "Dove vorresti andare allora?$" + +LilycoveCity_Harbor_Text_SailorFerryUnavailable: + .string "Fino a quando il traghetto non è finito,\n" + .string "noi marinai stiamo con le mani in mano…\p" + .string "Spero che al CANTIERE di SELCEPOLI\n" + .string "facciano in fretta.$" + +LilycoveCity_Harbor_Text_SailorFerryAvailable: + .string "Il traghetto M/N MAREA è finalmente\n" + .string "operativo.\p" + .string "Al CANTIERE di SELCEPOLI\n" + .string "hanno lavorato di buona lena.\p" + .string "Beh, ora tocca a me rimboccarmi\n" + .string "le maniche!$"