mirror of
https://github.com/pret/pokefirered.git
synced 2026-03-29 05:05:58 -05:00
73 lines
1.3 KiB
PHP
73 lines
1.3 KiB
PHP
MtEmber_RubyPath_B4F_MapScripts::
|
|
.byte 0
|
|
|
|
MtEmber_RubyPath_B4F_EventScript_BrailleABC::
|
|
lockall
|
|
braillemessage Braille_Text_ABC
|
|
waitbuttonpress
|
|
releaseall
|
|
end
|
|
|
|
MtEmber_RubyPath_B4F_EventScript_BrailleGHI::
|
|
lockall
|
|
braillemessage Braille_Text_GHI
|
|
waitbuttonpress
|
|
releaseall
|
|
end
|
|
|
|
MtEmber_RubyPath_B4F_EventScript_BrailleMNO::
|
|
lockall
|
|
braillemessage Braille_Text_MNO
|
|
waitbuttonpress
|
|
releaseall
|
|
end
|
|
|
|
MtEmber_RubyPath_B4F_EventScript_BrailleTUV::
|
|
lockall
|
|
braillemessage Braille_Text_TUV
|
|
waitbuttonpress
|
|
releaseall
|
|
end
|
|
|
|
MtEmber_RubyPath_B4F_EventScript_BrailleDEF::
|
|
lockall
|
|
braillemessage Braille_Text_DEF
|
|
waitbuttonpress
|
|
releaseall
|
|
end
|
|
|
|
MtEmber_RubyPath_B4F_EventScript_BrailleJKL::
|
|
lockall
|
|
braillemessage Braille_Text_JKL
|
|
waitbuttonpress
|
|
releaseall
|
|
end
|
|
|
|
MtEmber_RubyPath_B4F_EventScript_BraillePQRS::
|
|
lockall
|
|
braillemessage Braille_Text_PQRS
|
|
waitbuttonpress
|
|
releaseall
|
|
end
|
|
|
|
MtEmber_RubyPath_B4F_EventScript_BrailleWXYZ::
|
|
lockall
|
|
braillemessage Braille_Text_WXYZ
|
|
waitbuttonpress
|
|
releaseall
|
|
end
|
|
|
|
MtEmber_RubyPath_B4F_EventScript_BraillePeriod::
|
|
lockall
|
|
braillemessage Braille_Text_Period
|
|
waitbuttonpress
|
|
releaseall
|
|
end
|
|
|
|
MtEmber_RubyPath_B4F_EventScript_BrailleComma::
|
|
lockall
|
|
braillemessage Braille_Text_Comma
|
|
waitbuttonpress
|
|
releaseall
|
|
end
|