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

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.
12 lines
233 B
NASM
12 lines
233 B
NASM
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 |