mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 14:48:43 +13:00
progress is progress
Bug fixes and new sprites mostly, just trying to do what I can, when I can.
This commit is contained in:
parent
6504863b28
commit
f6b1c94c0c
28 changed files with 70 additions and 45 deletions
|
|
@ -1,9 +1,9 @@
|
|||
CitrineFerryDock_Object:
|
||||
db $f ; border block
|
||||
db $15 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 14, 0, CITRINE_CITY, 7
|
||||
warp_event 14, 2, SEAGALLOP_FERRY, 1
|
||||
warp_event 14, 5, SEAGALLOP_FERRY, 1
|
||||
|
||||
def_bg_events
|
||||
|
||||
|
|
|
|||
12
data/maps/objects/FarawayFerryDock.asm
Normal file
12
data/maps/objects/FarawayFerryDock.asm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
FarawayFerryDock_Object:
|
||||
db $15 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 14, 0, FARAWAY_ISLAND_OUTSIDE, 1
|
||||
warp_event 14, 5, SEAGALLOP_FERRY, 1
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
def_warps_to FARAWAY_FERRY_DOCK
|
||||
|
|
@ -2,8 +2,8 @@ FarawayIslandOutside_Object:
|
|||
db $2d ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 6, 35, SEAGALLOP_FERRY, 1
|
||||
warp_event 7, 35, SEAGALLOP_FERRY, 1
|
||||
warp_event 6, 35, FARAWAY_FERRY_DOCK, 1
|
||||
warp_event 7, 35, FARAWAY_FERRY_DOCK, 1
|
||||
warp_event 18, 8, FARAWAY_ISLAND_INSIDE, 1
|
||||
warp_event 19, 8, FARAWAY_ISLAND_INSIDE, 2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
VermilionFerryDock_Object:
|
||||
db $13 ; border block
|
||||
db $15 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 14, 0, LAST_MAP, 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue