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
17
data/mapObjects/undergroundpathentranceroute7.asm
Executable file
17
data/mapObjects/undergroundpathentranceroute7.asm
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
UndergroundPathEntranceRoute7Object: ; 0x5d73b (size=34)
|
||||
db $a ; border block
|
||||
|
||||
db $3 ; warps
|
||||
db $7, $3, $4, $ff
|
||||
db $7, $4, $4, $ff
|
||||
db $4, $4, $0, UNDERGROUND_PATH_WE
|
||||
|
||||
db $0 ; signs
|
||||
|
||||
db $1 ; people
|
||||
db SPRITE_FAT_BALD_GUY, $4 + 4, $2 + 4, $ff, $ff, $1 ; person
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP PATH_ENTRANCE_ROUTE_7_WIDTH, $7, $3
|
||||
EVENT_DISP PATH_ENTRANCE_ROUTE_7_WIDTH, $7, $4
|
||||
EVENT_DISP PATH_ENTRANCE_ROUTE_7_WIDTH, $4, $4 ; UNDERGROUND_PATH_WE
|
||||
Loading…
Add table
Add a link
Reference in a new issue