mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

- Cinnabar Volcano now requires Strength to complete, and contains several trainers, including 3 Firefighters. - The entrance to Mansion B2F has been changed to a warp pad instead of a staircase. - Removed the boulders in B2F to fix a bug and to prevent softlocks. - Minor text fixes.
22 lines
862 B
NASM
22 lines
862 B
NASM
PokemonMansionB1F_Object:
|
|
db $01 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 23, 22, POKEMON_MANSION_1F, 6
|
|
warp_event 17, 3, POKEMON_MANSION_B2F, 1 ; temp for debugging purposes...unless?
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 16, 23, SPRITE_SUPER_NERD, STAY, NONE, 1, OPP_BURGLAR, 9
|
|
object_event 27, 11, SPRITE_SCIENTIST, STAY, DOWN, 2, OPP_SCIENTIST, 13
|
|
object_event 10, 2, SPRITE_POKE_BALL, STAY, NONE, 3, RARE_CANDY
|
|
object_event 1, 22, SPRITE_POKE_BALL, STAY, NONE, 4, FULL_RESTORE
|
|
object_event 19, 25, SPRITE_POKE_BALL, STAY, NONE, 5, TM_BLIZZARD
|
|
object_event 5, 4, SPRITE_POKE_BALL, STAY, NONE, 6, TM_SOLARBEAM
|
|
object_event 16, 20, SPRITE_POKEDEX, STAY, NONE, 7 ; person
|
|
object_event 5, 13, SPRITE_POKE_BALL, STAY, NONE, 8, SECRET_KEY
|
|
object_event 15, 4, SPRITE_GUARD, STAY, NONE, 9 ; person
|
|
|
|
def_warps_to POKEMON_MANSION_B1F
|