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
22 lines
614 B
NASM
22 lines
614 B
NASM
PokemonMansion1F_Object:
|
|
db $2e ; border block
|
|
|
|
def_warp_events
|
|
warp_event 4, 27, LAST_MAP, 1
|
|
warp_event 5, 27, LAST_MAP, 1
|
|
warp_event 6, 27, LAST_MAP, 1
|
|
warp_event 7, 27, LAST_MAP, 1
|
|
warp_event 5, 10, POKEMON_MANSION_2F, 1
|
|
warp_event 21, 23, POKEMON_MANSION_B1F, 1
|
|
warp_event 26, 27, LAST_MAP, 1
|
|
warp_event 27, 27, LAST_MAP, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 17, 17, SPRITE_SCIENTIST, STAY, LEFT, 1, OPP_SCIENTIST, 5
|
|
object_event 14, 3, SPRITE_POKE_BALL, STAY, NONE, 2, ESCAPE_ROPE
|
|
object_event 18, 21, SPRITE_POKE_BALL, STAY, NONE, 3, CARBOS
|
|
|
|
def_warps_to POKEMON_MANSION_1F
|