2018-01-16 19:57:19 -08:00
|
|
|
MobileTradeRoomMobile_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; scene scripts
|
2017-12-24 10:46:34 -08:00
|
|
|
scene_script .InitializeMobileTradeRoomMobile
|
|
|
|
scene_script .DummyScene
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
.InitializeMobileTradeRoomMobile:
|
2017-12-10 19:34:42 -08:00
|
|
|
priorityjump .InitializeAndPreparePokecenter2F
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.DummyScene:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-10 19:34:42 -08:00
|
|
|
.InitializeAndPreparePokecenter2F:
|
2018-01-09 15:45:25 -08:00
|
|
|
setscene 1
|
|
|
|
setmapscene POKECENTER_2F, 4
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MapMobileTradeRoomMobileSignpost0Script:
|
2018-01-11 22:40:20 -08:00
|
|
|
refreshscreen
|
2018-01-24 08:17:05 -08:00
|
|
|
special Function1037c2
|
2015-07-16 15:10:10 -07:00
|
|
|
writetext MobileTradeRoomMobile_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
|
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
MobileTradeRoomMobile_EstablishingCommsText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Establishing"
|
|
|
|
line "communications…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
MobileTradeRoomMobile_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; warp events
|
2018-01-28 10:20:04 -08:00
|
|
|
warp_event 4, 7, 5, POKECENTER_2F
|
|
|
|
warp_event 5, 7, 5, POKECENTER_2F
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; bg events
|
2017-12-28 11:31:25 -08:00
|
|
|
bg_event 4, 2, BGEVENT_UP, MapMobileTradeRoomMobileSignpost0Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; object events
|