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

- Brunswick Trail and Faraway Island now use correct palettes. - Faraway Island has been altered slightly with the same tileset as Celeste Hill - It's now possible to fly from Citrine locations, as well as Faraway Island, and the roof of both Celadon's Mart and Mansion.
15 lines
337 B
NASM
15 lines
337 B
NASM
FarawayIslandOutside_Object:
|
|
db $2d ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 35, VERMILION_CITY, 10
|
|
warp_event 3, 35, VERMILION_CITY, 9
|
|
warp_event 18, 8, FARAWAY_ISLAND_INSIDE, 1
|
|
warp_event 19, 8, FARAWAY_ISLAND_INSIDE, 2
|
|
|
|
def_bg_events
|
|
bg_event 3, 27, 1 ; Sign
|
|
|
|
def_object_events
|
|
|
|
def_warps_to FARAWAY_ISLAND_OUTSIDE |