mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

A guy in a Safari Zone Rest House will hand you a Meltan he found lost. It's built off the Lapras guy in Silph. Also changes the positions of some trader NPCs in the Pokemon Centres to match the others.
17 lines
489 B
NASM
17 lines
489 B
NASM
SafariZoneEastRestHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, SAFARI_ZONE_EAST, 5
|
|
warp_event 3, 7, SAFARI_ZONE_EAST, 5
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 2, 3, SPRITE_SCIENTIST, WALK, UP_DOWN, 1 ; person
|
|
object_event 0, 2, SPRITE_ROCKER, STAY, NONE, 2 ; person
|
|
object_event 5, 2, SPRITE_SILPH_WORKER, STAY, NONE, 3 ; person
|
|
object_event 6, 2, SPRITE_SILPH_WORKER, STAY, NONE, 4 ; person
|
|
|
|
def_warps_to SAFARI_ZONE_EAST_REST_HOUSE
|