diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-20 20:38:23 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-20 20:38:23 -0400 |
commit | 6b503e306d73c749794cf7b61126287e3941f12f (patch) | |
tree | 9b171c8dec365e1805216aba593091039a248036 /asm/macros | |
parent | 2aeefdc5de73c630a79b183e7bc2a66ad48ed424 (diff) |
script switch/case; name script conditionals
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 0b5ab8915..21e3e65c0 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1412,7 +1412,7 @@ @ Supplementary .macro goto_if_eq dest - goto_if 1, \dest + goto_if eq, \dest .endm .macro switch var |