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,9 +1,9 @@
|
|||
Route17_Object:
|
||||
db $43 ; border block
|
||||
|
||||
db 0 ; warps
|
||||
def_warps
|
||||
|
||||
db 6 ; signs
|
||||
def_signs
|
||||
sign 9, 51, 11 ; Route17Text11
|
||||
sign 9, 63, 12 ; Route17Text12
|
||||
sign 9, 75, 13 ; Route17Text13
|
||||
|
|
@ -11,7 +11,7 @@ Route17_Object:
|
|||
sign 9, 111, 15 ; Route17Text15
|
||||
sign 9, 141, 16 ; Route17Text16
|
||||
|
||||
db 10 ; objects
|
||||
def_objects
|
||||
object SPRITE_BIKER, 12, 19, STAY, LEFT, 1, OPP_CUE_BALL, 4
|
||||
object SPRITE_BIKER, 11, 16, STAY, RIGHT, 2, OPP_CUE_BALL, 5
|
||||
object SPRITE_BIKER, 4, 18, STAY, UP, 3, OPP_BIKER, 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue