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:
May Evans 2022-10-15 23:00:57 +01:00
parent 471ed19477
commit aa32cfec8d
14 changed files with 66 additions and 14 deletions

View 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

View 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