mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-30 08:40:33 +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
17 lines
456 B
NASM
17 lines
456 B
NASM
FuchsiaPokecenter_Object:
|
|
db $0 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 3, 7, LAST_MAP, 2
|
|
warp_event 4, 7, LAST_MAP, 2
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 1, SPRITE_NURSE, STAY, DOWN, 1 ; person
|
|
object_event 2, 3, SPRITE_ROCKER, STAY, NONE, 2 ; person
|
|
object_event 6, 5, SPRITE_COOLTRAINER_F, WALK, LEFT_RIGHT, 3 ; person
|
|
object_event 11, 2, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, 4 ; person
|
|
|
|
def_warps_to FUCHSIA_POKECENTER
|