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
14 lines
264 B
NASM
14 lines
264 B
NASM
NameRatersHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 5
|
|
warp_event 3, 7, LAST_MAP, 5
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 5, 3, SPRITE_SILPH_PRESIDENT, STAY, LEFT, 1 ; person
|
|
|
|
def_warps_to NAME_RATERS_HOUSE
|