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 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue