pokeemerald-expansion/data/maps/MtEmber_RubyPath_B4F_Frlg/scripts.inc
2026-01-28 17:41:12 +01:00

63 lines
1.1 KiB
PHP

MtEmber_RubyPath_B4F_Frlg_MapScripts::
.byte 0
MtEmber_RubyPath_B4F_EventScript_BrailleABC::
lockall
braillemsgbox Braille_Text_ABC
releaseall
end
MtEmber_RubyPath_B4F_EventScript_BrailleGHI::
lockall
braillemsgbox Braille_Text_GHI
releaseall
end
MtEmber_RubyPath_B4F_EventScript_BrailleMNO::
lockall
braillemsgbox Braille_Text_MNO
releaseall
end
MtEmber_RubyPath_B4F_EventScript_BrailleTUV::
lockall
braillemsgbox Braille_Text_TUV
releaseall
end
MtEmber_RubyPath_B4F_EventScript_BrailleDEF::
lockall
braillemsgbox Braille_Text_DEF
releaseall
end
MtEmber_RubyPath_B4F_EventScript_BrailleJKL::
lockall
braillemsgbox Braille_Text_JKL
releaseall
end
MtEmber_RubyPath_B4F_EventScript_BraillePQRS::
lockall
braillemsgbox Braille_Text_PQRS
releaseall
end
MtEmber_RubyPath_B4F_EventScript_BrailleWXYZ::
lockall
braillemsgbox Braille_Text_WXYZ
releaseall
end
MtEmber_RubyPath_B4F_EventScript_BraillePeriod::
lockall
braillemsgbox Braille_Text_Period
releaseall
end
MtEmber_RubyPath_B4F_EventScript_BrailleComma::
lockall
braillemsgbox Braille_Text_Comma
releaseall
end