mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-23 05:15:36 +13:00
* Update sign to bg_event #289 * Rename warp to warp_event * Replace object to object_event * Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
13 lines
218 B
NASM
13 lines
218 B
NASM
DiglettsCave_Object:
|
|
db $19 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 5, 5, DIGLETTS_CAVE_ROUTE_2, 2
|
|
warp_event 37, 31, DIGLETTS_CAVE_ROUTE_11, 2
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
def_warps_to DIGLETTS_CAVE
|