mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45: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
25
maps/UndergroundPath.asm
Normal file
25
maps/UndergroundPath.asm
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
UndergroundPath_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
UndergroundPathHiddenFullRestore:
|
||||
hiddenitem FULL_RESTORE, EVENT_UNDERGROUND_PATH_HIDDEN_FULL_RESTORE
|
||||
|
||||
UndergroundPathHiddenXSpecial:
|
||||
hiddenitem X_SPECIAL, EVENT_UNDERGROUND_PATH_HIDDEN_X_SPECIAL
|
||||
|
||||
UndergroundPath_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 3, 2, ROUTE_5_UNDERGROUND_PATH_ENTRANCE, 3
|
||||
warp_event 3, 24, ROUTE_6_UNDERGROUND_PATH_ENTRANCE, 3
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 3, 9, BGEVENT_ITEM, UndergroundPathHiddenFullRestore
|
||||
bg_event 1, 19, BGEVENT_ITEM, UndergroundPathHiddenXSpecial
|
||||
|
||||
def_object_events
|
||||
Loading…
Add table
Add a link
Reference in a new issue