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

Right now I'm facing a weird bug where if you enter, you get the quote, but the fight doesn't start and it happens while you're stepping for some reason. Very odd.
13 lines
238 B
NASM
13 lines
238 B
NASM
SilphGauntlet7F_Object:
|
|
db $d ; border block
|
|
|
|
def_warp_events
|
|
warp_event 5, 6, SAFFRON_CITY, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 5, 1, SPRITE_SILPH_PRESIDENT, STAY, DOWN, 1 ; person
|
|
|
|
def_warps_to SILPH_GAUNTLET_7F
|