2015-07-10 01:45:35 -07:00
|
|
|
MobileBattleRoom_MapScriptHeader:
|
2017-12-24 10:46:34 -08:00
|
|
|
.SceneScripts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2017-12-24 10:46:34 -08:00
|
|
|
scene_script .InitializeMobileBattleRoom
|
|
|
|
scene_script .DummyScene
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
.InitializeMobileBattleRoom:
|
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:
|
2017-12-24 10:46:34 -08:00
|
|
|
setscene $1
|
|
|
|
setmapscene POKECENTER_2F, $5
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MapMobileBattleRoomSignpost0Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
refreshscreen $0
|
2018-01-02 08:47:58 -08:00
|
|
|
special Special_Function1037c2
|
2015-07-16 15:10:10 -07:00
|
|
|
if_equal $1, .one
|
2018-01-02 08:47:58 -08:00
|
|
|
special Special_Function1037eb
|
2015-07-16 15:10:10 -07:00
|
|
|
iffalse .false
|
|
|
|
if_equal $1, .one_
|
|
|
|
if_equal $2, .two_
|
|
|
|
jump .false
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 12:01:49 -07:00
|
|
|
.one_
|
2015-07-16 15:10:10 -07:00
|
|
|
writetext MobileBattleRoom_HealText
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 20
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2018-01-02 08:13:57 -08:00
|
|
|
special Special_FadeOutPalettes
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_HEAL
|
2018-01-02 08:47:58 -08:00
|
|
|
special Special_LoadMapPalettes
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 60
|
2018-01-02 08:13:57 -08:00
|
|
|
special Special_FadeInPalettes
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2013-02-16 22:54:07 -08:00
|
|
|
refreshscreen $0
|
2016-04-10 12:01:49 -07:00
|
|
|
.two_
|
2018-01-02 11:00:14 -08:00
|
|
|
special Special_StubbedTrainerRankings_Healings
|
2015-06-26 23:24:55 -07:00
|
|
|
special HealParty
|
2018-01-02 08:47:58 -08:00
|
|
|
special Special_Function10383c
|
2015-07-16 15:10:10 -07:00
|
|
|
iftrue .false
|
2016-04-10 12:01:49 -07:00
|
|
|
.one
|
2018-01-02 08:47:58 -08:00
|
|
|
special Special_Function10387b
|
2015-07-16 15:10:10 -07:00
|
|
|
writetext MobileBattleRoom_EstablishingCommsText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
reloadmappart
|
2018-01-02 08:47:58 -08:00
|
|
|
special Special_Function101225
|
2016-04-10 12:01:49 -07:00
|
|
|
.false
|
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
|
|
|
MobileBattleRoom_EstablishingCommsText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Establishing"
|
|
|
|
line "communications…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
MobileBattleRoom_HealText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Your #MON will"
|
|
|
|
line "be fully healed"
|
|
|
|
cont "before battle."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MobileBattleRoom_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2017-12-28 11:31:25 -08:00
|
|
|
warp_def 4, 7, 6, POKECENTER_2F
|
|
|
|
warp_def 5, 7, 6, POKECENTER_2F
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.CoordEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.BGEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
2017-12-28 11:31:25 -08:00
|
|
|
bg_event 4, 2, BGEVENT_UP, MapMobileBattleRoomSignpost0Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.ObjectEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|