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 @@
|
|||
Route2_Object:
|
||||
db $f ; border block
|
||||
|
||||
db 6 ; warps
|
||||
def_warps
|
||||
warp 12, 9, 0, DIGLETTS_CAVE_ROUTE_2
|
||||
warp 3, 11, 1, VIRIDIAN_FOREST_NORTH_GATE
|
||||
warp 15, 19, 0, ROUTE_2_TRADE_HOUSE
|
||||
|
|
@ -9,11 +9,11 @@ Route2_Object:
|
|||
warp 15, 39, 2, ROUTE_2_GATE
|
||||
warp 3, 43, 2, VIRIDIAN_FOREST_SOUTH_GATE
|
||||
|
||||
db 2 ; signs
|
||||
def_signs
|
||||
sign 5, 65, 3 ; Route2Text3
|
||||
sign 11, 11, 4 ; Route2Text4
|
||||
|
||||
db 2 ; objects
|
||||
def_objects
|
||||
object SPRITE_POKE_BALL, 13, 54, STAY, NONE, 1, MOON_STONE
|
||||
object SPRITE_POKE_BALL, 13, 45, STAY, NONE, 2, HP_UP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue