mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-30 11:27:16 -05:00
63 lines
1.1 KiB
PHP
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
|