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

That's a fair chunk out of my day... This commit finishes everything about Silph Co. 11F. DON'T. TOUCH IT. Unless there's a bug, but OTHERWISE, do NOT touch it. Holy shit. Here's everything featured; - Jessie and James fight, ported over. - Rocket grunt changed to the appointment one from the strange room on the other side that really shouldn't be there tbh - Omega fight now doesn't have the "watch out" text as I needed to do a micro-optimisation TRUST ME it was NECESSARY (it was not, in fact, necessary) - Giovanni now reuses Beedrill and has a generally stronger team, scaling with the fifth Rival fight. - Omega refight has been added after some toiling with the Team Rocket intro text that absolutely should not have happened but did for some reason AAA - Rocket trio text somewhat tweaked Oh and I ported over the balance patch on the stats, including some neo-Cryithan onboarding.
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, 45 | OW_POKEMON
|
|
object_event 15, 15, SPRITE_MONSTER, STAY, UP, 12, OMEGA, 75 | OW_POKEMON
|
|
|
|
def_warps_to SILPH_CO_11F
|