diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-09 02:26:54 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-09 02:26:54 -0400 |
commit | 753a09f3c7b33c10ed80d514d90f6b646fb1becb (patch) | |
tree | 82306d1734104cbb970caa986242e4dc6c050494 /asm/macros | |
parent | f9259ba70d93fdd758075a3c79fd0fe9b65bf185 (diff) | |
parent | 99dc97f6aa48646c90def102ce2632be8c45eab9 (diff) |
merge
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index cd2927c66..9fddd9194 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1493,6 +1493,12 @@ callstd \type .endm + @ Message box types + MSGBOX_YESNO = 5 + + YES = 1 + NO = 0 + .macro giveitem item, amount=1, function=0 setorcopyvar 0x8000, \item setorcopyvar 0x8001, \amount |