diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-18 15:59:17 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-18 15:59:17 -0400 |
commit | a4252cf0c009751e29d676d4234b9968592069be (patch) | |
tree | 18187c1b992aa569a7be688576e81c40d360ea9c /asm | |
parent | 00c507450704014347f7f30081ef901795ea9a62 (diff) |
more labeling and split x251 bin partially
Diffstat (limited to 'asm')
-rwxr-xr-x | asm/macros/contest_ai_script.s | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s index 69f3fa030..1c06ec4c4 100755 --- a/asm/macros/contest_ai_script.s +++ b/asm/macros/contest_ai_script.s @@ -49,9 +49,21 @@ .4byte \addr .endm -@ 10 -@ 11 -@ 12 + .macro get_user_condition + .byte 0x10 + .endm + + .macro if_user_condition_more_than param addr + .byte 0x11 + .byte \param + .4byte \addr + .endm + + .macro if_user_condition_less_than param addr + .byte 0x12 + .byte \param + .4byte \addr + .endm .macro if_user_condition param addr .byte 0x13 @@ -136,7 +148,7 @@ .4byte \addr .endm - .macro contest_3E param addr + .macro if_move_used_count_eq param addr .byte 0x3E .byte \param .4byte \addr |