mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
Pull map objects out of main.asm
This commit is contained in:
parent
b438d0c1d7
commit
e1a931df6a
227 changed files with 5208 additions and 4974 deletions
14
data/mapObjects/vermiliondock.asm
Executable file
14
data/mapObjects/vermiliondock.asm
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
VermilionDockObject: ; 0x1dcc6 (size=20)
|
||||
db $f ; border block
|
||||
|
||||
db $2 ; warps
|
||||
db $0, $e, $5, $ff
|
||||
db $2, $e, $1, SS_ANNE_1
|
||||
|
||||
db $0 ; signs
|
||||
|
||||
db $0 ; people
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP VERMILION_DOCK_WIDTH, $0, $e
|
||||
EVENT_DISP VERMILION_DOCK_WIDTH, $2, $e ; SS_ANNE_1
|
||||
Loading…
Add table
Add a link
Reference in a new issue