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

I am 90% sure something will bug out, can't test the map right now for obvious reasons. Tested everything else, though. Mostly copied data from Cinnabar Volcano while commenting out Vermillion Dock Mew info to move it. Wild data has been added along with a fishing group, just dummied out slots. Old Sea Chart is a clone of the Citrine Pass which is all it needs to be. It is obtainable near the truck.
13 lines
307 B
NASM
13 lines
307 B
NASM
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
|
|
object_event 14, 10, SPRITE_MONSTER, STAY, DOWN, 1, MEW, 50 | OW_POKEMON
|
|
|
|
def_object_events
|
|
|
|
def_warps_to FARAWAY_ISLAND_INSIDE |