mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
dcb24bc724
Resolves #742
26 lines
622 B
NASM
26 lines
622 B
NASM
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
|