2021-07-20 20:18:31 +01:00
|
|
|
SealedChamber_InnerRoom_MapScripts::
|
2017-11-10 01:21:31 +00:00
|
|
|
.byte 0
|
|
|
|
|
2021-07-20 20:18:31 +01:00
|
|
|
SealedChamber_InnerRoom_EventScript_BrailleBackWall::
|
2017-11-10 01:21:31 +00:00
|
|
|
lockall
|
2021-10-30 21:19:10 +01:00
|
|
|
braillemsgbox SealedChamber_InnerRoom_Braille_FirstWailordLastRelicanth
|
2019-11-07 01:38:53 +00:00
|
|
|
goto_if_set FLAG_REGI_DOORS_OPENED, SealedChamber_InnerRoom_EventScript_NoEffect
|
2017-11-10 01:21:31 +00:00
|
|
|
specialvar VAR_RESULT, CheckRelicanthWailord
|
2019-11-07 01:38:53 +00:00
|
|
|
compare VAR_RESULT, FALSE
|
|
|
|
goto_if_eq SealedChamber_InnerRoom_EventScript_NoEffect
|
2017-11-10 01:21:31 +00:00
|
|
|
fadeoutbgm 0
|
2020-08-20 23:02:00 +01:00
|
|
|
playse SE_TRUCK_MOVE
|
2021-10-30 16:59:14 +01:00
|
|
|
special DoSealedChamberShakingEffect_Long
|
2017-11-10 01:21:31 +00:00
|
|
|
waitstate
|
|
|
|
delay 40
|
2021-10-30 16:59:14 +01:00
|
|
|
special DoSealedChamberShakingEffect_Short
|
2017-11-10 01:21:31 +00:00
|
|
|
waitstate
|
|
|
|
playse SE_DOOR
|
|
|
|
delay 40
|
2021-10-30 16:59:14 +01:00
|
|
|
special DoSealedChamberShakingEffect_Short
|
2017-11-10 01:21:31 +00:00
|
|
|
waitstate
|
|
|
|
playse SE_DOOR
|
|
|
|
delay 40
|
2021-10-30 16:59:14 +01:00
|
|
|
special DoSealedChamberShakingEffect_Short
|
2017-11-10 01:21:31 +00:00
|
|
|
waitstate
|
|
|
|
playse SE_DOOR
|
|
|
|
delay 40
|
2019-08-15 04:38:42 +01:00
|
|
|
msgbox gText_DoorOpenedFarAway, MSGBOX_DEFAULT
|
2017-11-10 01:21:31 +00:00
|
|
|
closemessage
|
|
|
|
fadeinbgm 0
|
2019-01-02 21:12:43 +00:00
|
|
|
setflag FLAG_REGI_DOORS_OPENED
|
2017-11-10 01:21:31 +00:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2021-07-20 20:18:31 +01:00
|
|
|
SealedChamber_InnerRoom_EventScript_NoEffect::
|
2017-11-10 01:21:31 +00:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2021-07-20 20:18:31 +01:00
|
|
|
SealedChamber_InnerRoom_EventScript_BrailleStoryPart1::
|
2017-11-10 01:21:31 +00:00
|
|
|
lockall
|
2021-10-30 21:19:10 +01:00
|
|
|
braillemsgbox SealedChamber_InnerRoom_Braille_InThisCaveWeHaveLived
|
2017-11-10 01:21:31 +00:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2021-07-20 20:18:31 +01:00
|
|
|
SealedChamber_InnerRoom_EventScript_BrailleStoryPart2::
|
2017-11-10 01:21:31 +00:00
|
|
|
lockall
|
2021-10-30 21:19:10 +01:00
|
|
|
braillemsgbox SealedChamber_InnerRoom_Braille_WeOweAllToThePokemon
|
2017-11-10 01:21:31 +00:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2021-07-20 20:18:31 +01:00
|
|
|
SealedChamber_InnerRoom_EventScript_BrailleStoryPart3::
|
2017-11-10 01:21:31 +00:00
|
|
|
lockall
|
2021-10-30 21:19:10 +01:00
|
|
|
braillemsgbox SealedChamber_InnerRoom_Braille_ButWeSealedThePokemonAway
|
2017-11-10 01:21:31 +00:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2021-07-20 20:18:31 +01:00
|
|
|
SealedChamber_InnerRoom_EventScript_BrailleStoryPart4::
|
2017-11-10 01:21:31 +00:00
|
|
|
lockall
|
2021-10-30 21:19:10 +01:00
|
|
|
braillemsgbox SealedChamber_InnerRoom_Braille_WeFearedIt
|
2017-11-10 01:21:31 +00:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2021-07-20 20:18:31 +01:00
|
|
|
SealedChamber_InnerRoom_EventScript_BrailleStoryPart5::
|
2017-11-10 01:21:31 +00:00
|
|
|
lockall
|
2021-10-30 21:19:10 +01:00
|
|
|
braillemsgbox SealedChamber_InnerRoom_Braille_ThoseWithCourageHope
|
2017-11-10 01:21:31 +00:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2021-07-20 20:18:31 +01:00
|
|
|
SealedChamber_InnerRoom_EventScript_BrailleStoryPart6::
|
2017-11-10 01:21:31 +00:00
|
|
|
lockall
|
2021-10-30 21:19:10 +01:00
|
|
|
braillemsgbox SealedChamber_InnerRoom_Braille_OpenDoorEternalPokemonWaits
|
2017-11-10 01:21:31 +00:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|