mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +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
346 B
NASM
15 lines
346 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 3, 5, SPRITE_GAMEBOY_KID, STAY, DOWN, 2 ; Trader
|
|
|
|
def_warps_to CINNABAR_LAB_TRADE_ROOM
|