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,7 +1,7 @@
|
|||
SafariZoneCenter_Object:
|
||||
db $0 ; border block
|
||||
|
||||
db 9 ; warps
|
||||
def_warps
|
||||
warp 14, 25, 2, SAFARI_ZONE_GATE
|
||||
warp 15, 25, 3, SAFARI_ZONE_GATE
|
||||
warp 0, 10, 4, SAFARI_ZONE_WEST
|
||||
|
|
@ -12,11 +12,11 @@ SafariZoneCenter_Object:
|
|||
warp 29, 11, 3, SAFARI_ZONE_EAST
|
||||
warp 17, 19, 0, SAFARI_ZONE_CENTER_REST_HOUSE
|
||||
|
||||
db 2 ; signs
|
||||
def_signs
|
||||
sign 18, 20, 2 ; SafariZoneCenterText2
|
||||
sign 14, 22, 3 ; SafariZoneCenterText3
|
||||
|
||||
db 1 ; objects
|
||||
def_objects
|
||||
object SPRITE_POKE_BALL, 14, 10, STAY, NONE, 1, NUGGET
|
||||
|
||||
; warp-to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue