First Commit

Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
Zeta_Null 2023-09-10 12:35:35 -04:00
commit 2f8a41f833
4618 changed files with 480386 additions and 0 deletions

25
maps/UndergroundPath.asm Normal file
View 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