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

- Regional trades now dummy out the "-A" thing etc so they look nice - Added Celadon, Saffron, Viridian, and Vermillion regional trades - Added Galarian Sidegrade trades to the S. S. Anne, but Perrserker and Sirfetch'd specifically don't work. I have zero clue why, as they work the same as the rest. - Corrected grammar in the "Happy" text when you finish a trade
18 lines
533 B
NASM
18 lines
533 B
NASM
VermilionPokecenter_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 10, 5, SPRITE_FISHING_GURU, STAY, NONE, 2 ; person
|
|
object_event 5, 4, SPRITE_SAILOR, STAY, NONE, 3 ; person
|
|
object_event 11, 2, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, 4 ; person
|
|
object_event 7, 3, SPRITE_GAMEBOY_KID, STAY, DOWN, 5 ; Persian Trader
|
|
|
|
def_warps_to VERMILION_POKECENTER
|