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
203 B
NASM
13 lines
203 B
NASM
RedsHouse2F_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 7, 1, REDS_HOUSE_1F, 3
|
|
warp_event 5, 1, SILPH_GAUNTLET_7F, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
def_warps_to REDS_HOUSE_2F
|