mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13: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.
17 lines
465 B
NASM
17 lines
465 B
NASM
CinnabarLabTradeRoom_Object:
|
|
db $17 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, CINNABAR_LAB, 3
|
|
warp_event 3, 7, CINNABAR_LAB, 3
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 2, SPRITE_SUPER_NERD, STAY, DOWN, 1 ; person
|
|
object_event 1, 4, SPRITE_GRAMPS, STAY, NONE, 2 ; person
|
|
; object_event 5, 5, SPRITE_BEAUTY, STAY, UP, 3 ; person
|
|
object_event 3, 5, SPRITE_GAMEBOY_KID, STAY, DOWN, 3 ; Trader
|
|
|
|
def_warps_to CINNABAR_LAB_TRADE_ROOM
|