kep-hack/data/maps/objects/SafariZoneCenterRestHouse.asm
Llinos Evans 602c63b03d Safari Zone Rest Houses now have PCs.
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?
2025-01-13 06:25:56 +00:00

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