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
28
maps/IcePathB2FBlackthornSide.asm
Normal file
28
maps/IcePathB2FBlackthornSide.asm
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
object_const_def
|
||||
const ICEPATHB2FBLACKTHORNSIDE_POKE_BALL
|
||||
|
||||
IcePathB2FBlackthornSide_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
IcePathB2FBlackthornSideTMRest:
|
||||
itemball TM_REST
|
||||
|
||||
IcePathB2FBlackthornSideHiddenIceHeal:
|
||||
hiddenitem ICE_HEAL, EVENT_ICE_PATH_B2F_BLACKTHORN_SIDE_HIDDEN_ICE_HEAL
|
||||
|
||||
IcePathB2FBlackthornSide_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 3, 15, ICE_PATH_B1F, 8
|
||||
warp_event 3, 3, ICE_PATH_B3F, 2
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 2, 10, BGEVENT_ITEM, IcePathB2FBlackthornSideHiddenIceHeal
|
||||
|
||||
def_object_events
|
||||
object_event 8, 16, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, IcePathB2FBlackthornSideTMRest, EVENT_ICE_PATH_B2F_BLACKTHORN_SIDE_TM_REST
|
||||
Loading…
Add table
Add a link
Reference in a new issue