mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 08:05: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 @@
|
|||
SSAnneB1FRooms_Object:
|
||||
db $c ; border block
|
||||
|
||||
db 10 ; warps
|
||||
def_warps
|
||||
warp 2, 5, 4, SS_ANNE_B1F
|
||||
warp 3, 5, 4, SS_ANNE_B1F
|
||||
warp 12, 5, 3, SS_ANNE_B1F
|
||||
|
|
@ -13,9 +13,9 @@ SSAnneB1FRooms_Object:
|
|||
warp 12, 15, 0, SS_ANNE_B1F
|
||||
warp 13, 15, 0, SS_ANNE_B1F
|
||||
|
||||
db 0 ; signs
|
||||
def_signs
|
||||
|
||||
db 11 ; objects
|
||||
def_objects
|
||||
object SPRITE_SAILOR, 0, 13, STAY, DOWN, 1, OPP_SAILOR, 3
|
||||
object SPRITE_SAILOR, 2, 11, STAY, DOWN, 2, OPP_SAILOR, 4
|
||||
object SPRITE_SAILOR, 12, 3, STAY, LEFT, 3, OPP_SAILOR, 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue