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

Underwater Tunnel is a new area that links Route 25 to Route 10, basically just being a straight tunnel needing Surf to traverse. Also given Seafoam Islands and Lorelei's room an unused palette that gives it a more icy feel
15 lines
335 B
NASM
15 lines
335 B
NASM
DiglettsCave_Object:
|
|
db $19 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 5, 5, DIGLETTS_CAVE_ROUTE_2, 3
|
|
warp_event 37, 31, DIGLETTS_CAVE_ROUTE_11, 3
|
|
|
|
def_bg_events
|
|
bg_event 13, 25, 2 ; DiglettsCaveText1
|
|
|
|
def_object_events
|
|
object_event 29, 12, SPRITE_MONSTER, STAY, DOWN, 1, CROCKY, 28 | OW_POKEMON
|
|
|
|
def_warps_to DIGLETTS_CAVE
|