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

- Moved one of the trainers in the Celadon Uni PokeCenter to stop him from being in the way of the nurse - Buffed one of the Scientists in the Mansion - Moved the nurse and Weezing trader on the SS Anne slightly - Boosted Meltan's catch rate because having it be that low is ridiculous - Increased Luxwan's height because real swans are not that small - Changed a Cue Ball's party to allow his dialogue to make sense - Wild level balancing around Vermilion City - Fixed a small Pokedex display bug - Text fixes
19 lines
664 B
NASM
19 lines
664 B
NASM
CeladonUniversityPokecenter_Object:
|
|
db $0 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 3, 7, CELADON_UNIVERSITY_OUTSIDE, 2
|
|
warp_event 4, 7, CELADON_UNIVERSITY_OUTSIDE, 2
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 1, SPRITE_NURSE, STAY, DOWN, 1 ; person
|
|
object_event 8, 3, SPRITE_SCIENTIST, STAY, LEFT_RIGHT, 2 ; person
|
|
object_event 10, 5, SPRITE_MIDDLE_AGED_MAN, WALK, LEFT_RIGHT, 3 ; spamton
|
|
object_event 6, 5, SPRITE_SUPER_NERD, STAY, LEFT_RIGHT, 4 ; person
|
|
object_event 11, 2, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, 5 ; person
|
|
object_event 4, 1, SPRITE_CHANSEY, STAY, DOWN, 6 ; Chansey
|
|
|
|
def_warps_to CELADON_UNIVERSITY_POKECENTER
|