2018-01-31 08:04:17 -08:00
|
|
|
const_value set 2 ; person constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const DARKCAVEBLACKTHORNENTRANCE_PHARMACIST
|
|
|
|
const DARKCAVEBLACKTHORNENTRANCE_POKE_BALL1
|
|
|
|
const DARKCAVEBLACKTHORNENTRANCE_POKE_BALL2
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
DarkCaveBlackthornEntrance_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
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
DarkCaveBlackthornEntrancePharmacistScript:
|
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_GOT_BLACKGLASSES_IN_DARK_CAVE
|
2017-12-17 17:45:04 -08:00
|
|
|
iftrue .GotBlackglasses
|
|
|
|
writetext DarkCaveBlackthornEntrancePharmacistText1
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem BLACKGLASSES
|
2017-12-17 17:45:04 -08:00
|
|
|
iffalse .PackFull
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
|
2017-12-17 17:45:04 -08:00
|
|
|
.GotBlackglasses:
|
|
|
|
writetext DarkCaveBlackthornEntrancePharmacistText2
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2017-12-17 17:45:04 -08:00
|
|
|
.PackFull:
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-15 07:55:56 -08:00
|
|
|
DarkCaveBlackthornEntranceRevive:
|
|
|
|
itemball REVIVE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-15 07:55:56 -08:00
|
|
|
DarkCaveBlackthornEntranceTMSnore:
|
|
|
|
itemball TM_SNORE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
DarkCaveBlackthornEntrancePharmacistText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Whoa! You startled"
|
|
|
|
line "me there!"
|
|
|
|
|
|
|
|
para "I had my BLACK-"
|
|
|
|
line "GLASSES on, so I"
|
|
|
|
|
|
|
|
para "didn't notice you"
|
|
|
|
line "at all."
|
|
|
|
|
|
|
|
para "What am I doing"
|
|
|
|
line "here?"
|
|
|
|
|
|
|
|
para "Hey, don't you"
|
|
|
|
line "worry about it."
|
|
|
|
|
|
|
|
para "I'll give you a"
|
|
|
|
line "pair of BLACK-"
|
|
|
|
cont "GLASSES, so forget"
|
|
|
|
cont "you saw me, OK?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
DarkCaveBlackthornEntrancePharmacistText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "BLACKGLASSES ups"
|
|
|
|
line "the power of dark-"
|
|
|
|
cont "type moves."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
DarkCaveBlackthornEntrance_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 2 ; warp events
|
2018-01-28 10:20:04 -08:00
|
|
|
warp_event 23, 3, 1, ROUTE_45
|
|
|
|
warp_event 3, 25, 2, DARK_CAVE_VIOLET_ENTRANCE
|
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 3 ; object events
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 7, 3, SPRITE_PHARMACIST, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DarkCaveBlackthornEntrancePharmacistScript, -1
|
2018-01-30 19:12:53 -08:00
|
|
|
object_event 21, 24, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, DarkCaveBlackthornEntranceRevive, EVENT_DARK_CAVE_BLACKTHORN_ENTRANCE_REVIVE
|
|
|
|
object_event 7, 22, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, DarkCaveBlackthornEntranceTMSnore, EVENT_DARK_CAVE_BLACKTHORN_ENTRANCE_TM_SNORE
|