mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45: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/indigoplateau.asm
Executable file
14
data/mapObjects/indigoplateau.asm
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
IndigoPlateauObject: ; 0x50936 (size=20)
|
||||
db $e ; border block
|
||||
|
||||
db $2 ; warps
|
||||
db $5, $9, $0, INDIGO_PLATEAU_LOBBY
|
||||
db $5, $a, $0, INDIGO_PLATEAU_LOBBY
|
||||
|
||||
db $0 ; signs
|
||||
|
||||
db $0 ; people
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP INDIGO_PLATEAU_WIDTH, $5, $9 ; INDIGO_PLATEAU_LOBBY
|
||||
EVENT_DISP INDIGO_PLATEAU_WIDTH, $5, $a ; INDIGO_PLATEAU_LOBBY
|
||||
Loading…
Add table
Add a link
Reference in a new issue