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.
22 lines
723 B
NASM
22 lines
723 B
NASM
ViridianPreGym_Object:
|
|
db $0 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 4, 13, LAST_MAP, 7
|
|
warp_event 5, 13, LAST_MAP, 7
|
|
|
|
def_bg_events
|
|
bg_event 2, 7, 5 ; League poster
|
|
bg_event 4, 0, 6 ; Trainer Tips 1
|
|
bg_event 5, 0, 7 ; Trainer Tips 2
|
|
bg_event 8, 6, 8 ; PC
|
|
bg_event 3, 7, 9 ; Rhydon Statue
|
|
bg_event 6, 7, 10 ; Rhydon Statue
|
|
|
|
def_object_events
|
|
object_event 6, 9, SPRITE_GIRL, STAY, LEFT, 1, OPP_STUDENT, 1 ; person, Trainer 1
|
|
object_event 3, 8, SPRITE_GIRL, STAY, RIGHT, 2, OPP_STUDENT, 2 ; person, Trainer 2
|
|
object_event 5, 2, SPRITE_YOUNGSTER, STAY, NONE, 3, OPP_YUJIROU, 1 ; person, Yujirou
|
|
object_event 1, 6, SPRITE_GYM_GUIDE, STAY, DOWN, 4 ; person
|
|
|
|
def_warps_to VIRIDIAN_PRE_GYM |