mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
WIP Omega Event
So this isn't working very well. It's halfway there and worked exactly once with what I can only describe as a cosmic ray event. Here's how it's intended to work: Right as you open the Card Key door, Omega comes barging through, having previously been fighting with Giovanni. The walking and stuff seems to work, but there are three issues: - Omega's battle doesn't start, causing a softlock. `call TalkToTrainer` seems to be the iffy point. Note that this code is usually used when talking to a static entity. - The music bugs out as Omega walks over; this may be linked to the above problem. - Once these issues are alleviated, Omega will have to disappear, but this isn't a massive deal. Also includes a dev door in Red's room to easily access the event, and minor code cleanup with Viridian Pre-Gym and Oak's lab - just unnecessary comments.
This commit is contained in:
parent
bb65963836
commit
da13aa9a32
8 changed files with 53 additions and 13 deletions
|
|
@ -3,6 +3,7 @@ RedsHouse2F_Object:
|
|||
|
||||
def_warp_events
|
||||
warp_event 7, 1, REDS_HOUSE_1F, 3
|
||||
warp_event 5, 1, SILPH_CO_11F, 1
|
||||
|
||||
def_bg_events
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ SilphCo11F_Object:
|
|||
def_warp_events
|
||||
; warp_event 9, 0, SILPH_CO_10F, 2
|
||||
; warp_event 13, 0, SILPH_CO_ELEVATOR, 1
|
||||
warp_event 5, 5, LAST_MAP, 10
|
||||
warp_event 2, 2, LAST_MAP, 10
|
||||
; warp_event 3, 2, SILPH_CO_5F, 4
|
||||
|
||||
def_bg_events
|
||||
|
|
@ -15,6 +15,6 @@ SilphCo11F_Object:
|
|||
object_event 6, 9, SPRITE_GIOVANNI, STAY, DOWN, 3, OPP_GIOVANNI, 2
|
||||
object_event 3, 16, SPRITE_ROCKET, STAY, UP, 4, OPP_ROCKET, 41
|
||||
object_event 15, 9, SPRITE_ROCKET, STAY, UP, 5, OPP_ROCKET, 40
|
||||
; object_event 0, 0, SPRITE_MONSTER, STAY, DOWN, 1, OMEGA, 45 | OW_POKEMON
|
||||
object_event 6, 11, SPRITE_MONSTER, STAY, UP, 7, OMEGA, 45 | OW_POKEMON
|
||||
|
||||
def_warps_to SILPH_CO_11F
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue