mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Added Underwater Tunnel!
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!
This commit is contained in:
parent
c7510aea57
commit
8ab3e1f2be
24 changed files with 111 additions and 11 deletions
|
|
@ -6,6 +6,7 @@ Route10_Object:
|
|||
warp_event 8, 25, ROCK_TUNNEL_1F, 1
|
||||
warp_event 8, 61, ROCK_TUNNEL_1F, 3
|
||||
warp_event 6, 47, POWER_PLANT, 1
|
||||
warp_event 6, 3, UNDERWATER_TUNNEL, 2
|
||||
|
||||
def_bg_events
|
||||
bg_event 7, 27, 7 ; Route10Text7
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ Route25_Object:
|
|||
|
||||
def_warp_events
|
||||
warp_event 49, 11, BILLS_HOUSE, 1
|
||||
warp_event 60, 1, UNDERWATER_TUNNEL, 1
|
||||
|
||||
def_bg_events
|
||||
bg_event 53, 11, 11 ; Route25Text11
|
||||
|
|
|
|||
13
data/maps/objects/UnderwaterTunnel.asm
Normal file
13
data/maps/objects/UnderwaterTunnel.asm
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue