summaryrefslogtreecommitdiff
path: root/asm/macros/event.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-23 10:24:11 -0500
committerGitHub <noreply@github.com>2020-01-23 10:24:11 -0500
commita01d83a4341cd0cdad01fe2d0b96920301257f2a (patch)
treeac4f4ce6086d4664ea49d515759a8044ecd1d973 /asm/macros/event.inc
parente7cd8c59f4ca0f6c56a3b3782c21e896c203694e (diff)
parent91099dbd0c451188742bf045a26a036e0e8d9f89 (diff)
Merge branch 'master' into sync-ai
Diffstat (limited to 'asm/macros/event.inc')
-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