summaryrefslogtreecommitdiff
path: root/asm/macros/contest_ai_script.s
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2016-08-19 00:50:28 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2016-08-19 00:50:28 -0400
commit1765f2d59b29b63fd9d56c81fe4751338aa51df2 (patch)
tree7cd4d793942e42e93fe3c0619a50fba94de5edf4 /asm/macros/contest_ai_script.s
parentd4dca2c3a55338cf8bdea03f3bc048d552963893 (diff)
finish dissassembling contest AI
Diffstat (limited to 'asm/macros/contest_ai_script.s')
-rwxr-xr-xasm/macros/contest_ai_script.s11
1 files changed, 8 insertions, 3 deletions
diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s
index f28ffbcaa..07b2ddbb8 100755
--- a/asm/macros/contest_ai_script.s
+++ b/asm/macros/contest_ai_script.s
@@ -69,13 +69,13 @@
.byte 0x10
.endm
- .macro if_user_condition_more_than param addr
+ .macro if_user_condition_less_than param addr
.byte 0x11
.byte \param
.4byte \addr
.endm
- .macro if_user_condition_less_than param addr
+ .macro if_user_condition_more_than param addr
.byte 0x12
.byte \param
.4byte \addr
@@ -241,7 +241,12 @@
@ 52
@ 53
-@ 54
+
+ .macro contest_54 param addr
+ .byte 0x54
+ .byte \param
+ .4byte \addr
+ .endm
.macro contest_55 param addr
.byte 0x55