2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const VIOLETPOKECENTER1F_NURSE
|
|
|
|
const VIOLETPOKECENTER1F_GAMEBOY_KID
|
|
|
|
const VIOLETPOKECENTER1F_GENTLEMAN
|
|
|
|
const VIOLETPOKECENTER1F_YOUNGSTER
|
|
|
|
const VIOLETPOKECENTER1F_SCIENTIST
|
|
|
|
|
2017-12-10 19:34:42 -08:00
|
|
|
VioletPokecenter1F_MapScriptHeader:
|
2017-12-24 10:46:34 -08:00
|
|
|
.SceneScripts:
|
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
|
|
|
|
|
2017-12-10 19:34:42 -08:00
|
|
|
VioletPokecenterNurse:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd pokecenternurse
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 19:34:42 -08:00
|
|
|
VioletPokecenter1F_ElmsAideScript:
|
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_REFUSED_TO_TAKE_EGG_FROM_ELMS_AIDE
|
2015-11-28 12:13:40 -08:00
|
|
|
iftrue .SecondTimeAsking
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x69555
|
2015-11-28 12:13:40 -08:00
|
|
|
.AskTakeEgg:
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2015-11-28 12:13:40 -08:00
|
|
|
iffalse .RefusedEgg
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_PARTYCOUNT
|
2015-11-28 12:13:40 -08:00
|
|
|
if_equal PARTY_LENGTH, .PartyFull
|
2013-02-16 22:54:07 -08:00
|
|
|
giveegg TOGEPI, 5
|
2018-01-11 22:40:20 -08:00
|
|
|
stringtotext .eggname, MEM_BUFFER_1
|
2015-11-28 12:13:40 -08:00
|
|
|
scall .AideGivesEgg
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_TOGEPI_EGG_FROM_ELMS_AIDE
|
|
|
|
clearevent EVENT_ELMS_AIDE_IN_LAB
|
|
|
|
clearevent EVENT_TOGEPI_HATCHED
|
2018-01-09 15:45:25 -08:00
|
|
|
setmapscene ROUTE_32, 1
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x695c5
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_FACING
|
2015-11-28 12:13:40 -08:00
|
|
|
if_equal UP, .AideWalksAroundPlayer
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, DOWN
|
2015-11-28 12:13:40 -08:00
|
|
|
applymovement VIOLETPOKECENTER1F_SCIENTIST, MovementData_AideWalksStraightOutOfPokecenter
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_EXIT_BUILDING
|
2015-11-26 21:22:14 -08:00
|
|
|
disappear VIOLETPOKECENTER1F_SCIENTIST
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.AideWalksAroundPlayer:
|
2015-11-28 12:13:40 -08:00
|
|
|
applymovement VIOLETPOKECENTER1F_SCIENTIST, MovementData_AideWalksLeftToExitPokecenter
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, DOWN
|
2015-11-28 12:13:40 -08:00
|
|
|
applymovement VIOLETPOKECENTER1F_SCIENTIST, MovementData_AideFinishesLeavingPokecenter
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_EXIT_BUILDING
|
2015-11-26 21:22:14 -08:00
|
|
|
disappear VIOLETPOKECENTER1F_SCIENTIST
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
.eggname
|
2013-02-16 22:54:07 -08:00
|
|
|
db "EGG@"
|
|
|
|
|
2015-11-28 12:13:40 -08:00
|
|
|
.AideGivesEgg:
|
2015-07-11 23:00:17 -07:00
|
|
|
jumpstd receivetogepiegg
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-28 12:13:40 -08:00
|
|
|
.PartyFull:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x69693
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-11-28 12:13:40 -08:00
|
|
|
.RefusedEgg:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x696f2
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_REFUSED_TO_TAKE_EGG_FROM_ELMS_AIDE
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-28 12:13:40 -08:00
|
|
|
.SecondTimeAsking:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x69712
|
2015-11-28 12:13:40 -08:00
|
|
|
jump .AskTakeEgg
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
VioletPokecenter1FGameboyKidScript:
|
|
|
|
jumptextfaceplayer VioletPokecenter1FGameboyKidText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
VioletPokecenter1FGentlemanScript:
|
|
|
|
jumptextfaceplayer VioletPokecenter1FGentlemanText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
VioletPokecenter1FYoungsterScript:
|
|
|
|
jumptextfaceplayer VioletPokecenter1FYoungsterText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-11-28 12:13:40 -08:00
|
|
|
MovementData_AideWalksStraightOutOfPokecenter:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-28 12:13:40 -08:00
|
|
|
MovementData_AideWalksLeftToExitPokecenter:
|
2016-05-14 10:46:14 -07:00
|
|
|
step LEFT
|
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-28 12:13:40 -08:00
|
|
|
MovementData_AideFinishesLeavingPokecenter:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69555:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAY_G>, long"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "time, no see."
|
|
|
|
|
|
|
|
para "PROF.ELM asked me"
|
|
|
|
line "to find you."
|
|
|
|
|
|
|
|
para "He has another"
|
|
|
|
line "favor to ask."
|
|
|
|
|
|
|
|
para "Would you take the"
|
|
|
|
line "#MON EGG?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x695c5:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We discovered that"
|
|
|
|
line "a #MON will not"
|
|
|
|
|
|
|
|
para "hatch until it"
|
|
|
|
line "grows in the EGG."
|
|
|
|
|
|
|
|
para "It also has to be"
|
|
|
|
line "with other active"
|
|
|
|
cont "#MON to hatch."
|
|
|
|
|
2015-06-27 21:59:17 -07:00
|
|
|
para "<PLAY_G>, you're"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "the only person"
|
|
|
|
cont "we can rely on."
|
|
|
|
|
|
|
|
para "Please call PROF."
|
|
|
|
line "ELM when that EGG"
|
|
|
|
cont "hatches!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69693:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, no. You can't"
|
|
|
|
line "carry any more"
|
|
|
|
cont "#MON with you."
|
|
|
|
|
|
|
|
para "I'll wait here"
|
|
|
|
line "while you make"
|
|
|
|
cont "room for the EGG."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x696f2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "B-but… PROF.ELM"
|
|
|
|
line "asked for you…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69712:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAY_G>, will you"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "take the EGG?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x6972d:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I've been thinking"
|
|
|
|
line "it'd be great to"
|
|
|
|
|
|
|
|
para "be able to link up"
|
|
|
|
line "and battle with my"
|
|
|
|
|
|
|
|
para "friends who live"
|
|
|
|
line "far away."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69791:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I just battled a"
|
|
|
|
line "friend in CIANWOOD"
|
|
|
|
cont "over a link."
|
|
|
|
|
|
|
|
para "If you connect a"
|
|
|
|
line "MOBILE ADAPTER,"
|
|
|
|
|
|
|
|
para "you can link with"
|
|
|
|
line "a friend far away."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
VioletPokecenter1FGameboyKidText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A guy named BILL"
|
|
|
|
line "made the #MON"
|
|
|
|
cont "PC storage system."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
VioletPokecenter1FGentlemanText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It was around"
|
|
|
|
line "three years ago."
|
|
|
|
|
|
|
|
para "TEAM ROCKET was up"
|
|
|
|
line "to no good with"
|
|
|
|
cont "#MON."
|
|
|
|
|
|
|
|
para "But justice pre-"
|
|
|
|
line "vailed--a young"
|
|
|
|
cont "kid broke 'em up."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
VioletPokecenter1FYoungsterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "#MON are smart."
|
|
|
|
line "They won't obey a"
|
|
|
|
|
|
|
|
para "trainer they don't"
|
|
|
|
line "respect."
|
|
|
|
|
|
|
|
para "Without the right"
|
|
|
|
line "GYM BADGES, they"
|
|
|
|
|
|
|
|
para "will just do as"
|
|
|
|
line "they please."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 19:34:42 -08:00
|
|
|
VioletPokecenter1F_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 3
|
2017-12-28 11:31:25 -08:00
|
|
|
warp_def 3, 7, 5, VIOLET_CITY
|
|
|
|
warp_def 4, 7, 5, VIOLET_CITY
|
|
|
|
warp_def 0, 7, 1, POKECENTER_2F
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.CoordEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.BGEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.ObjectEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 5
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, VioletPokecenterNurse, -1
|
|
|
|
object_event 7, 6, SPRITE_GAMEBOY_KID, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, VioletPokecenter1FGameboyKidScript, -1
|
|
|
|
object_event 1, 4, SPRITE_GENTLEMAN, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, VioletPokecenter1FGentlemanScript, -1
|
|
|
|
object_event 8, 1, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, VioletPokecenter1FYoungsterScript, -1
|
|
|
|
object_event 4, 3, SPRITE_SCIENTIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, VioletPokecenter1F_ElmsAideScript, EVENT_ELMS_AIDE_IN_VIOLET_POKEMON_CENTER
|