summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-05 15:08:07 -0500
committerhuderlem <huderlem@gmail.com>2019-11-06 16:38:02 -0600
commit58dcd6d99dd7456006fe834e5fbab6b120698280 (patch)
tree4323e8ab8aa90ba186fec649a8c251e48c3256d9 /asm
parent481c09fcad0db1bacadea534a3cc6cc291e8dfbd (diff)
Clean up mystery event msg
Diffstat (limited to 'asm')
-rw-r--r--asm/macros/event.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 64f2cdc92..e633a9d84 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1630,6 +1630,14 @@
call_if 5, \dest
.endm
+ .macro vgoto_if_eq dest:req
+ vgoto_if 1, \dest
+ .endm
+
+ .macro vgoto_if_ne dest:req
+ vgoto_if 0, \dest
+ .endm
+
.macro switch var:req
copyvar VAR_0x8000, \var
.endm