First pair

This commit is contained in:
Eduardo Quezada
2022-08-01 17:53:15 -04:00
parent bec4127e20
commit a59b1fb9d2
7 changed files with 72 additions and 33 deletions

View File

@@ -833,9 +833,7 @@ Common_EventScript_PlayerHandedOverTheItem::
.ifdef FRENCH
.include "data/text/general_fr.inc"
.else
.ifdef ENGLISH
.include "data/text/general.inc"
.endif
.endif
.include "data/text/pc_transfer.inc"
.include "data/text/questionnaire.inc"

View File

@@ -22,20 +22,8 @@ AbandonedShip_CaptainsOffice_EventScript_ThisIsSSCactus::
release
end
AbandonedShip_CaptainsOffice_Text_NoSuccessFindingScanner:
.string "I'm investigating this ship on behalf\n"
.string "of CAPT. STERN.\p"
.string "He also asked me to find a SCANNER,\n"
.string "but I haven't had any success…$"
AbandonedShip_CaptainsOffice_Text_OhCanYouDeliverScanner:
.string "Oh! That's a SCANNER!\p"
.string "Listen, can I get you to deliver that\n"
.string "to CAPT. STERN?\p"
.string "I want to investigate this ship a\n"
.string "little more.$"
AbandonedShip_CaptainsOffice_Text_ThisIsSSCactus:
.string "This ship is called S.S. CACTUS.\n"
.string "It seems to be from an earlier era.$"
.ifdef FRENCH
.include "data/maps/AbandonedShip_CaptainsOffice/text_fr.inc"
.else
.include "data/maps/AbandonedShip_CaptainsOffice/text.inc" @ENGLISH DEFAULT
.endif

View File

@@ -0,0 +1,17 @@
AbandonedShip_CaptainsOffice_Text_NoSuccessFindingScanner:
.string "I'm investigating this ship on behalf\n"
.string "of CAPT. STERN.\p"
.string "He also asked me to find a SCANNER,\n"
.string "but I haven't had any success…$"
AbandonedShip_CaptainsOffice_Text_OhCanYouDeliverScanner:
.string "Oh! That's a SCANNER!\p"
.string "Listen, can I get you to deliver that\n"
.string "to CAPT. STERN?\p"
.string "I want to investigate this ship a\n"
.string "little more.$"
AbandonedShip_CaptainsOffice_Text_ThisIsSSCactus:
.string "This ship is called S.S. CACTUS.\n"
.string "It seems to be from an earlier era.$"

View File

@@ -0,0 +1,17 @@
AbandonedShip_CaptainsOffice_Text_NoSuccessFindingScanner:
.string "Jexamine ce bateau pour le\n"
.string "CAPT. POUPE.\p"
.string "Il ma aussi demandé de rapporter un\n"
.string "SCANNER, mais je nen ai pas trouvé…$"
AbandonedShip_CaptainsOffice_Text_OhCanYouDeliverScanner:
.string "Oh, cest un SCANNER!\p"
.string "Ecoute, je peux te demander dapporter\n"
.string "ça au CAPT. POUPE?\p"
.string "Je voudrais continuer dexaminer ce\n"
.string "bateau.$"
AbandonedShip_CaptainsOffice_Text_ThisIsSSCactus:
.string "Ce navire sappelle LE CACTUS.\n"
.string "Il semble être dune autre époque.$"

View File

@@ -10,17 +10,8 @@ AbandonedShip_Corridors_1F_EventScript_Charlie::
msgbox AbandonedShip_Corridors_1F_Text_CharliePostBattle, MSGBOX_AUTOCLOSE
end
AbandonedShip_Corridors_1F_Text_CharlieIntro:
.string "What's so funny about having my inner\n"
.string "tube aboard the ship?$"
AbandonedShip_Corridors_1F_Text_CharlieDefeat:
.string "Whoa, you overwhelmed me!$"
AbandonedShip_Corridors_1F_Text_CharliePostBattle:
.string "It's not easy throwing POKé BALLS\n"
.string "while hanging on to an inner tube!$"
AbandonedShip_Corridors_1F_Text_IsntItFunHere:
.string "Isn't it fun here?\n"
.string "I get excited just being here!$"
.ifdef FRENCH
.include "data/maps/AbandonedShip_Corridors_1F/text_fr.inc"
.else
.include "data/maps/AbandonedShip_Corridors_1F/text.inc" @ENGLISH DEFAULT
.endif

View File

@@ -0,0 +1,14 @@
AbandonedShip_Corridors_1F_Text_CharlieIntro:
.string "What's so funny about having my inner\n"
.string "tube aboard the ship?$"
AbandonedShip_Corridors_1F_Text_CharlieDefeat:
.string "Whoa, you overwhelmed me!$"
AbandonedShip_Corridors_1F_Text_CharliePostBattle:
.string "It's not easy throwing POKé BALLS\n"
.string "while hanging on to an inner tube!$"
AbandonedShip_Corridors_1F_Text_IsntItFunHere:
.string "Isn't it fun here?\n"
.string "I get excited just being here!$"

View File

@@ -0,0 +1,14 @@
AbandonedShip_Corridors_1F_Text_CharlieIntro:
.string "Quest-ce quil y a de si drôle à me voir\n"
.string "à bord du bateau avec ma bouée?$"
AbandonedShip_Corridors_1F_Text_CharlieDefeat:
.string "Waouh, tu mas écrasé!$"
AbandonedShip_Corridors_1F_Text_CharliePostBattle:
.string "Cest dur de lancer des POKé BALLS tout\n"
.string "en se cramponnant à une bouée!$"
AbandonedShip_Corridors_1F_Text_IsntItFunHere:
.string "Cest cool ici, hein?\n"
.string "Je suis tout excité rien que dêtre là!$"