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

- Most, if not all, Silph Co. warps have been fixed. Inappropriate ones have been removed. - The Metal Coat can now be found where one corrupted Silph Co. warp was to fill dead space, and another is in the Power Plant, replacing Carbos. - Bill now trades you Hisuian Arcanine after being saved. - Bill's Grandfather now trades you Hisuian Electrode. Had to remove Crinkles, but Tangela is literally right next to Cinnabar, c'mon lol - Toedscool can now be found behind Pallet Town, replacing Gloom and Weepinbell, making it more focused. - Now you can't run from Omega! May expand this to more Pokemon depending on feedback and whether it's ok on processing. Main concern is making the run button too laggy - it raised some eyebrows.
25 lines
762 B
NASM
25 lines
762 B
NASM
SilphCo3F_Object:
|
|
db $2e ; border block
|
|
|
|
def_warp_events
|
|
warp_event 26, 0, SILPH_CO_1F, 3
|
|
warp_event 24, 0, SILPH_CO_5F, 1
|
|
; warp_event 20, 0, SILPH_CO_ELEVATOR, 1
|
|
; warp_event 23, 11, SILPH_CO_3F, 10
|
|
warp_event 3, 3, SILPH_CO_5F, 6
|
|
; warp_event 3, 15, SILPH_CO_5F, 7
|
|
; warp_event 27, 3, SILPH_CO_2F, 4
|
|
; warp_event 3, 11, SILPH_CO_9F, 4
|
|
warp_event 11, 11, SILPH_CO_7F, 4
|
|
; warp_event 27, 15, SILPH_CO_3F, 4
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 24, 8, SPRITE_SILPH_WORKER, STAY, NONE, 1 ; person
|
|
object_event 20, 7, SPRITE_ROCKET, STAY, LEFT, 2, OPP_ROCKET, 25
|
|
object_event 7, 9, SPRITE_SCIENTIST, STAY, DOWN, 3, OPP_SCIENTIST, 4
|
|
object_event 3, 15, SPRITE_POKE_BALL, STAY, NONE, 4, METAL_COAT ; !!!
|
|
|
|
def_warps_to SILPH_CO_3F
|