kep-hack/data/maps/objects/SilphCo7F.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

28 lines
1 KiB
NASM

SilphCo7F_Object:
db $2e ; border block
def_warp_events
warp_event 16, 0, SILPH_CO_11F, 1
warp_event 22, 0, SILPH_CO_5F, 1
; warp_event 18, 0, SILPH_CO_ELEVATOR, 1
warp_event 5, 7, SILPH_CO_11F, 2
warp_event 5, 3, SILPH_CO_3F, 4
; warp_event 21, 15, SILPH_CO_5F, 4
def_bg_events
def_object_events
object_event 1, 5, SPRITE_SILPH_WORKER, STAY, NONE, 1 ; person
object_event 13, 13, SPRITE_SILPH_WORKER, STAY, UP, 2 ; person
object_event 7, 10, SPRITE_SILPH_WORKER, STAY, NONE, 3 ; person
object_event 10, 8, SPRITE_ERIKA, STAY, NONE, 4 ; person
object_event 13, 1, SPRITE_ROCKET, STAY, DOWN, 5, OPP_ROCKET, 32
object_event 2, 13, SPRITE_SCIENTIST, STAY, DOWN, 6, OPP_SCIENTIST, 8
object_event 20, 2, SPRITE_ROCKET, STAY, LEFT, 7, OPP_ROCKET, 33
object_event 19, 14, SPRITE_ROCKET, STAY, RIGHT, 8, OPP_ROCKET, 34
object_event 3, 7, SPRITE_BLUE, STAY, UP, 9 ; person
object_event 1, 9, SPRITE_POKE_BALL, STAY, NONE, 10, CALCIUM
object_event 24, 11, SPRITE_POKE_BALL, STAY, NONE, 11, TM_SWORDS_DANCE
def_warps_to SILPH_CO_7F