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,7 +1,7 @@
VictoryRoad2F_Object:
db $7d ; border block
db 7 ; warps
def_warps
warp 0, 8, 2, VICTORY_ROAD_1F
warp 29, 7, 3, LAST_MAP
warp 29, 8, 3, LAST_MAP
@ -10,9 +10,9 @@ VictoryRoad2F_Object:
warp 27, 7, 1, VICTORY_ROAD_3F
warp 1, 1, 3, VICTORY_ROAD_3F
db 0 ; signs
def_signs
db 13 ; objects
def_objects
object SPRITE_HIKER, 12, 9, STAY, LEFT, 1, OPP_BLACKBELT, 9
object SPRITE_SUPER_NERD, 21, 13, STAY, LEFT, 2, OPP_JUGGLER, 2
object SPRITE_COOLTRAINER_M, 19, 8, STAY, DOWN, 3, OPP_TAMER, 5