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

This is a cave that connects Bill's Lighthouse and Route 10, only accessible after Surf is obtained. Contains a static Dragonite as a reference to the anime!
14 lines
279 B
NASM
14 lines
279 B
NASM
UnderwaterTunnel_Object:
|
|
db $7d ; border block
|
|
|
|
def_warp_events
|
|
warp_event 9, 1, ROUTE_25, 2
|
|
warp_event 27, 13, ROUTE_10, 5
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 19, 4, SPRITE_MONSTER, STAY, DOWN, 1, DRAGONITE, 55 | OW_POKEMON
|
|
|
|
def_warps_to UNDERWATER_TUNNEL
|