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

More still need to be done but I'm separating the commits so I don't get overwhelmed lol - Fixes a bug with the Up-Grade NPC in Saffron. He now properly shows up only after defeating Giovanni. - Fixes a bug where Silph could be entered before receiving the Poke Flute. - Silph Gauntlet 5F has a complete remodel, more closely matching the original map found in the leaks. - One of the Fuchsia Gym Trainers no longer uses a repeat Arbok. - Wiglett and Wugtrio could learn Rock Slide via TM, which has now been fixed. - Jacky uses a Porygon in place of Machop, as it ties into his polygonal, Virtua Fighter-inspired sprite. - Chief uses a Gengar instead of Porygon2 to represent the Silph Scope. - Omega's and Giovanni 2's levels have been toned down slightly. - Lance now uses Crocky over Aerodactyl. - Yujirou's non-initial teams have had their levels reduced to be the same level as the previously-fought Gym Leader, rather than the upcoming one. - Updated README with additional credits.
23 lines
780 B
NASM
23 lines
780 B
NASM
SilphCo11F_Object:
|
|
db $d ; border block
|
|
|
|
def_warp_events
|
|
warp_event 9, 0, SILPH_CO_7F, 1
|
|
; warp_event 13, 0, SILPH_CO_ELEVATOR, 1
|
|
; warp_event 2, 2, LAST_MAP, 10
|
|
warp_event 3, 2, SILPH_CO_7F, 2
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 7, 5, SPRITE_SILPH_PRESIDENT, STAY, DOWN, 1 ; person
|
|
object_event 10, 5, SPRITE_BEAUTY, STAY, DOWN, 2 ; person
|
|
object_event 6, 9, SPRITE_GIOVANNI, STAY, DOWN, 3, OPP_GIOVANNI, 2
|
|
object_event 2, 8, SPRITE_JAMES, STAY, UP, 4
|
|
object_event 3, 16, SPRITE_ROCKET, STAY, UP, 5, OPP_ROCKET, 41
|
|
object_event 3, 8, SPRITE_JESSIE, STAY, UP, 6
|
|
object_event 6, 11, SPRITE_MONSTER, STAY, UP, 11, OMEGA, 40 | OW_POKEMON
|
|
object_event 15, 15, SPRITE_MONSTER, STAY, UP, 12, OMEGA, 65 | OW_POKEMON
|
|
|
|
def_warps_to SILPH_CO_11F
|