mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-30 16:50:35 +13:00
* 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
18 lines
474 B
NASM
18 lines
474 B
NASM
CeladonMartRoof_Object:
|
|
db $42 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 15, 2, CELADON_MART_5F, 0
|
|
|
|
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_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
|