summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
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