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 @@
|
|||
SSAnne1F_Object:
|
||||
db $c ; border block
|
||||
|
||||
db 11 ; warps
|
||||
def_warps
|
||||
warp 26, 0, 1, VERMILION_DOCK
|
||||
warp 27, 0, 1, VERMILION_DOCK
|
||||
warp 31, 8, 0, SS_ANNE_1F_ROOMS
|
||||
|
|
@ -14,9 +14,9 @@ SSAnne1F_Object:
|
|||
warp 37, 15, 5, SS_ANNE_B1F
|
||||
warp 3, 16, 0, SS_ANNE_KITCHEN
|
||||
|
||||
db 0 ; signs
|
||||
def_signs
|
||||
|
||||
db 2 ; objects
|
||||
def_objects
|
||||
object SPRITE_WAITER, 12, 6, WALK, LEFT_RIGHT, 1 ; person
|
||||
object SPRITE_SAILOR, 27, 5, STAY, NONE, 2 ; person
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue