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.
20 lines
736 B
NASM
20 lines
736 B
NASM
RedsHouse2F_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 7, 1, REDS_HOUSE_1F, 3
|
|
;warp_event 5, 1, SILPH_GAUNTLET_7F, 1 ; - Test Chief
|
|
warp_event 5, 1, SILPH_CO_11F, 2 ; - Test J&J, Omega, & Giovanni. To test the Omega refight, change to SHOW in hide/show data, and set warp ID to 1.
|
|
;warp_event 5, 1, ROCKET_HIDEOUT_B4F, 2 ; - Test Giovanni 1
|
|
;warp_event 5, 1, MT_MOON_SQUARE, 1 ; - Test Shop, NPCs, and Crater
|
|
;warp_event 5, 1, CELESTE_HILL, 1 ; - Test GMolt
|
|
;warp_event 5, 1, INDIGO_PLATEAU_LOBBY, 1 ; easy league access
|
|
;warp_event 5, 1, GARNET_CAVERN_B1F, 1 ; Test GCuno
|
|
;warp_event 5, 1, FARAWAY_ISLAND_INSIDE, 1 ; Test Mew
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
def_warps_to REDS_HOUSE_2F
|