Skip to content

Commit

Permalink
Seperated Text from script SootopolisCity_House7-Underwater_SeafloorC…
Browse files Browse the repository at this point in the history
…avern (#33)
  • Loading branch information
AsparagusEduardo authored Jun 28, 2024
2 parents 4cadce8 + 3b716d2 commit 871ad84
Show file tree
Hide file tree
Showing 44 changed files with 2,934 additions and 933 deletions.
96 changes: 11 additions & 85 deletions data/maps/SSTidalCorridor/scripts.inc
Original file line number Diff line number Diff line change
Expand Up @@ -253,88 +253,14 @@ SSTidalCorridor_Movement_SailorReturn:
walk_in_place_faster_up
step_end

SSTidalCorridor_Text_ScottBattleFrontierInvite:
.string "SCOTT: Well, hi, hi!\n"
.string "{PLAYER}{KUN}, {PLAYER}{KUN}!\p"
.string "Something's come up, so I have to\n"
.string "disembark, but am I glad to see you!\p"
.string "Congratulations, LEAGUE CHAMPION!\p"
.string "There's a place I'd like to invite\n"
.string "someone like you.\p"
.string "It's the…\n"
.string "BATTLE FRONTIER!\p"
.string "What's the place like?\n"
.string "You'll understand when you see it!\p"
.string "I've spoken with the ship's CAPTAIN\n"
.string "about this.\p"
.string "The next time you take a ferry,\n"
.string "you should be able to sail to\l"
.string "the BATTLE FRONTIER.\p"
.string "Okay, {PLAYER}{KUN}, I'll be waiting for you\n"
.string "at the BATTLE FRONTIER!$"

SSTidal_Text_FastCurrentsHopeYouEnjoyVoyage:
.string "This ferry is built to plow through\n"
.string "fast-running currents.\p"
.string "We hope you enjoy your voyage with us.\n"
.string "Feel free to explore the ship.$"

SSTidal_Text_HopeYouEnjoyVoyage:
.string "We hope you enjoy your voyage on\n"
.string "our ferry.$"

SSTidal_Text_MadeLandInSlateport:
.string "We have made land in SLATEPORT CITY.\n"
.string "Thank you for sailing with us.$"

SSTidal_Text_MadeLandInLilycove:
.string "We have made land in LILYCOVE CITY.\n"
.string "Thank you for sailing with us.$"

SSTidalCorridor_Text_CanRestInCabin2:
.string "It'll be some time before we make land,\n"
.string "I reckon.\p"
.string "You can rest up in your cabin if you'd\n"
.string "like. Your cabin's No. 2.\p"
.string "The bed in there is soft and plushy.\n"
.string "I can attest to how comfy it is!$"

SSTidalCorridor_Text_WeveArrived:
.string "We've arrived!$"

SSTidalCorridor_Text_VisitOtherCabins:
.string "Go visit other cabins.\n"
.string "TRAINERS bored of the boat trip will\l"
.string "be itching to battle.$"

SSTidalCorridor_Text_EnjoyYourCruise:
.string "Enjoy your cruise!$"

SSTidalCorridor_Text_HorizonSpreadsBeyondPorthole:
.string "The horizon spreads beyond\n"
.string "the porthole.$"

SSTidalCorridor_Text_BrineyWelcomeAboard:
.string "MR. BRINEY: Welcome aboard, {PLAYER}{KUN}!\p"
.string "They made me honorary captain of\n"
.string "the S.S. TIDAL!\p"
.string "You can call me CAPTAIN BRINEY now!\p"
.string "You know, I retired once before,\n"
.string "but when I saw this majestic ship…\p"
.string "Let me just say, it stirred my sleeping\n"
.string "soul as a sailor!$"

SSTidalCorridor_Text_Peeko:
.string "PEEKO: Pihyo pihyohyo…$"

SSTidalCorridor_Text_Cabin1:
.string "Cabin 1$"

SSTidalCorridor_Text_Cabin2:
.string "Cabin 2$"

SSTidalCorridor_Text_Cabin3:
.string "Cabin 3$"

SSTidalCorridor_Text_Cabin4:
.string "Cabin 4$"
.ifdef ENGLISH
.include "data/maps/SSTidalCorridor/text.inc"
.else
.ifdef FRENCH
.include "data/maps/SSTidalCorridor/text_fr.inc"
.else
.ifdef ITALIAN
.include "data/maps/SSTidalCorridor/text_it.inc"
.endif
.endif
.endif
86 changes: 86 additions & 0 deletions data/maps/SSTidalCorridor/text.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@

SSTidalCorridor_Text_ScottBattleFrontierInvite:
.string "SCOTT: Well, hi, hi!\n"
.string "{PLAYER}{KUN}, {PLAYER}{KUN}!\p"
.string "Something's come up, so I have to\n"
.string "disembark, but am I glad to see you!\p"
.string "Congratulations, LEAGUE CHAMPION!\p"
.string "There's a place I'd like to invite\n"
.string "someone like you.\p"
.string "It's the…\n"
.string "BATTLE FRONTIER!\p"
.string "What's the place like?\n"
.string "You'll understand when you see it!\p"
.string "I've spoken with the ship's CAPTAIN\n"
.string "about this.\p"
.string "The next time you take a ferry,\n"
.string "you should be able to sail to\l"
.string "the BATTLE FRONTIER.\p"
.string "Okay, {PLAYER}{KUN}, I'll be waiting for you\n"
.string "at the BATTLE FRONTIER!$"

SSTidal_Text_FastCurrentsHopeYouEnjoyVoyage:
.string "This ferry is built to plow through\n"
.string "fast-running currents.\p"
.string "We hope you enjoy your voyage with us.\n"
.string "Feel free to explore the ship.$"

SSTidal_Text_HopeYouEnjoyVoyage:
.string "We hope you enjoy your voyage on\n"
.string "our ferry.$"

SSTidal_Text_MadeLandInSlateport:
.string "We have made land in SLATEPORT CITY.\n"
.string "Thank you for sailing with us.$"

SSTidal_Text_MadeLandInLilycove:
.string "We have made land in LILYCOVE CITY.\n"
.string "Thank you for sailing with us.$"

SSTidalCorridor_Text_CanRestInCabin2:
.string "It'll be some time before we make land,\n"
.string "I reckon.\p"
.string "You can rest up in your cabin if you'd\n"
.string "like. Your cabin's No. 2.\p"
.string "The bed in there is soft and plushy.\n"
.string "I can attest to how comfy it is!$"

SSTidalCorridor_Text_WeveArrived:
.string "We've arrived!$"

SSTidalCorridor_Text_VisitOtherCabins:
.string "Go visit other cabins.\n"
.string "TRAINERS bored of the boat trip will\l"
.string "be itching to battle.$"

SSTidalCorridor_Text_EnjoyYourCruise:
.string "Enjoy your cruise!$"

SSTidalCorridor_Text_HorizonSpreadsBeyondPorthole:
.string "The horizon spreads beyond\n"
.string "the porthole.$"

SSTidalCorridor_Text_BrineyWelcomeAboard:
.string "MR. BRINEY: Welcome aboard, {PLAYER}{KUN}!\p"
.string "They made me honorary captain of\n"
.string "the S.S. TIDAL!\p"
.string "You can call me CAPTAIN BRINEY now!\p"
.string "You know, I retired once before,\n"
.string "but when I saw this majestic ship…\p"
.string "Let me just say, it stirred my sleeping\n"
.string "soul as a sailor!$"

SSTidalCorridor_Text_Peeko:
.string "PEEKO: Pihyo pihyohyo…$"

SSTidalCorridor_Text_Cabin1:
.string "Cabin 1$"

SSTidalCorridor_Text_Cabin2:
.string "Cabin 2$"

SSTidalCorridor_Text_Cabin3:
.string "Cabin 3$"

SSTidalCorridor_Text_Cabin4:
.string "Cabin 4$"
90 changes: 90 additions & 0 deletions data/maps/SSTidalCorridor/text_fr.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@

SSTidalCorridor_Text_ScottBattleFrontierInvite:
.string "SCOTT: Hé, bonjour, bonjour!\n"
.string "{PLAYER}{KUN}, {PLAYER}{KUN}!\p"
.string "Je suis pressé là, mais ça me fait\n"
.string "plaisir de te voir!\p"
.string "Félicitations, MAITRE de la LIGUE!\p"
.string "Il y a un endroit où j’aimerais t’inviter.\n"
.string "C’est pour les gens comme toi.\p"
.string "C’est la…\n"
.string "ZONE DE COMBAT!\p"
.string "A quoi ça ressemble?\n"
.string "Tu verras bien quand tu y seras!\p"
.string "J’en ai justement parlé avec le\n"
.string "CAPITAINE.\p"
.string "La prochaine fois que tu prendras ce\n"
.string "ferry, tu pourras demander à ce qu’on\l"
.string "t’emmène dans la ZONE DE COMBAT.\p"
.string "Bien, {PLAYER}{KUN}. A bientôt dans la \n"
.string "ZONE DE COMBAT, j’espère!$"

SSTidal_Text_FastCurrentsHopeYouEnjoyVoyage:
.string "Ce ferry est conçu pour naviguer dans\n"
.string "les courants rapides.\p"
.string "Nous espérons que vous apprécierez\n"
.string "votre voyage.\p"
.string "N’hésitez pas à explorer le navire.$"

SSTidal_Text_HopeYouEnjoyVoyage:
.string "Nous espérons que vous apprécierez\n"
.string "votre voyage à bord de notre ferry.$"

SSTidal_Text_MadeLandInSlateport:
.string "Nous avons touché terre à\n"
.string "POIVRESSEL.\p"
.string "Merci d’avoir navigué avec nous.$"

SSTidal_Text_MadeLandInLilycove:
.string "Nous avons touché terre à NENUCRIQUE.\n"
.string "Merci d’avoir navigué avec nous.$"

SSTidalCorridor_Text_CanRestInCabin2:
.string "A mon avis, nous ne toucherons pas\n"
.string "terre avant un petit moment.\p"
.string "Allez vous reposer dans votre cabine.\n"
.string "C’est la Nº 2.\p"
.string "Le lit est mou et épais.\n"
.string "Croyez-moi, il est confortable!$"

SSTidalCorridor_Text_WeveArrived:
.string "Nous sommes arrivés!$"

SSTidalCorridor_Text_VisitOtherCabins:
.string "N’hésitez pas à entrer dans les\n"
.string "autres cabines.\p"
.string "Les DRESSEURS qui s’ennuient sur le\n"
.string "ferry seront partants pour un combat.$"

SSTidalCorridor_Text_EnjoyYourCruise:
.string "Amusez-vous bien pendant la croisière!$"

SSTidalCorridor_Text_HorizonSpreadsBeyondPorthole:
.string "Le hublot offre une belle vue sur\n"
.string "l’horizon.$"

SSTidalCorridor_Text_BrineyWelcomeAboard:
.string "M. MARCO: Bienvenue à bord, {PLAYER}{KUN}!\p"
.string "Ils m’ont nommé capitaine du MARINA,\n"
.string "à titre honorifique!\p"
.string "Tu peux m’appeler CAPITAINE MARCO,\n"
.string "maintenant!\p"
.string "Tu sais, j’avais pris ma retraite, mais\n"
.string "quand j’ai vu ce magnifique bateau…\p"
.string "Disons simplement que ça a réveillé\n"
.string "mon âme de marin!$"

SSTidalCorridor_Text_Peeko:
.string "PIKO: Pihioo pihikooo…$"

SSTidalCorridor_Text_Cabin1:
.string "Cabine 1$"

SSTidalCorridor_Text_Cabin2:
.string "Cabine 2$"

SSTidalCorridor_Text_Cabin3:
.string "Cabine 3$"

SSTidalCorridor_Text_Cabin4:
.string "Cabine 4$"
84 changes: 84 additions & 0 deletions data/maps/SSTidalCorridor/text_it.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@

SSTidalCorridor_Text_ScottBattleFrontierInvite:
.string "SCOTT: Ciao, {PLAYER}{KUN}!\p"
.string "A causa di un impegno improvviso devo\n"
.string "sbarcare, ma sono contento di vederti!\p"
.string "Complimenti, CAMPIONE della LEGA!\p"
.string "C’è un posto che una persona come\n"
.string "te deve visitare.\p"
.string "Si chiama…\n"
.string "PARCO LOTTA!\p"
.string "Che posto è?\n"
.string "Capirai quando lo vedrai!\p"
.string "Ho parlato con il CAPITANO a\n"
.string "questo proposito.\p"
.string "La prossima volta che sali sul\n"
.string "traghetto, dovresti riuscire a\l"
.string "salpare per il PARCO LOTTA.\p"
.string "Okay, {PLAYER}{KUN}, ci vediamo\n"
.string "al PARCO LOTTA!$"

SSTidal_Text_FastCurrentsHopeYouEnjoyVoyage:
.string "Questo traghetto è stato costruito per\n"
.string "solcare le correnti impetuose.\p"
.string "Buon viaggio! I passeggeri sono\n"
.string "invitati ad esplorare la nave.$"

SSTidal_Text_HopeYouEnjoyVoyage:
.string "Buon viaggio sul nostro traghetto!$"

SSTidal_Text_MadeLandInSlateport:
.string "Siamo approdati a PORTO SELCEPOLI.\n"
.string "Grazie per aver viaggiato con noi.$"

SSTidal_Text_MadeLandInLilycove:
.string "Siamo approdati a PORTO ALGHEPOLI.\n"
.string "Grazie per aver viaggiato con noi.$"

SSTidalCorridor_Text_CanRestInCabin2:
.string "Ci vorrà un po’ prima di toccare terra,\n"
.string "direi…\p"
.string "Puoi riposarti nella tua cabina, se ti\n"
.string "va. La tua cabina è la nº 2.\p"
.string "Il letto lì dentro è morbido e caldo.\n"
.string "L’ho provato ed è davvero comodo!$"

SSTidalCorridor_Text_WeveArrived:
.string "Siamo arrivati!$"

SSTidalCorridor_Text_VisitOtherCabins:
.string "Va’ a visitare le altre cabine. Gli\n"
.string "ALLENATORI annoiati dal lungo viaggio\l"
.string "non aspettano altro che di lottare.$"

SSTidalCorridor_Text_EnjoyYourCruise:
.string "Goditi la crociera!$"

SSTidalCorridor_Text_HorizonSpreadsBeyondPorthole:
.string "Dall’oblò si può ammirare l’orizzonte.$"

SSTidalCorridor_Text_BrineyWelcomeAboard:
.string "SIG. MARINO: Ti do il benvenuto\n"
.string "a bordo, {PLAYER}{KUN}!\p"
.string "Sono stato nominato capitano onorario\n"
.string "della M/N MAREA!\p"
.string "Ora puoi chiamarmi CAPITAN MARINO!\p"
.string "Sai, ero andato in pensione, ma quando\n"
.string "ho visto questa magnifica nave…\p"
.string "Devo dire che ha risvegliato la mia\n"
.string "indole marinara ormai assopita!$"

SSTidalCorridor_Text_Peeko:
.string "PEEKO: Pee peekkooo…$"

SSTidalCorridor_Text_Cabin1:
.string "Cabina 1$"

SSTidalCorridor_Text_Cabin2:
.string "Cabina 2$"

SSTidalCorridor_Text_Cabin3:
.string "Cabina 3$"

SSTidalCorridor_Text_Cabin4:
.string "Cabina 4$"
Loading

0 comments on commit 871ad84

Please sign in to comment.