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.
15 lines
337 B
NASM
15 lines
337 B
NASM
VermilionDock_Object:
|
|
db $f ; border block
|
|
|
|
def_warp_events
|
|
warp_event 14, 0, LAST_MAP, 6
|
|
warp_event 14, 2, SS_ANNE_1F, 2
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 22, 0, SPRITE_POKE_BALL, STAY, NONE, 2, OLDSEACHART
|
|
; object_event 21, 0, SPRITE_MONSTER, STAY, DOWN, 2, MEW, 30 | OW_POKEMON
|
|
|
|
def_warps_to VERMILION_DOCK
|