kep-hack/data/maps/objects/SilphCo5F.asm
Llinos Evans dadd7ee6a6 Bug Fixes & Enhancements
- 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.
2023-09-02 19:33:14 +01:00

29 lines
1.1 KiB
NASM

SilphCo5F_Object:
db $2e ; border block
def_warp_events
warp_event 26, 0, SILPH_CO_3F, 2
warp_event 24, 0, SILPH_CO_7F, 2
; warp_event 20, 0, SILPH_CO_ELEVATOR, 1
; warp_event 27, 3, SILPH_CO_7F, 6
; warp_event 9, 15, SILPH_CO_9F, 5
; warp_event 11, 5, SILPH_CO_3F, 5
; warp_event 3, 15, SILPH_CO_3F, 6
def_bg_events
def_object_events
object_event 13, 9, SPRITE_SILPH_WORKER, STAY, NONE, 1 ; person
object_event 8, 16, SPRITE_ROCKET, STAY, RIGHT, 2, OPP_ROCKET, 28
object_event 8, 3, SPRITE_SCIENTIST, STAY, RIGHT, 3, OPP_SCIENTIST, 6
object_event 18, 10, SPRITE_ROCKER, STAY, UP, 4, OPP_JUGGLER, 1
object_event 28, 4, SPRITE_ROCKET, STAY, UP, 5, OPP_ROCKET, 29
object_event 2, 13, SPRITE_POKE_BALL, STAY, NONE, 6, TM_EARTHQUAKE ; was Take Down, changed to accomodate new floors
object_event 11, 14, SPRITE_POKE_BALL, STAY, NONE, 7, PROTEIN
object_event 21, 16, SPRITE_POKE_BALL, STAY, NONE, 8, CARD_KEY
object_event 22, 12, SPRITE_CLIPBOARD, STAY, NONE, 9 ; person
object_event 25, 10, SPRITE_CLIPBOARD, STAY, NONE, 10 ; person
object_event 24, 6, SPRITE_CLIPBOARD, STAY, NONE, 11 ; person
def_warps_to SILPH_CO_5F