2015-11-27 05:22:14 +00:00
|
|
|
const_value set 2
|
|
|
|
const CIANWOODPHARMACY_PHARMACIST
|
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
CianwoodPharmacy_MapScriptHeader:
|
2017-12-24 18:46:34 +00:00
|
|
|
.SceneScripts:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 1
|
2017-12-24 18:46:34 +00:00
|
|
|
scene_script .DummyScene
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.MapCallbacks:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.DummyScene:
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
CianwoodPharmacist:
|
2013-02-17 06:54:07 +00:00
|
|
|
faceplayer
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2013-09-24 07:48:58 +00:00
|
|
|
checkevent EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
2015-06-26 04:01:08 +00:00
|
|
|
iftrue .Mart
|
2015-07-10 12:08:03 +00:00
|
|
|
checkevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
|
2015-06-26 04:01:08 +00:00
|
|
|
iffalse .Mart
|
|
|
|
writetext PharmacistGiveSecretpotionText
|
2015-11-30 03:29:45 +00:00
|
|
|
buttonsound
|
2015-11-05 01:20:14 +00:00
|
|
|
giveitem SECRETPOTION
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext ReceivedSecretpotionText
|
2014-04-30 10:04:35 +00:00
|
|
|
playsound SFX_KEY_ITEM
|
2015-11-25 15:16:29 +00:00
|
|
|
waitsfx
|
2013-02-17 06:54:07 +00:00
|
|
|
itemnotify
|
2013-09-24 07:48:58 +00:00
|
|
|
setevent EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext PharmacistDescribeSecretpotionText
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2016-04-10 18:42:14 +00:00
|
|
|
.Mart:
|
2015-11-02 22:38:08 +00:00
|
|
|
pokemart MARTTYPE_PHARMACY, MART_CIANWOOD
|
2015-11-25 15:16:29 +00:00
|
|
|
closetext
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
CianwoodPharmacyBookshelf:
|
2015-06-23 20:21:54 +00:00
|
|
|
jumpstd difficultbookshelf
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
PharmacistGiveSecretpotionText:
|
2014-03-06 05:29:44 +00: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 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
ReceivedSecretpotionText:
|
2015-06-28 04:59:17 +00:00
|
|
|
text "<PLAYER> received"
|
2014-03-06 05:29:44 +00:00
|
|
|
line "SECRETPOTION."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
PharmacistDescribeSecretpotionText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "My SECRETPOTION is"
|
|
|
|
line "a tad too strong."
|
|
|
|
|
|
|
|
para "I only offer it in"
|
|
|
|
line "an emergency."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
CianwoodPharmacy_MapEventHeader:
|
2013-02-17 06:54:07 +00:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.Warps:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 2
|
2017-12-28 19:31:25 +00:00
|
|
|
warp_def 2, 7, 4, CIANWOOD_CITY
|
|
|
|
warp_def 3, 7, 4, CIANWOOD_CITY
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.CoordEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.BGEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 2
|
2017-12-28 19:31:25 +00:00
|
|
|
bg_event 0, 1, BGEVENT_READ, CianwoodPharmacyBookshelf
|
2017-12-24 18:46:34 +00:00
|
|
|
bg_event 1, 1, BGEVENT_READ, CianwoodPharmacyBookshelf
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.ObjectEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 1
|
2017-12-28 19:31:25 +00:00
|
|
|
object_event 2, 3, SPRITE_PHARMACIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CianwoodPharmacist, -1
|