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

All the trainers are still missing, as is the guard. But the maps themselves are accessible, and the wild encounters work too.
18 lines
563 B
NASM
18 lines
563 B
NASM
PokemonTower6F_Object:
|
|
db $1 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 3, 9, POKEMON_TOWER_2F, 2
|
|
warp_event 9, 16, POKEMON_TOWER_7F, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 9, 10, SPRITE_CHANNELER, STAY, LEFT, 1, OPP_CHANNELER, 19
|
|
object_event 12, 5, SPRITE_CHANNELER, STAY, DOWN, 2, OPP_CHANNELER, 20
|
|
object_event 5, 5, SPRITE_CHANNELER, STAY, RIGHT, 3, OPP_CHANNELER, 21
|
|
object_event 15, 8, SPRITE_POKE_BALL, STAY, NONE, 4, RARE_CANDY
|
|
object_event 7, 14, SPRITE_POKE_BALL, STAY, NONE, 5, X_ACCURACY
|
|
|
|
def_warps_to POKEMON_TOWER_6F
|