diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-19 00:50:28 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-19 00:50:28 -0400 |
commit | 1765f2d59b29b63fd9d56c81fe4751338aa51df2 (patch) | |
tree | 7cd4d793942e42e93fe3c0619a50fba94de5edf4 /asm/macros/contest_ai_script.s | |
parent | d4dca2c3a55338cf8bdea03f3bc048d552963893 (diff) |
finish dissassembling contest AI
Diffstat (limited to 'asm/macros/contest_ai_script.s')
-rwxr-xr-x | asm/macros/contest_ai_script.s | 11 |
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 |