mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 16:15:23 +13:00
Use def_* macros for automatic map event counts
This commit is contained in:
parent
2fe1505bab
commit
e2c99f1910
224 changed files with 699 additions and 669 deletions
|
|
@ -1,7 +1,7 @@
|
|||
SilphCo10F_Object:
|
||||
db $2e ; border block
|
||||
|
||||
db 6 ; warps
|
||||
def_warps
|
||||
warp 8, 0, 0, SILPH_CO_9F
|
||||
warp 10, 0, 0, SILPH_CO_11F
|
||||
warp 12, 0, 0, SILPH_CO_ELEVATOR
|
||||
|
|
@ -9,9 +9,9 @@ SilphCo10F_Object:
|
|||
warp 13, 15, 5, SILPH_CO_4F
|
||||
warp 13, 7, 6, SILPH_CO_4F
|
||||
|
||||
db 0 ; signs
|
||||
def_signs
|
||||
|
||||
db 6 ; objects
|
||||
def_objects
|
||||
object SPRITE_ROCKET, 1, 9, STAY, RIGHT, 1, OPP_ROCKET, 39
|
||||
object SPRITE_SCIENTIST, 10, 2, STAY, LEFT, 2, OPP_SCIENTIST, 11
|
||||
object SPRITE_ERIKA, 9, 15, WALK, ANY_DIR, 3 ; person
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue