2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const CIANWOODPHARMACY_PHARMACIST
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CianwoodPharmacy_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
|
|
|
|
|
|
|
; triggers
|
2015-11-02 11:37:02 -08:00
|
|
|
dw CianwoodPharmacyTrigger, 0
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CianwoodPharmacyTrigger:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CianwoodPharmacist:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
2015-06-25 21:01:08 -07:00
|
|
|
iftrue .Mart
|
2015-07-10 05:08:03 -07:00
|
|
|
checkevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
|
2015-06-25 21:01:08 -07:00
|
|
|
iffalse .Mart
|
|
|
|
writetext PharmacistGiveSecretpotionText
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2015-11-04 17:20:14 -08:00
|
|
|
giveitem SECRETPOTION
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext ReceivedSecretpotionText
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_KEY_ITEM
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2013-02-16 22:54:07 -08:00
|
|
|
itemnotify
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext PharmacistDescribeSecretpotionText
|
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
|
|
|
.Mart
|
2015-11-02 14:38:08 -08:00
|
|
|
pokemart MARTTYPE_PHARMACY, MART_CIANWOOD
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CianwoodPharmacyBookshelf:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd difficultbookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
PharmacistGiveSecretpotionText:
|
2014-03-05 21:29:44 -08: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-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
ReceivedSecretpotionText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> received"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "SECRETPOTION."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
PharmacistDescribeSecretpotionText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "My SECRETPOTION is"
|
|
|
|
line "a tad too strong."
|
|
|
|
|
|
|
|
para "I only offer it in"
|
|
|
|
line "an emergency."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CianwoodPharmacy_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 2
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $7, $2, 4, CIANWOOD_CITY
|
|
|
|
warp_def $7, $3, 4, CIANWOOD_CITY
|
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 2
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 1, 0, SIGNPOST_READ, CianwoodPharmacyBookshelf
|
|
|
|
signpost 1, 1, SIGNPOST_READ, CianwoodPharmacyBookshelf
|
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 1
|
2015-11-15 12:07:20 -08:00
|
|
|
person_event SPRITE_PHARMACIST, 3, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_SCRIPT, 0, CianwoodPharmacist, -1
|