mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +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
113
maps/OlivineLighthouse5F.asm
Normal file
113
maps/OlivineLighthouse5F.asm
Normal file
|
|
@ -0,0 +1,113 @@
|
|||
object_const_def
|
||||
const OLIVINELIGHTHOUSE5F_SAILOR
|
||||
const OLIVINELIGHTHOUSE5F_YOUNGSTER
|
||||
const OLIVINELIGHTHOUSE5F_POKE_BALL1
|
||||
const OLIVINELIGHTHOUSE5F_POKE_BALL2
|
||||
const OLIVINELIGHTHOUSE5F_POKE_BALL3
|
||||
|
||||
OlivineLighthouse5F_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
TrainerBirdKeeperDenis:
|
||||
trainer BIRD_KEEPER, DENIS, EVENT_BEAT_BIRD_KEEPER_DENIS, BirdKeeperDenisSeenText, BirdKeeperDenisBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BirdKeeperDenisAfterBattleText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
TrainerSailorErnest:
|
||||
trainer SAILOR, ERNEST, EVENT_BEAT_SAILOR_ERNEST, SailorErnestSeenText, SailorErnestBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SailorErnestAfterBattleText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
OlivineLighthouse5FRareCandy:
|
||||
itemball RARE_CANDY
|
||||
|
||||
OlivineLighthouse5FSuperRepel:
|
||||
itemball SUPER_REPEL
|
||||
|
||||
OlivineLighthouse5FTMSwagger:
|
||||
itemball TM_SWAGGER
|
||||
|
||||
OlivineLighthouse5FHiddenHyperPotion:
|
||||
hiddenitem HYPER_POTION, EVENT_OLIVINE_LIGHTHOUSE_5F_HIDDEN_HYPER_POTION
|
||||
|
||||
SailorErnestSeenText:
|
||||
text "I wanted to battle"
|
||||
line "JASMINE, but she's"
|
||||
|
||||
para "not up to it now."
|
||||
line "So, how about you?"
|
||||
done
|
||||
|
||||
SailorErnestBeatenText:
|
||||
text "Whoa, whoa. You're"
|
||||
line "overwhelming!"
|
||||
done
|
||||
|
||||
SailorErnestAfterBattleText:
|
||||
text "A GYM LEADER isn't"
|
||||
line "just about being"
|
||||
|
||||
para "strong. A LEADER"
|
||||
line "also needs to be"
|
||||
cont "compassionate."
|
||||
done
|
||||
|
||||
BirdKeeperDenisSeenText:
|
||||
text "We're pretty high"
|
||||
line "up here. My bird"
|
||||
|
||||
para "#MON are in"
|
||||
line "prime form."
|
||||
done
|
||||
|
||||
BirdKeeperDenisBeatenText:
|
||||
text "Oops…They crashed…"
|
||||
done
|
||||
|
||||
BirdKeeperDenisAfterBattleText:
|
||||
text "My #MON learned"
|
||||
line "how to use FLY in"
|
||||
cont "CIANWOOD."
|
||||
|
||||
para "Well, since I'm a"
|
||||
line "loser, I'll FLY"
|
||||
cont "across the sea…"
|
||||
done
|
||||
|
||||
OlivineLighthouse5F_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 9, 15, OLIVINE_LIGHTHOUSE_6F, 1
|
||||
warp_event 3, 5, OLIVINE_LIGHTHOUSE_4F, 2
|
||||
warp_event 9, 7, OLIVINE_LIGHTHOUSE_4F, 3
|
||||
warp_event 16, 7, OLIVINE_LIGHTHOUSE_4F, 9
|
||||
warp_event 17, 7, OLIVINE_LIGHTHOUSE_4F, 10
|
||||
warp_event 16, 5, OLIVINE_LIGHTHOUSE_6F, 2
|
||||
warp_event 17, 5, OLIVINE_LIGHTHOUSE_6F, 3
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 3, 13, BGEVENT_ITEM, OlivineLighthouse5FHiddenHyperPotion
|
||||
|
||||
def_object_events
|
||||
object_event 8, 11, SPRITE_SAILOR, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerSailorErnest, -1
|
||||
object_event 8, 3, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 4, TrainerBirdKeeperDenis, -1
|
||||
object_event 15, 12, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, OlivineLighthouse5FRareCandy, EVENT_OLIVINE_LIGHTHOUSE_5F_RARE_CANDY
|
||||
object_event 6, 15, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, OlivineLighthouse5FSuperRepel, EVENT_OLIVINE_LIGHTHOUSE_5F_SUPER_REPEL
|
||||
object_event 2, 13, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, OlivineLighthouse5FTMSwagger, EVENT_OLIVINE_LIGHTHOUSE_5F_TM_SWAGGER
|
||||
Loading…
Add table
Add a link
Reference in a new issue