mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
87
maps/CianwoodPharmacy.asm
Normal file
87
maps/CianwoodPharmacy.asm
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
object_const_def
|
||||
const CIANWOODPHARMACY_PHARMACIST
|
||||
|
||||
CianwoodPharmacy_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script CianwoodPharmacyNoopScene ; unusable
|
||||
|
||||
def_callbacks
|
||||
|
||||
CianwoodPharmacyNoopScene:
|
||||
end
|
||||
|
||||
CianwoodPharmacist:
|
||||
faceplayer
|
||||
opentext
|
||||
checkevent EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
||||
iftrue .Mart
|
||||
checkevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
|
||||
iffalse .Mart
|
||||
writetext PharmacistGiveSecretpotionText
|
||||
promptbutton
|
||||
giveitem SECRETPOTION
|
||||
writetext ReceivedSecretpotionText
|
||||
playsound SFX_KEY_ITEM
|
||||
waitsfx
|
||||
itemnotify
|
||||
setevent EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
||||
writetext PharmacistDescribeSecretpotionText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.Mart:
|
||||
pokemart MARTTYPE_PHARMACY, MART_CIANWOOD
|
||||
closetext
|
||||
end
|
||||
|
||||
CianwoodPharmacyBookshelf:
|
||||
jumpstd DifficultBookshelfScript
|
||||
|
||||
PharmacistGiveSecretpotionText:
|
||||
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
|
||||
|
||||
ReceivedSecretpotionText:
|
||||
text "<PLAYER> received"
|
||||
line "SECRETPOTION."
|
||||
done
|
||||
|
||||
PharmacistDescribeSecretpotionText:
|
||||
text "My SECRETPOTION is"
|
||||
line "a tad too strong."
|
||||
|
||||
para "I only offer it in"
|
||||
line "an emergency."
|
||||
done
|
||||
|
||||
CianwoodPharmacy_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, CIANWOOD_CITY, 4
|
||||
warp_event 3, 7, CIANWOOD_CITY, 4
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 0, 1, BGEVENT_READ, CianwoodPharmacyBookshelf
|
||||
bg_event 1, 1, BGEVENT_READ, CianwoodPharmacyBookshelf
|
||||
|
||||
def_object_events
|
||||
object_event 2, 3, SPRITE_PHARMACIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CianwoodPharmacist, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue