mirror of
https://github.com/pret/pokeyellow.git
synced 2026-03-21 17:34:31 -05:00
15 lines
253 B
NASM
15 lines
253 B
NASM
object_const_def
|
|
const_export TRADECENTER_OPPONENT
|
|
|
|
TradeCenter_Object:
|
|
db $e ; border block
|
|
|
|
def_warp_events
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 2, 2, SPRITE_RED, STAY, ANY_DIR, TEXT_TRADECENTER_OPPONENT
|
|
|
|
def_warps_to TRADE_CENTER
|