2018-01-31 23:21:15 -05:00
|
|
|
MobileTradeRoom_MapScripts:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 2 ; scene scripts
|
2018-02-01 12:40:58 -05:00
|
|
|
scene_script .InitializeMobileTradeRoom ; SCENE_DEFAULT
|
2018-02-01 15:06:06 -05:00
|
|
|
scene_script .DummyScene ; SCENE_FINISHED
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; callbacks
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-31 23:21:15 -05:00
|
|
|
.InitializeMobileTradeRoom:
|
2019-03-10 16:39:31 -04:00
|
|
|
prioritysjump .InitializeAndPreparePokecenter2F
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2017-12-24 13:46:34 -05:00
|
|
|
.DummyScene:
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2017-12-10 22:34:42 -05:00
|
|
|
.InitializeAndPreparePokecenter2F:
|
2018-02-01 15:06:06 -05:00
|
|
|
setscene SCENE_FINISHED
|
2018-02-01 12:40:58 -05:00
|
|
|
setmapscene POKECENTER_2F, SCENE_POKECENTER2F_LEAVE_MOBILE_TRADE_ROOM
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2018-02-27 19:33:38 -05:00
|
|
|
MobileTradeRoomConsoleScript:
|
2018-01-12 01:40:20 -05:00
|
|
|
refreshscreen
|
2018-01-24 11:17:05 -05:00
|
|
|
special Function1037c2
|
2018-01-31 23:21:15 -05:00
|
|
|
writetext MobileTradeRoom_EstablishingCommsText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
reloadmappart
|
2018-01-24 11:17:05 -05:00
|
|
|
special Function101231
|
2015-11-25 10:16:29 -05:00
|
|
|
closetext
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2018-01-31 23:21:15 -05:00
|
|
|
MobileTradeRoom_EstablishingCommsText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Establishing"
|
|
|
|
line "communications…"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-31 23:21:15 -05:00
|
|
|
MobileTradeRoom_MapEvents:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 2 ; warp events
|
2018-02-01 22:22:07 -05:00
|
|
|
warp_event 4, 7, POKECENTER_2F, 5
|
|
|
|
warp_event 5, 7, POKECENTER_2F, 5
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; coord events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 1 ; bg events
|
2018-02-27 19:33:38 -05:00
|
|
|
bg_event 4, 2, BGEVENT_UP, MobileTradeRoomConsoleScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; object events
|