mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +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,17 +1,17 @@
|
|||
CeladonMartRoof_Object:
|
||||
db $42 ; border block
|
||||
|
||||
def_warps
|
||||
warp 15, 2, 0, CELADON_MART_5F
|
||||
def_warp_events
|
||||
warp_event 15, 2, CELADON_MART_5F, 0
|
||||
|
||||
def_signs
|
||||
sign 10, 1, 3 ; CeladonMartRoofText3
|
||||
sign 11, 1, 4 ; CeladonMartRoofText4
|
||||
sign 12, 2, 5 ; CeladonMartRoofText5
|
||||
sign 13, 2, 6 ; CeladonMartRoofText6
|
||||
def_bg_events
|
||||
bg_event 10, 1, 3 ; CeladonMartRoofText3
|
||||
bg_event 11, 1, 4 ; CeladonMartRoofText4
|
||||
bg_event 12, 2, 5 ; CeladonMartRoofText5
|
||||
bg_event 13, 2, 6 ; CeladonMartRoofText6
|
||||
|
||||
def_objects
|
||||
object SPRITE_SUPER_NERD, 10, 4, STAY, LEFT, 1 ; person
|
||||
object SPRITE_LITTLE_GIRL, 5, 5, WALK, ANY_DIR, 2 ; person
|
||||
def_object_events
|
||||
object_event 10, 4, SPRITE_SUPER_NERD, STAY, LEFT, 1 ; person
|
||||
object_event 5, 5, SPRITE_LITTLE_GIRL, WALK, ANY_DIR, 2 ; person
|
||||
|
||||
def_warps_to CELADON_MART_ROOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue