mirror of
https://github.com/pret/pokered.git
synced 2026-05-20 01:48:13 -05: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
17 lines
366 B
NASM
17 lines
366 B
NASM
SilphCo1F_Object:
|
|
db $2e ; border block
|
|
|
|
def_warp_events
|
|
warp_event 10, 17, LAST_MAP, 5
|
|
warp_event 11, 17, LAST_MAP, 5
|
|
warp_event 26, 0, SILPH_CO_2F, 0
|
|
warp_event 20, 0, SILPH_CO_ELEVATOR, 0
|
|
warp_event 16, 10, SILPH_CO_3F, 6
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 4, 2, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, 1 ; person
|
|
|
|
def_warps_to SILPH_CO_1F
|