diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-09-08 22:11:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 22:11:08 -0500 |
commit | 99dc97f6aa48646c90def102ce2632be8c45eab9 (patch) | |
tree | 4e62298c3b9cf520e6d955e7da58239aa5808931 /asm/macros/event.inc | |
parent | 3ca2cec4f0cca98664feabae80aa5b0d3c691bf6 (diff) | |
parent | 3e68cbc51f867e507644c1c19bb3be7a89fcd3e4 (diff) |
Merge pull request #417 from camthesaxman/decompile_mauville_old_man
finish decompiling mauville_old_man
Diffstat (limited to 'asm/macros/event.inc')
-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 |