pokeemerald/data/maps/MtEmber_RubyPath_B4F_Frlg/scripts.inc
hedara90 58317e35b9
Cawt FRLG part 1 (#8396)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-11-30 09:28:36 -08:00

63 lines
1.1 KiB
PHP

MtEmber_RubyPath_B4F_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