From 1765f2d59b29b63fd9d56c81fe4751338aa51df2 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Fri, 19 Aug 2016 00:50:28 -0400 Subject: finish dissassembling contest AI --- asm/macros/contest_ai_script.s | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'asm/macros/contest_ai_script.s') 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 -- cgit v1.2.3