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 @@
|
|||
SSAnne2F_Object:
|
||||
db $c ; border block
|
||||
|
||||
db 9 ; warps
|
||||
def_warps
|
||||
warp 9, 11, 0, SS_ANNE_2F_ROOMS
|
||||
warp 13, 11, 2, SS_ANNE_2F_ROOMS
|
||||
warp 17, 11, 4, SS_ANNE_2F_ROOMS
|
||||
|
|
@ -12,9 +12,9 @@ SSAnne2F_Object:
|
|||
warp 2, 12, 1, SS_ANNE_3F
|
||||
warp 36, 4, 0, SS_ANNE_CAPTAINS_ROOM
|
||||
|
||||
db 0 ; signs
|
||||
def_signs
|
||||
|
||||
db 2 ; objects
|
||||
def_objects
|
||||
object SPRITE_WAITER, 3, 7, WALK, UP_DOWN, 1 ; person
|
||||
object SPRITE_BLUE, 36, 4, STAY, DOWN, 2, OPP_RIVAL1, 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue