Use def_* macros for automatic map event counts

This commit is contained in:
Rangi 2020-08-17 16:54:59 -04:00
parent 2fe1505bab
commit e2c99f1910
224 changed files with 699 additions and 669 deletions

View file

@ -1,13 +1,13 @@
VermilionGym_Object:
db $3 ; border block
db 2 ; warps
def_warps
warp 4, 17, 3, LAST_MAP
warp 5, 17, 3, LAST_MAP
db 0 ; signs
def_signs
db 5 ; objects
def_objects
object SPRITE_ROCKER, 5, 1, STAY, DOWN, 1, OPP_LT_SURGE, 1
object SPRITE_GENTLEMAN, 9, 6, STAY, LEFT, 2, OPP_GENTLEMAN, 3
object SPRITE_SUPER_NERD, 3, 8, STAY, LEFT, 3, OPP_ROCKER, 1