summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-30 16:19:10 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-30 16:19:10 -0400
commit13cd2a41f03ca56f45cab6769cb2738070cc5cf2 (patch)
tree4ccd21eae452226761b85bd9ba07390b9d9f3cef /asm/macros
parent71605556ab6efef43fdaed3f4e84e41c85ac719b (diff)
Better braille support
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/event.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 480684ef6..62437ccb8 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1792,3 +1792,9 @@
setfieldeffectargument 2, \priority
dofieldeffect FLDEFF_SPARKLE
.endm
+
+ .macro braillemsgbox text:req
+ braillemessage \text
+ waitbuttonpress
+ closebraillemessage
+ .endm