2019-04-21 14:42:25 -07:00
|
|
|
object_const_def ; object_event constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const SAFFRONPOKECENTER1F_NURSE
|
|
|
|
const SAFFRONPOKECENTER1F_TEACHER
|
|
|
|
const SAFFRONPOKECENTER1F_FISHER
|
|
|
|
const SAFFRONPOKECENTER1F_YOUNGSTER
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
SaffronPokecenter1F_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; scene scripts
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 10:18:51 -08:00
|
|
|
SaffronPokecenter1FNurseScript:
|
2020-06-10 13:44:16 -07:00
|
|
|
jumpstd PokecenterNurseScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 10:18:51 -08:00
|
|
|
SaffronPokecenter1FTeacherScript:
|
2018-01-24 08:17:05 -08:00
|
|
|
special Mobile_DummyReturnFalse
|
2015-11-16 13:01:45 -08:00
|
|
|
iftrue .mobile
|
2018-08-19 10:56:41 -07:00
|
|
|
jumptextfaceplayer SaffronPokecenter1FTeacherText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 12:01:49 -07:00
|
|
|
.mobile
|
2018-08-19 10:56:41 -07:00
|
|
|
jumptextfaceplayer SaffronPokecenter1FTeacherMobileText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 10:18:51 -08:00
|
|
|
SaffronPokecenter1FFisherScript:
|
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_RETURNED_MACHINE_PART
|
2015-11-16 13:01:45 -08:00
|
|
|
iftrue .SolvedKantoPowerCrisis
|
2018-08-19 10:56:41 -07:00
|
|
|
writetext SaffronPokecenter1FFisherText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-11-16 13:01:45 -08:00
|
|
|
.SolvedKantoPowerCrisis:
|
2018-08-19 10:56:41 -07:00
|
|
|
writetext SaffronPokecenter1FFisherReturnedMachinePartText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
SaffronPokecenter1FYoungsterScript:
|
|
|
|
jumptextfaceplayer SaffronPokecenter1FYoungsterText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-08-19 10:56:41 -07:00
|
|
|
SaffronPokecenter1FTeacherText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What are JOHTO's"
|
|
|
|
line "#MON CENTERS"
|
|
|
|
cont "like?"
|
|
|
|
|
|
|
|
para "…Oh, I see. So"
|
|
|
|
line "they're not much"
|
|
|
|
|
|
|
|
para "different from the"
|
|
|
|
line "ones in KANTO."
|
|
|
|
|
|
|
|
para "I can go to JOHTO"
|
|
|
|
line "without worrying,"
|
|
|
|
cont "then!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-08-19 10:56:41 -07:00
|
|
|
SaffronPokecenter1FTeacherMobileText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What are JOHTO's"
|
|
|
|
line "#MON CENTERS"
|
|
|
|
cont "like?"
|
|
|
|
|
|
|
|
para "…Oh, I see."
|
|
|
|
line "So they let you"
|
|
|
|
|
|
|
|
para "link with people"
|
|
|
|
line "far away?"
|
|
|
|
|
|
|
|
para "Then I'll get my"
|
|
|
|
line "friend in JOHTO to"
|
|
|
|
|
|
|
|
para "catch a MARILL and"
|
|
|
|
line "trade it to me!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-08-19 10:56:41 -07:00
|
|
|
SaffronPokecenter1FFisherText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I just happened to"
|
|
|
|
line "come through ROCK"
|
|
|
|
|
|
|
|
para "TUNNEL. There was"
|
|
|
|
line "some commotion at"
|
|
|
|
cont "the POWER PLANT."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-08-19 10:56:41 -07:00
|
|
|
SaffronPokecenter1FFisherReturnedMachinePartText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Caves collapse"
|
|
|
|
line "easily."
|
|
|
|
|
|
|
|
para "Several caves have"
|
|
|
|
line "disappeared in the"
|
|
|
|
|
|
|
|
para "past few years,"
|
|
|
|
line "like the one out-"
|
|
|
|
cont "side CERULEAN."
|
|
|
|
|
|
|
|
para "As a pro HIKER,"
|
|
|
|
line "that's common"
|
|
|
|
cont "knowledge."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
SaffronPokecenter1FYoungsterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "SILPH CO.'s HEAD"
|
|
|
|
line "OFFICE and the"
|
|
|
|
|
|
|
|
para "MAGNET TRAIN STA-"
|
|
|
|
line "TION--they're the"
|
|
|
|
|
|
|
|
para "places to see in"
|
|
|
|
line "SAFFRON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
SaffronPokecenter1F_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 3 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 3, 7, SAFFRON_CITY, 4
|
|
|
|
warp_event 4, 7, SAFFRON_CITY, 4
|
|
|
|
warp_event 0, 7, POKECENTER_2F, 1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; bg events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 4 ; object events
|
2018-03-01 10:18:51 -08:00
|
|
|
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SaffronPokecenter1FNurseScript, -1
|
|
|
|
object_event 7, 2, SPRITE_TEACHER, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, SaffronPokecenter1FTeacherScript, -1
|
|
|
|
object_event 8, 6, SPRITE_FISHER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, SaffronPokecenter1FFisherScript, -1
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 1, 4, SPRITE_YOUNGSTER, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, SaffronPokecenter1FYoungsterScript, -1
|