2020-07-24 13:49:26 +00:00
|
|
|
object_const_def
|
2015-11-27 05:22:14 +00:00
|
|
|
const TRADECENTER_CHRIS1
|
|
|
|
const TRADECENTER_CHRIS2
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
TradeCenter_MapScripts:
|
2020-07-24 13:49:26 +00:00
|
|
|
def_scene_scripts
|
2018-02-01 17:40:58 +00:00
|
|
|
scene_script .InitializeTradeCenter ; SCENE_DEFAULT
|
2018-02-01 20:06:06 +00:00
|
|
|
scene_script .DummyScene ; SCENE_FINISHED
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_callbacks
|
2018-01-13 05:47:38 +00:00
|
|
|
callback MAPCALLBACK_OBJECTS, .SetWhichChris
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 22:53:21 +00:00
|
|
|
.InitializeTradeCenter:
|
2019-03-10 20:39:31 +00:00
|
|
|
prioritysjump .InitializeAndPreparePokecenter2F
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.DummyScene:
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2017-12-10 22:53:21 +00:00
|
|
|
.SetWhichChris:
|
2018-01-24 16:17:05 +00:00
|
|
|
special CableClubCheckWhichChris
|
2015-07-16 22:10:10 +00:00
|
|
|
iffalse .Chris2
|
2015-11-27 05:22:14 +00:00
|
|
|
disappear TRADECENTER_CHRIS2
|
|
|
|
appear TRADECENTER_CHRIS1
|
2020-07-17 12:37:03 +00:00
|
|
|
endcallback
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-16 22:10:10 +00:00
|
|
|
.Chris2:
|
2015-11-27 05:22:14 +00:00
|
|
|
disappear TRADECENTER_CHRIS1
|
|
|
|
appear TRADECENTER_CHRIS2
|
2020-07-17 12:37:03 +00:00
|
|
|
endcallback
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-11 03:34:42 +00:00
|
|
|
.InitializeAndPreparePokecenter2F:
|
2018-02-01 20:06:06 +00:00
|
|
|
setscene SCENE_FINISHED
|
2018-02-01 17:40:58 +00:00
|
|
|
setmapscene POKECENTER_2F, SCENE_POKECENTER2F_LEAVE_TRADE_CENTER
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2018-02-28 00:33:38 +00:00
|
|
|
TradeCenterConsoleScript:
|
2018-01-24 16:17:05 +00:00
|
|
|
special TradeCenter
|
2015-11-12 04:38:57 +00:00
|
|
|
newloadmap MAPSETUP_LINKRETURN
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2020-10-26 19:45:57 +00:00
|
|
|
TradeCenterFriendScript: ; unreferenced
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2020-10-26 19:45:57 +00:00
|
|
|
writetext TradeCenterFriendReadyText
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2020-10-26 19:45:57 +00:00
|
|
|
TradeCenterFriendReadyText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Your friend is"
|
|
|
|
line "ready."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
TradeCenter_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_warp_events
|
2018-02-02 03:22:07 +00:00
|
|
|
warp_event 4, 7, POKECENTER_2F, 2
|
|
|
|
warp_event 5, 7, POKECENTER_2F, 2
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_coord_events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_bg_events
|
2018-02-28 00:33:38 +00:00
|
|
|
bg_event 4, 4, BGEVENT_RIGHT, TradeCenterConsoleScript
|
|
|
|
bg_event 5, 4, BGEVENT_LEFT, TradeCenterConsoleScript
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_object_events
|
2018-02-28 00:33:38 +00:00
|
|
|
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CableClubFriendScript, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
|
|
|
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CableClubFriendScript, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|