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,15 +1,15 @@
|
|||
CeladonMart4F_Object:
|
||||
db $f ; border block
|
||||
|
||||
db 3 ; warps
|
||||
def_warps
|
||||
warp 12, 1, 0, CELADON_MART_3F
|
||||
warp 16, 1, 1, CELADON_MART_5F
|
||||
warp 1, 1, 0, CELADON_MART_ELEVATOR
|
||||
|
||||
db 1 ; signs
|
||||
def_signs
|
||||
sign 14, 1, 4 ; CeladonMart4Text4
|
||||
|
||||
db 3 ; objects
|
||||
def_objects
|
||||
object SPRITE_CLERK, 5, 7, STAY, NONE, 1 ; person
|
||||
object SPRITE_SUPER_NERD, 15, 5, WALK, LEFT_RIGHT, 2 ; person
|
||||
object SPRITE_YOUNGSTER, 5, 2, WALK, LEFT_RIGHT, 3 ; person
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue