Clean up mystery event msg

This commit is contained in:
GriffinR
2019-11-05 15:08:07 -05:00
committed by huderlem
parent 481c09fcad
commit 58dcd6d99d
6 changed files with 215 additions and 103 deletions
+8
View File
@@ -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