pokered/data/maps/objects/CinnabarLabMetronomeRoom.asm
Yoann Fievez 2c4f35848b
Unify map event gen1 gen2 (#335)
* 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
2021-09-26 21:56:09 -05:00

17 lines
449 B
NASM

CinnabarLabMetronomeRoom_Object:
db $17 ; border block
def_warp_events
warp_event 2, 7, CINNABAR_LAB, 3
warp_event 3, 7, CINNABAR_LAB, 3
def_bg_events
bg_event 0, 4, 3 ; Lab3Text3
bg_event 1, 4, 4 ; Lab3Text4
bg_event 2, 1, 5 ; Lab3Text5
def_object_events
object_event 7, 2, SPRITE_SCIENTIST, STAY, DOWN, 1 ; person
object_event 2, 3, SPRITE_SCIENTIST, WALK, LEFT_RIGHT, 2 ; person
def_warps_to CINNABAR_LAB_METRONOME_ROOM