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 @@
|
|||
Route16_Object:
|
||||
db $f ; border block
|
||||
|
||||
db 9 ; warps
|
||||
def_warps
|
||||
warp 17, 10, 0, ROUTE_16_GATE_1F
|
||||
warp 17, 11, 1, ROUTE_16_GATE_1F
|
||||
warp 24, 10, 2, ROUTE_16_GATE_1F
|
||||
|
|
@ -12,11 +12,11 @@ Route16_Object:
|
|||
warp 24, 5, 7, ROUTE_16_GATE_1F
|
||||
warp 7, 5, 0, ROUTE_16_FLY_HOUSE
|
||||
|
||||
db 2 ; signs
|
||||
def_signs
|
||||
sign 27, 11, 8 ; Route16Text8
|
||||
sign 5, 17, 9 ; Route16Text9
|
||||
|
||||
db 7 ; objects
|
||||
def_objects
|
||||
object SPRITE_BIKER, 17, 12, STAY, LEFT, 1, OPP_BIKER, 5
|
||||
object SPRITE_BIKER, 14, 13, STAY, RIGHT, 2, OPP_CUE_BALL, 1
|
||||
object SPRITE_BIKER, 11, 12, STAY, UP, 3, OPP_CUE_BALL, 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue