diff options
author | YamaArashi <shadow962@live.com> | 2016-08-19 01:40:18 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-19 01:40:18 -0700 |
commit | 73223372bdd201258099ade7f18273447d4a1201 (patch) | |
tree | 54a936741aee0d02a36eccc00ce6c1f68263466b /asm/macros | |
parent | 3a33e298a40d3b34a2682009f1198d339b729270 (diff) |
would finish combo macros
Diffstat (limited to 'asm/macros')
-rwxr-xr-x | asm/macros/contest_ai_script.s | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s index aaf7f7e45..458b6b27f 100755 --- a/asm/macros/contest_ai_script.s +++ b/asm/macros/contest_ai_script.s @@ -307,14 +307,22 @@ .4byte \addr .endm -@ 46 +@ whether the current move would finish a combo - .macro contest_47 addr + .macro check_would_finish_combo + .byte 0x46 + .endm + + .macro if_would_finish_combo addr .byte 0x47 .4byte \addr .endm -@ 48 + .macro if_would_not_finish_combo addr + .byte 0x48 + .4byte \addr + .endm + @ 49 @ 4A @ 4B |