2020-07-24 09:49:26 -04:00
|
|
|
object_const_def
|
2015-11-27 00:22:14 -05:00
|
|
|
const CIANWOODPHARMACY_PHARMACIST
|
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
CianwoodPharmacy_MapScripts:
|
2020-07-24 09:49:26 -04:00
|
|
|
def_scene_scripts
|
2022-08-09 17:04:18 -05:00
|
|
|
scene_script CianwoodPharmacyNoopScene ; unusable
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_callbacks
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2022-08-09 17:04:18 -05:00
|
|
|
CianwoodPharmacyNoopScene:
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2015-06-25 22:01:08 -06:00
|
|
|
CianwoodPharmacist:
|
2013-02-17 01:54:07 -05:00
|
|
|
faceplayer
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2013-09-24 03:48:58 -04:00
|
|
|
checkevent EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
2015-06-25 22:01:08 -06:00
|
|
|
iftrue .Mart
|
2015-07-10 06:08:03 -06:00
|
|
|
checkevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
|
2015-06-25 22:01:08 -06:00
|
|
|
iffalse .Mart
|
|
|
|
writetext PharmacistGiveSecretpotionText
|
2019-11-03 12:48:54 -05:00
|
|
|
promptbutton
|
2015-11-04 20:20:14 -05:00
|
|
|
giveitem SECRETPOTION
|
2015-06-25 22:01:08 -06:00
|
|
|
writetext ReceivedSecretpotionText
|
2014-04-30 06:04:35 -04:00
|
|
|
playsound SFX_KEY_ITEM
|
2015-11-25 10:16:29 -05:00
|
|
|
waitsfx
|
2013-02-17 01:54:07 -05:00
|
|
|
itemnotify
|
2013-09-24 03:48:58 -04:00
|
|
|
setevent EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
2015-06-25 22:01:08 -06:00
|
|
|
writetext PharmacistDescribeSecretpotionText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2016-04-10 14:42:14 -04:00
|
|
|
.Mart:
|
2015-11-02 17:38:08 -05:00
|
|
|
pokemart MARTTYPE_PHARMACY, MART_CIANWOOD
|
2015-11-25 10:16:29 -05:00
|
|
|
closetext
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2015-06-25 22:01:08 -06:00
|
|
|
CianwoodPharmacyBookshelf:
|
2020-06-10 16:44:16 -04:00
|
|
|
jumpstd DifficultBookshelfScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2015-06-25 22:01:08 -06:00
|
|
|
PharmacistGiveSecretpotionText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Your #MON ap-"
|
|
|
|
line "pear to be fine."
|
|
|
|
|
|
|
|
para "Is something wor- "
|
|
|
|
line "rying you?"
|
|
|
|
|
|
|
|
para "…"
|
|
|
|
|
|
|
|
para "The LIGHTHOUSE"
|
|
|
|
line "#MON is in"
|
|
|
|
cont "trouble?"
|
|
|
|
|
|
|
|
para "I got it!"
|
|
|
|
|
|
|
|
para "This ought to do"
|
|
|
|
line "the trick."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2015-06-25 22:01:08 -06:00
|
|
|
ReceivedSecretpotionText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> received"
|
2014-03-06 00:29:44 -05:00
|
|
|
line "SECRETPOTION."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2015-06-25 22:01:08 -06:00
|
|
|
PharmacistDescribeSecretpotionText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "My SECRETPOTION is"
|
|
|
|
line "a tad too strong."
|
|
|
|
|
|
|
|
para "I only offer it in"
|
|
|
|
line "an emergency."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
CianwoodPharmacy_MapEvents:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_warp_events
|
2018-02-01 22:22:07 -05:00
|
|
|
warp_event 2, 7, CIANWOOD_CITY, 4
|
|
|
|
warp_event 3, 7, CIANWOOD_CITY, 4
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_coord_events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_bg_events
|
2018-02-01 22:22:07 -05:00
|
|
|
bg_event 0, 1, BGEVENT_READ, CianwoodPharmacyBookshelf
|
|
|
|
bg_event 1, 1, BGEVENT_READ, CianwoodPharmacyBookshelf
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_object_events
|
2018-02-01 22:22:07 -05:00
|
|
|
object_event 2, 3, SPRITE_PHARMACIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CianwoodPharmacist, -1
|