2018-01-31 20:21:15 -08:00
|
|
|
MobileTradeRoom_MapScripts:
|
2020-07-24 06:49:26 -07:00
|
|
|
def_scene_scripts
|
2022-08-09 15:04:18 -07:00
|
|
|
scene_script MobileTradeRoomInitializeScene, SCENE_MOBILETRADEROOM_INITIALIZE
|
|
|
|
scene_script MobileTradeRoomNoopScene, SCENE_MOBILETRADEROOM_NOOP
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2022-08-09 15:04:18 -07:00
|
|
|
MobileTradeRoomInitializeScene:
|
|
|
|
sdefer MobileTradeRoomInitializeAndPreparePokecenter2FScript
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2022-08-09 15:04:18 -07:00
|
|
|
MobileTradeRoomNoopScene:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2022-08-09 15:04:18 -07:00
|
|
|
MobileTradeRoomInitializeAndPreparePokecenter2FScript:
|
2022-07-29 14:43:10 -07:00
|
|
|
setscene SCENE_MOBILETRADEROOM_NOOP
|
2018-02-01 09:40:58 -08:00
|
|
|
setmapscene POKECENTER_2F, SCENE_POKECENTER2F_LEAVE_MOBILE_TRADE_ROOM
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
MobileTradeRoomConsoleScript:
|
2018-01-11 22:40:20 -08:00
|
|
|
refreshscreen
|
2018-01-24 08:17:05 -08:00
|
|
|
special Function1037c2
|
2018-01-31 20:21:15 -08:00
|
|
|
writetext MobileTradeRoom_EstablishingCommsText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
reloadmappart
|
2018-01-24 08:17:05 -08:00
|
|
|
special Function101231
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-01-31 20:21:15 -08:00
|
|
|
MobileTradeRoom_EstablishingCommsText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Establishing"
|
|
|
|
line "communications…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-31 20:21:15 -08:00
|
|
|
MobileTradeRoom_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_warp_events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 4, 7, POKECENTER_2F, 5
|
|
|
|
warp_event 5, 7, POKECENTER_2F, 5
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_coord_events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_bg_events
|
2018-02-27 16:33:38 -08:00
|
|
|
bg_event 4, 2, BGEVENT_UP, MobileTradeRoomConsoleScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_object_events
|