mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

This uses some of the tech I made for the Day Care, since the House tileset had PCs in them. The Rest Houses now have slightly revamped maps to accommodate. Did you know these were unused?
15 lines
363 B
NASM
15 lines
363 B
NASM
SafariZoneCenterRestHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, SAFARI_ZONE_CENTER, 9
|
|
warp_event 3, 7, SAFARI_ZONE_CENTER, 9
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 3, SPRITE_GIRL, STAY, LEFT, 1 ; person
|
|
object_event 5, 6, SPRITE_SCIENTIST, WALK, UP_DOWN, 2 ; person
|
|
|
|
def_warps_to SAFARI_ZONE_CENTER_REST_HOUSE
|