mirror of
https://github.com/pret/pokered.git
synced 2026-09-26 13:22:55 -04:00
20 lines
466 B
NASM
20 lines
466 B
NASM
object_const_def
|
|
const_export SILPHCO1F_LINK_RECEPTIONIST
|
|
|
|
SilphCo1F_Object:
|
|
db $2e ; border block
|
|
|
|
def_warp_events
|
|
warp_event 10, 17, LAST_MAP, 6
|
|
warp_event 11, 17, LAST_MAP, 6
|
|
warp_event 26, 0, SILPH_CO_2F, 1
|
|
warp_event 20, 0, SILPH_CO_ELEVATOR, 1
|
|
warp_event 16, 10, SILPH_CO_3F, 7 ; inaccessible
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 4, 2, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, TEXT_SILPHCO1F_LINK_RECEPTIONIST
|
|
|
|
def_warps_to SILPH_CO_1F
|