mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-30 00:30:31 +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
15 lines
306 B
NASM
15 lines
306 B
NASM
DiglettsCaveRoute2_Object:
|
|
db $7d ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 0
|
|
warp_event 3, 7, LAST_MAP, 0
|
|
warp_event 4, 4, DIGLETTS_CAVE, 0
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 3, SPRITE_FISHING_GURU, STAY, NONE, 1 ; person
|
|
|
|
def_warps_to DIGLETTS_CAVE_ROUTE_2
|