mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
0a1fef45fd
- Underground -> UndergroundPath - Route5UndergroundEntrance -> Route5UndergroundPathEntrance - Route6UndergroundEntrance -> Route6UndergroundPathEntrance - WarehouseEntrance -> GoldenrodUnderground - UndergroundWarehouse -> GoldenrodUndergroundWarehouse - UndergroundPathSwitchRoomEntrances -> GoldenrodUndergroundSwitchRoomEntrances
35 lines
626 B
NASM
35 lines
626 B
NASM
UndergroundPath_MapScriptHeader:
|
|
.SceneScripts:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
UndergroundPathHiddenFullRestore:
|
|
dwb EVENT_UNDERGROUND_PATH_HIDDEN_FULL_RESTORE, FULL_RESTORE
|
|
|
|
|
|
UndergroundPathHiddenXSpecial:
|
|
dwb EVENT_UNDERGROUND_PATH_HIDDEN_X_SPECIAL, X_SPECIAL
|
|
|
|
|
|
UndergroundPath_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
.Warps:
|
|
db 2
|
|
warp_def $2, $3, 3, ROUTE_5_UNDERGROUND_PATH_ENTRANCE
|
|
warp_def $18, $3, 3, ROUTE_6_UNDERGROUND_PATH_ENTRANCE
|
|
|
|
.CoordEvents:
|
|
db 0
|
|
|
|
.BGEvents:
|
|
db 2
|
|
bg_event 9, 3, BGEVENT_ITEM, UndergroundPathHiddenFullRestore
|
|
bg_event 19, 1, BGEVENT_ITEM, UndergroundPathHiddenXSpecial
|
|
|
|
.ObjectEvents:
|
|
db 0
|