mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 16:15:23 +13:00
data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects
To do: Polished Map support for loading the objects
This commit is contained in:
parent
a5375a0805
commit
55bb99580e
447 changed files with 446 additions and 446 deletions
17
data/maps/objects/UndergroundPathRoute5.asm
Executable file
17
data/maps/objects/UndergroundPathRoute5.asm
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
UndergroundPathRoute5_Object:
|
||||
db $a ; border block
|
||||
|
||||
db 3 ; warps
|
||||
warp 3, 7, 3, -1
|
||||
warp 4, 7, 3, -1
|
||||
warp 4, 4, 0, UNDERGROUND_PATH_NORTH_SOUTH
|
||||
|
||||
db 0 ; signs
|
||||
|
||||
db 1 ; objects
|
||||
object SPRITE_LITTLE_GIRL, 2, 3, STAY, NONE, 1 ; person
|
||||
|
||||
; warp-to
|
||||
warp_to 3, 7, UNDERGROUND_PATH_ROUTE_5_WIDTH
|
||||
warp_to 4, 7, UNDERGROUND_PATH_ROUTE_5_WIDTH
|
||||
warp_to 4, 4, UNDERGROUND_PATH_ROUTE_5_WIDTH ; UNDERGROUND_PATH_NORTH_SOUTH
|
||||
Loading…
Add table
Add a link
Reference in a new issue