summaryrefslogtreecommitdiff
path: root/asm/macros/contest_ai_script.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros/contest_ai_script.s')
-rwxr-xr-xasm/macros/contest_ai_script.s20
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