summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-16 17:06:34 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-17 10:51:41 -0500
commita4f5f41e2496a4c2b91cd0643dc44d98faed0c89 (patch)
tree042b618cc970b0dbeb4e3160e2be58336fe22e49 /asm/macros
parent8bdd942c9e087148a4b5c47a990550b2b363250a (diff)
Document static mon scripts
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