mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 02:13:23 +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
424 B
NASM
16 lines
424 B
NASM
SafariZoneWestRestHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, SAFARI_ZONE_WEST, 8
|
|
warp_event 3, 7, SAFARI_ZONE_WEST, 8
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 5, 3, SPRITE_SCIENTIST, WALK, ANY_DIR, 1 ; person
|
|
object_event 0, 3, SPRITE_COOLTRAINER_M, STAY, RIGHT, 2 ; person
|
|
object_event 3, 4, SPRITE_ERIKA, STAY, LEFT, 3 ; person
|
|
|
|
def_warps_to SAFARI_ZONE_WEST_REST_HOUSE
|