summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-22 11:41:40 -0500
committerGitHub <noreply@github.com>2020-01-22 11:41:40 -0500
commitd58a5decded55eb7311ea2e68a2e2dd24059db4a (patch)
tree713464896261218ec711e3baa22bb883a4f50cd9 /asm/macros
parentfbf0c4616c397bf7d9d5a8d2dfda5c647fa18af7 (diff)
parente97d3532d4d72a1fe9aec755cd2a3c6527484e27 (diff)
Merge branch 'master' into doc-cinnabar
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/event.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 1be118154..7e95af9f4 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1633,3 +1633,10 @@
compare VAR_RESULT, 2
goto_if_eq \dest
.endm
+
+ .macro braillemessage_wait text:req
+ setvar VAR_0x8006, 0
+ braillemessage \text
+ getbraillestringwidth \text
+ call EventScript_BrailleCursorWaitButton
+ .endm