mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-19 05:26:24 +13:00

- New Celeste Hill Gate location so the entrance into the location makes more sense. Also took the opportunity to include more lore. This replaces Pokemon Tower 4F. - Fixed a bug that caused the Cat icon to not animate correctly. - Made the infinite Nugget glitch work properly because I was stupid and didn't test it. - Luxwan now uses the Small Bird icon to fit with the rest of the line. - Nidoreign has a new Pokedex entry and classification, centred on the Nido's origins in the Moon Rabbit of Asian mythology.
19 lines
631 B
NASM
19 lines
631 B
NASM
PokemonTower5F_Object:
|
|
db $1 ; border block
|
|
|
|
def_warp_events
|
|
; warp_event 3, 9, POKEMON_TOWER_4F, 1
|
|
warp_event 18, 9, POKEMON_TOWER_6F, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 12, 8, SPRITE_CHANNELER, STAY, NONE, 1 ; person
|
|
object_event 17, 7, SPRITE_CHANNELER, STAY, LEFT, 2, OPP_CHANNELER, 14
|
|
object_event 14, 3, SPRITE_CHANNELER, STAY, LEFT, 3, OPP_CHANNELER, 16
|
|
object_event 6, 10, SPRITE_CHANNELER, STAY, RIGHT, 4, OPP_CHANNELER, 17
|
|
object_event 9, 16, SPRITE_CHANNELER, STAY, RIGHT, 5, OPP_CHANNELER, 18
|
|
object_event 6, 14, SPRITE_POKE_BALL, STAY, NONE, 6, NUGGET
|
|
|
|
def_warps_to POKEMON_TOWER_5F
|