summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-12-20 18:53:58 -0500
committerGriffinR <griffin.richards@comcast.net>2019-12-20 18:53:58 -0500
commit324a81ed5db07985a0f11257bc372043d66ed552 (patch)
treef1aa426eb5d78000e8a041b469a23217330f17d9
parent76280199527e9ba6806f1e17d6460f13a132c2e3 (diff)
Reword yesnobox comment
-rw-r--r--asm/macros/event.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 15e74cbb6..14a1447ee 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -818,7 +818,7 @@
.byte 0x6d
.endm
- @ Displays a YES/NO multichoice box at the specified coordinates, and blocks script execution until the user makes a selection. Their selection is stored in VAR_RESULT; 0 for "NO" or if the user pressed B, and 1 for "YES".
+ @ Displays a YES/NO multichoice box at the specified coordinates, and blocks script execution until the user makes a selection. Their selection is stored in VAR_RESULT as NO (0) or YES (1). Pressing B is equivalent to answering NO
.macro yesnobox x:req, y:req
.byte 0x6e
.byte \x