mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-08 00:25:28 +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,12 +1,12 @@
|
|||
Route19_Object:
|
||||
db $43 ; border block
|
||||
|
||||
db 0 ; warps
|
||||
def_warps
|
||||
|
||||
db 1 ; signs
|
||||
def_signs
|
||||
sign 11, 9, 11 ; Route19Text11
|
||||
|
||||
db 10 ; objects
|
||||
def_objects
|
||||
object SPRITE_COOLTRAINER_M, 8, 7, STAY, LEFT, 1, OPP_SWIMMER, 2
|
||||
object SPRITE_COOLTRAINER_M, 13, 7, STAY, LEFT, 2, OPP_SWIMMER, 3
|
||||
object SPRITE_SWIMMER, 13, 25, STAY, LEFT, 3, OPP_SWIMMER, 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue