From a4252cf0c009751e29d676d4234b9968592069be Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Thu, 18 Aug 2016 15:59:17 -0400 Subject: more labeling and split x251 bin partially --- asm/macros/contest_ai_script.s | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'asm/macros') 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 -- cgit v1.2.3