mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Add Faraway Island maps
This adds the maps on their own with fully functional warps between each other. Music has been set to Viridian Forest. Mew, wild data, and a way to get there have not been added.
This commit is contained in:
parent
471ed19477
commit
aa32cfec8d
14 changed files with 66 additions and 14 deletions
12
data/maps/objects/FarawayIslandInside.asm
Normal file
12
data/maps/objects/FarawayIslandInside.asm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
FarawayIslandInside_Object:
|
||||
db $02 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 14, 21, 0, FARAWAY_ISLAND_OUTSIDE
|
||||
warp_event 15, 21, 0, FARAWAY_ISLAND_OUTSIDE
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
def_warps_to FARAWAY_ISLAND_INSIDE
|
||||
12
data/maps/objects/FarawayIslandOutside.asm
Normal file
12
data/maps/objects/FarawayIslandOutside.asm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
FarawayIslandOutside_Object:
|
||||
db $02 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 14, 6, 0, FARAWAY_ISLAND_INSIDE
|
||||
warp_event 15, 6, 0, FARAWAY_ISLAND_INSIDE
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
def_warps_to FARAWAY_ISLAND_OUTSIDE
|
||||
Loading…
Add table
Add a link
Reference in a new issue