2018-01-16 22:57:19 -05:00
|
|
|
MobileBattleRoom_MapScripts:
|
2020-07-24 09:49:26 -04:00
|
|
|
def_scene_scripts
|
2022-08-09 17:04:18 -05:00
|
|
|
scene_script MobileBattleRoomInitializeScene, SCENE_MOBILEBATTLEROOM_INITIALIZE
|
|
|
|
scene_script MobileBattleRoomNoopScene, SCENE_MOBILEBATTLEROOM_NOOP
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_callbacks
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2022-08-09 17:04:18 -05:00
|
|
|
MobileBattleRoomInitializeScene:
|
|
|
|
sdefer MobileBattleRoomInitializeAndPreparePokecenter2FScript
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2022-08-09 17:04:18 -05:00
|
|
|
MobileBattleRoomNoopScene:
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2022-08-09 17:04:18 -05:00
|
|
|
MobileBattleRoomInitializeAndPreparePokecenter2FScript:
|
2022-07-29 17:43:10 -04:00
|
|
|
setscene SCENE_MOBILEBATTLEROOM_NOOP
|
2018-02-01 12:40:58 -05:00
|
|
|
setmapscene POKECENTER_2F, SCENE_POKECENTER2F_LEAVE_MOBILE_BATTLE_ROOM
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2018-02-27 19:33:38 -05:00
|
|
|
MobileBattleRoomConsoleScript:
|
2018-01-12 01:40:20 -05:00
|
|
|
refreshscreen
|
2018-01-24 11:17:05 -05:00
|
|
|
special Function1037c2
|
2018-02-02 21:09:17 -05:00
|
|
|
ifequal $1, .one
|
2018-01-24 11:17:05 -05:00
|
|
|
special Function1037eb
|
2015-07-16 18:10:10 -04:00
|
|
|
iffalse .false
|
2018-02-02 21:09:17 -05:00
|
|
|
ifequal $1, .one_
|
|
|
|
ifequal $2, .two_
|
2019-03-10 16:39:31 -04:00
|
|
|
sjump .false
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2016-04-10 15:01:49 -04:00
|
|
|
.one_
|
2015-07-16 18:10:10 -04:00
|
|
|
writetext MobileBattleRoom_HealText
|
2013-02-17 01:54:07 -05:00
|
|
|
pause 20
|
2015-11-25 10:16:29 -05:00
|
|
|
closetext
|
2018-01-24 11:17:05 -05:00
|
|
|
special FadeOutPalettes
|
2014-04-30 06:04:35 -04:00
|
|
|
playmusic MUSIC_HEAL
|
2018-01-24 11:17:05 -05:00
|
|
|
special LoadMapPalettes
|
2013-02-17 01:54:07 -05:00
|
|
|
pause 60
|
2018-01-24 11:17:05 -05:00
|
|
|
special FadeInPalettes
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2018-01-12 01:40:20 -05:00
|
|
|
refreshscreen
|
2016-04-10 15:01:49 -04:00
|
|
|
.two_
|
2018-01-24 11:17:05 -05:00
|
|
|
special StubbedTrainerRankings_Healings
|
2015-06-26 23:24:55 -07:00
|
|
|
special HealParty
|
2018-01-24 11:17:05 -05:00
|
|
|
special Function10383c
|
2015-07-16 18:10:10 -04:00
|
|
|
iftrue .false
|
2016-04-10 15:01:49 -04:00
|
|
|
.one
|
2018-01-24 11:17:05 -05:00
|
|
|
special Function10387b
|
2015-07-16 18:10:10 -04:00
|
|
|
writetext MobileBattleRoom_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 Function101225
|
2016-04-10 15:01:49 -04:00
|
|
|
.false
|
2015-11-25 10:16:29 -05:00
|
|
|
closetext
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2015-07-16 18:10:10 -04:00
|
|
|
MobileBattleRoom_EstablishingCommsText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Establishing"
|
|
|
|
line "communications…"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2015-07-16 18:10:10 -04:00
|
|
|
MobileBattleRoom_HealText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Your #MON will"
|
|
|
|
line "be fully healed"
|
|
|
|
cont "before battle."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
MobileBattleRoom_MapEvents:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_warp_events
|
2018-02-01 22:22:07 -05:00
|
|
|
warp_event 4, 7, POKECENTER_2F, 6
|
|
|
|
warp_event 5, 7, POKECENTER_2F, 6
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_coord_events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_bg_events
|
2018-02-27 19:33:38 -05:00
|
|
|
bg_event 4, 2, BGEVENT_UP, MobileBattleRoomConsoleScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_object_events
|