mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 06:17:58 +13: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
537 B
NASM
18 lines
537 B
NASM
CeladonPokecenter_Object:
|
|
db $0 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 3, 7, LAST_MAP, 6
|
|
warp_event 4, 7, LAST_MAP, 6
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 1, SPRITE_NURSE, STAY, DOWN, 1 ; person
|
|
object_event 7, 3, SPRITE_GENTLEMAN, WALK, LEFT_RIGHT, 2 ; person
|
|
object_event 10, 5, SPRITE_BEAUTY, WALK, ANY_DIR, 3 ; person
|
|
object_event 11, 2, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, 4 ; person
|
|
object_event 7, 3, SPRITE_GAMEBOY_KID, STAY, DOWN, 5 ; Sandslash Trader
|
|
|
|
def_warps_to CELADON_POKECENTER
|