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,15 +1,15 @@
|
|||
MtMoonB2F_Object:
|
||||
db $3 ; border block
|
||||
|
||||
db 4 ; warps
|
||||
def_warps
|
||||
warp 25, 9, 1, MT_MOON_B1F
|
||||
warp 21, 17, 4, MT_MOON_B1F
|
||||
warp 15, 27, 5, MT_MOON_B1F
|
||||
warp 5, 7, 6, MT_MOON_B1F
|
||||
|
||||
db 0 ; signs
|
||||
def_signs
|
||||
|
||||
db 9 ; objects
|
||||
def_objects
|
||||
object SPRITE_SUPER_NERD, 12, 8, STAY, RIGHT, 1, OPP_SUPER_NERD, 2
|
||||
object SPRITE_ROCKET, 11, 16, STAY, DOWN, 2, OPP_ROCKET, 1
|
||||
object SPRITE_ROCKET, 15, 22, STAY, DOWN, 3, OPP_ROCKET, 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue