kep-hack/data/maps/objects/CinnabarLabTradeRoom.asm
Martha Schilling caa8076bcd A few things
- 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
2023-12-31 12:22:36 +00:00

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