mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +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
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue