mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

- Added a gate between the two halves of Route 10 on the right side of Rock Tunnel that contains the Graveler trade NPC. - Improved Faraway's encounter table. - Made the music go silent before battling both of the postgame bosses for suspense reasons. It also sounds cool. - Minor text fixes
15 lines
281 B
NASM
15 lines
281 B
NASM
Route10Gate_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 5, 0, ROUTE_10, 7
|
|
warp_event 4, 7, ROUTE_10, 6
|
|
warp_event 5, 7, ROUTE_10, 6
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 4, SPRITE_GRAMPS, STAY, LEFT, 1 ; person
|
|
|
|
def_warps_to ROUTE_10_GATE
|