mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 22:07:58 +13: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.
18 lines
536 B
NASM
18 lines
536 B
NASM
LavenderPokecenter_Object:
|
|
db $0 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 3, 7, LAST_MAP, 1
|
|
warp_event 4, 7, LAST_MAP, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 1, SPRITE_NURSE, STAY, DOWN, 1 ; person
|
|
object_event 5, 3, SPRITE_GENTLEMAN, STAY, NONE, 2 ; person
|
|
object_event 2, 6, SPRITE_LITTLE_GIRL, WALK, UP_DOWN, 3 ; person
|
|
object_event 11, 2, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, 4 ; person
|
|
object_event 9, 3, SPRITE_GAMEBOY_KID, STAY, DOWN, 5 ; Dugtrio Trader
|
|
|
|
def_warps_to LAVENDER_POKECENTER
|