diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-22 11:41:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 11:41:14 -0500 |
commit | e97d3532d4d72a1fe9aec755cd2a3c6527484e27 (patch) | |
tree | 0ad5656457aff5ac67fd50c32d6600592815a9a5 /asm/macros | |
parent | 6eec1c1cc9c115492aec43f80c8a6be7a86c61a5 (diff) | |
parent | a4f5f41e2496a4c2b91cd0643dc44d98faed0c89 (diff) |
Merge pull request #231 from GriffinRichards/doc-staticmon
Document static mon scripts
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 7 |
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 |