mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 16:15:23 +13:00
Unify map event gen1 gen2 (#335)
* Update sign to bg_event #289 * Rename warp to warp_event * Replace object to object_event * Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
This commit is contained in:
parent
f1285f8584
commit
2c4f35848b
224 changed files with 2622 additions and 2622 deletions
|
|
@ -1,16 +1,16 @@
|
|||
Route12Gate1F_Object:
|
||||
db $a ; border block
|
||||
|
||||
def_warps
|
||||
warp 4, 0, 0, LAST_MAP
|
||||
warp 5, 0, 1, LAST_MAP
|
||||
warp 4, 7, 2, LAST_MAP
|
||||
warp 5, 7, 2, LAST_MAP
|
||||
warp 8, 6, 0, ROUTE_12_GATE_2F
|
||||
def_warp_events
|
||||
warp_event 4, 0, LAST_MAP, 0
|
||||
warp_event 5, 0, LAST_MAP, 1
|
||||
warp_event 4, 7, LAST_MAP, 2
|
||||
warp_event 5, 7, LAST_MAP, 2
|
||||
warp_event 8, 6, ROUTE_12_GATE_2F, 0
|
||||
|
||||
def_signs
|
||||
def_bg_events
|
||||
|
||||
def_objects
|
||||
object SPRITE_GUARD, 1, 3, STAY, NONE, 1 ; person
|
||||
def_object_events
|
||||
object_event 1, 3, SPRITE_GUARD, STAY, NONE, 1 ; person
|
||||
|
||||
def_warps_to ROUTE_12_GATE_1F
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue