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?
16 lines
442 B
NASM
16 lines
442 B
NASM
SafariZoneNorthRestHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, SAFARI_ZONE_NORTH, 9
|
|
warp_event 3, 7, SAFARI_ZONE_NORTH, 9
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 6, 3, SPRITE_SCIENTIST, WALK, LEFT_RIGHT, 1 ; person
|
|
object_event 3, 4, SPRITE_SAFARI_ZONE_WORKER, LEFT, NONE, 2 ; person
|
|
object_event 1, 5, SPRITE_GENTLEMAN, WALK, UP_DOWN, 3 ; person
|
|
|
|
def_warps_to SAFARI_ZONE_NORTH_REST_HOUSE
|