2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_CAPTAIN
|
|
|
|
const FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_GENTLEMAN
|
|
|
|
const FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_TWIN1
|
|
|
|
const FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_TWIN2
|
|
|
|
const FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_POKEFAN_M1
|
|
|
|
const FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_TWIN3
|
|
|
|
const FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_TWIN4
|
|
|
|
const FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_SUPER_NERD1
|
|
|
|
const FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_POKEFAN_M2
|
|
|
|
const FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_POKEFAN_F
|
|
|
|
const FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_SUPER_NERD2
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FastShipCabins_SE_SSE_CaptainsCabin_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75ea6:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
CaptainScript_0x75ea7:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-07-20 00:51:52 -07:00
|
|
|
checkevent EVENT_FAST_SHIP_FIRST_TIME
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x75eb5
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x76012
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75eb5:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x76064
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinScript_0x75ebb:
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_TWIN2, RIGHT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x761e0
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x7621f
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-20 15:59:26 -07:00
|
|
|
special Special_FadeBlackQuickly
|
|
|
|
special Special_ReloadSpritesNoPalettes
|
2015-11-26 21:22:14 -08:00
|
|
|
disappear FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_TWIN2
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x76004
|
2015-11-26 21:22:14 -08:00
|
|
|
moveperson FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_TWIN1, $3, $13
|
|
|
|
appear FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_TWIN1
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, UP
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_TWIN1, UP
|
2015-11-26 18:05:32 -08:00
|
|
|
special Special_FadeInQuickly
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_GENTLEMAN, DOWN
|
|
|
|
showemote EMOTE_SHOCK, FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_GENTLEMAN, 15
|
|
|
|
applymovement FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_TWIN1, MovementData_0x7600c
|
|
|
|
spriteface FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_GENTLEMAN, RIGHT
|
2015-07-10 05:08:03 -07:00
|
|
|
checkflag ENGINE_PLAYER_IS_FEMALE
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x75f03
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x76284
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x75f09
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75f03:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x762c6
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75f09:
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_TWIN2, DOWN
|
|
|
|
applymovement FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_GENTLEMAN, MovementData_0x76010
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x76143
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-07-18 12:46:38 -07:00
|
|
|
setevent EVENT_VERMILION_PORT_SAILOR_AT_GANGWAY
|
2015-07-23 09:59:19 -07:00
|
|
|
domaptrigger FAST_SHIP_1F, $0
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x75f37
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
GentlemanScript_0x75f1f:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x75f67
|
2015-07-18 12:46:38 -07:00
|
|
|
checkevent EVENT_FAST_SHIP_CABINS_SE_SSE_CAPTAINS_CABIN_TWIN_2
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x75f58
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x760ae
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-23 09:59:19 -07:00
|
|
|
domaptrigger FAST_SHIP_1F, $0
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75f37:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x7619b
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem METAL_COAT
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x75f44
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75f44:
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
|
|
|
waitsfx
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ELEVATOR_END
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 30
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x76645
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2015-07-20 00:51:52 -07:00
|
|
|
setevent EVENT_FAST_SHIP_HAS_ARRIVED
|
|
|
|
setevent EVENT_FAST_SHIP_FOUND_GIRL
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75f58:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x7619b
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem METAL_COAT
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x75f65
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75f65:
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75f67:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x761be
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinScript_0x75f6d:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x7630d
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerPokefanmColin:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_POKEFANM_COLIN, POKEFANM, COLIN, PokefanmColinSeenText, PokefanmColinBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext PokefanmColinAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerTwinsMegandpeg1:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_TWINS_MEG_AND_PEG, TWINS, MEGANDPEG1, TwinsMegandpeg1SeenText, TwinsMegandpeg1BeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext TwinsMegandpeg1AfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerTwinsMegandpeg2:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_TWINS_MEG_AND_PEG, TWINS, MEGANDPEG2, TwinsMegandpeg2SeenText, TwinsMegandpeg2BeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext TwinsMegandpeg2AfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerPsychicRodney:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_PSYCHIC_RODNEY, PSYCHIC_T, RODNEY, PsychicRodneySeenText, PsychicRodneyBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext PsychicRodneyAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerPokefanmJeremy:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_POKEFANM_JEREMY, POKEFANM, JEREMY, PokefanmJeremySeenText, PokefanmJeremyBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext PokefanmJeremyAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerPokefanfGeorgia:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_POKEFANF_GEORGIA, POKEFANF, GEORGIA, PokefanfGeorgiaSeenText, PokefanfGeorgiaBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext PokefanfGeorgiaAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerSupernerdShawn:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_SUPER_NERD_SHAWN, SUPER_NERD, SHAWN, SupernerdShawnSeenText, SupernerdShawnBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext SupernerdShawnAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FastShipCaptainsCabinTrashcan:
|
2015-06-23 14:02:58 -07:00
|
|
|
jumpstd trashcan
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x76004:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step RIGHT
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x7600c:
|
2016-05-14 10:46:14 -07:00
|
|
|
step UP
|
|
|
|
step UP
|
|
|
|
turn_head LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x76010:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x76012:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Whew! Thanks for"
|
|
|
|
line "coming along."
|
|
|
|
|
|
|
|
para "Keeping that lit-"
|
|
|
|
line "tle girl amused"
|
|
|
|
cont "was exhausting."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x76064:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "How do you like"
|
|
|
|
line "S.S.AQUA's ride?"
|
|
|
|
|
|
|
|
para "She practically"
|
|
|
|
line "skates across the"
|
|
|
|
cont "waves."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x760ae:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, hello…"
|
|
|
|
|
|
|
|
para "I still can't find"
|
|
|
|
line "my granddaughter."
|
|
|
|
|
|
|
|
para "If she's on the"
|
|
|
|
line "ship, that's OK."
|
|
|
|
|
|
|
|
para "She's an energetic"
|
|
|
|
line "child, so she may"
|
|
|
|
|
|
|
|
para "be bugging some-"
|
|
|
|
line "one. I'm worried…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x76143:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAY_G>, was it?"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "I heard you enter-"
|
|
|
|
cont "tained my grand-"
|
|
|
|
cont "daughter."
|
|
|
|
|
|
|
|
para "I want to thank"
|
|
|
|
line "you for that."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x7619b:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I know! I'd like"
|
|
|
|
line "you to have this!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x761be:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We're traveling"
|
|
|
|
line "around the world."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x761e0:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "CAPTAIN, play with"
|
|
|
|
line "me, please?"
|
|
|
|
|
|
|
|
para "I'm bored! I want"
|
|
|
|
line "to play more!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x7621f:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hi! Will you play"
|
|
|
|
line "with me?"
|
|
|
|
|
|
|
|
para "…Oh!"
|
|
|
|
|
|
|
|
para "Grandpa's worried"
|
|
|
|
line "about me?"
|
|
|
|
|
|
|
|
para "I have to go!"
|
|
|
|
|
|
|
|
para "I have to go find"
|
|
|
|
line "Grandpa!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x76284:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Grandpa, here I"
|
|
|
|
line "am! I was playing"
|
|
|
|
|
|
|
|
para "with the CAPTAIN"
|
|
|
|
line "and this guy!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x762c6:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Grandpa, here I"
|
|
|
|
line "am! I was playing"
|
|
|
|
|
|
|
|
para "with the CAPTAIN"
|
|
|
|
line "and this big girl!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x7630d:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I had lots of fun"
|
|
|
|
line "playing!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokefanmColinSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hey, kid! Want to"
|
|
|
|
line "battle with me?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokefanmColinBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You're strong!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
PokefanmColinAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You're traveling"
|
|
|
|
line "all alone?"
|
|
|
|
|
|
|
|
para "Isn't your mom"
|
|
|
|
line "worried?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinsMegandpeg1SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You think I'm a"
|
|
|
|
line "baby?"
|
|
|
|
cont "That's not fair!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinsMegandpeg1BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh! We lost!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
TwinsMegandpeg1AfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Baby is a rude"
|
|
|
|
line "name to call us"
|
|
|
|
cont "girls!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinsMegandpeg2SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm not a baby!"
|
|
|
|
|
|
|
|
para "That's not nice to"
|
|
|
|
line "say to a lady!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinsMegandpeg2BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh! We lost!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
TwinsMegandpeg2AfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Sometimes, kids"
|
|
|
|
line "are smarter than"
|
|
|
|
cont "grown-ups!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicRodneySeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ssh! My brain is"
|
|
|
|
line "picking up radio"
|
|
|
|
cont "signals!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicRodneyBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "…I hear some-"
|
|
|
|
line "thing!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
PsychicRodneyAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I get it. You can"
|
|
|
|
line "hear JOHTO's radio"
|
|
|
|
cont "on the FAST SHIP."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokefanmJeremySeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What do you think?"
|
|
|
|
line "My #MON are"
|
|
|
|
cont "beautiful, yes?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokefanmJeremyBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, no! My beauti-"
|
|
|
|
line "ful #MON!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
PokefanmJeremyAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I must go to the"
|
|
|
|
line "#MON SALON and"
|
|
|
|
cont "fix them up nice!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokefanfGeorgiaSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm going to shop"
|
|
|
|
line "at the DEPT.STORE"
|
|
|
|
cont "and then…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokefanfGeorgiaBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What was I going"
|
|
|
|
line "to do?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
PokefanfGeorgiaAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, yes! I have to"
|
|
|
|
line "get my #MON out"
|
|
|
|
cont "of DAY-CARE!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SupernerdShawnSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What kinds of #"
|
|
|
|
line "BALLS do you have"
|
|
|
|
cont "with you?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SupernerdShawnBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Wait! Stop! Don't!"
|
|
|
|
line "Please!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
SupernerdShawnAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You should use the"
|
|
|
|
line "right BALLS to fit"
|
|
|
|
cont "the situation."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x76645:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "FAST SHIP S.S.AQUA"
|
|
|
|
line "has arrived in"
|
|
|
|
cont "VERMILION CITY."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FastShipCabins_SE_SSE_CaptainsCabin_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 6
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $7, $2, 8, FAST_SHIP_1F
|
|
|
|
warp_def $7, $3, 8, FAST_SHIP_1F
|
|
|
|
warp_def $13, $2, 9, FAST_SHIP_1F
|
|
|
|
warp_def $13, $3, 9, FAST_SHIP_1F
|
|
|
|
warp_def $21, $2, 10, FAST_SHIP_1F
|
|
|
|
warp_def $21, $3, 10, FAST_SHIP_1F
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 25, 4, SIGNPOST_READ, FastShipCaptainsCabinTrashcan
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 11
|
2017-12-10 17:50:08 -08:00
|
|
|
person_event SPRITE_CAPTAIN, 25, 3, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CaptainScript_0x75ea7, -1
|
|
|
|
person_event SPRITE_GENTLEMAN, 17, 2, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, GentlemanScript_0x75f1f, EVENT_FAST_SHIP_CABINS_SE_SSE_GENTLEMAN
|
2015-11-15 12:07:20 -08:00
|
|
|
person_event SPRITE_TWIN, 17, 3, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, TwinScript_0x75f6d, EVENT_FAST_SHIP_CABINS_SE_SSE_CAPTAINS_CABIN_TWIN_1
|
|
|
|
person_event SPRITE_TWIN, 25, 2, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, TwinScript_0x75ebb, EVENT_FAST_SHIP_CABINS_SE_SSE_CAPTAINS_CABIN_TWIN_2
|
2017-12-10 17:50:08 -08:00
|
|
|
person_event SPRITE_POKEFAN_M, 6, 5, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_TRAINER, 5, TrainerPokefanmColin, EVENT_FAST_SHIP_PASSENGERS_FIRST_TRIP
|
|
|
|
person_event SPRITE_TWIN, 4, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_TRAINER, 1, TrainerTwinsMegandpeg1, EVENT_FAST_SHIP_PASSENGERS_FIRST_TRIP
|
|
|
|
person_event SPRITE_TWIN, 4, 3, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_TRAINER, 1, TrainerTwinsMegandpeg2, EVENT_FAST_SHIP_PASSENGERS_FIRST_TRIP
|
|
|
|
person_event SPRITE_SUPER_NERD, 5, 5, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_TRAINER, 5, TrainerPsychicRodney, EVENT_FAST_SHIP_PASSENGERS_EASTBOUND
|
|
|
|
person_event SPRITE_POKEFAN_M, 3, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_TRAINER, 3, TrainerPokefanmJeremy, EVENT_FAST_SHIP_PASSENGERS_WESTBOUND
|
|
|
|
person_event SPRITE_POKEFAN_F, 5, 5, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_TRAINER, 1, TrainerPokefanfGeorgia, EVENT_FAST_SHIP_PASSENGERS_WESTBOUND
|
|
|
|
person_event SPRITE_SUPER_NERD, 15, 1, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_BROWN, PERSONTYPE_TRAINER, 2, TrainerSupernerdShawn, EVENT_FAST_SHIP_PASSENGERS_EASTBOUND
|