From e04fccf80df96d7c63df6ca84d96d11783a9c4e0 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Thu, 18 Aug 2016 23:42:22 -0400 Subject: dissassemble unused contest AI function --- asm/macros/contest_ai_script.s | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'asm/macros') diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s index e646c8b4d..f28ffbcaa 100755 --- a/asm/macros/contest_ai_script.s +++ b/asm/macros/contest_ai_script.s @@ -139,10 +139,26 @@ .endm @ 2A -@ 2B -@ 2C + + .macro contest_2B param addr + .byte 0x2B + .byte \param + .4byte \addr + .endm + + .macro contest_2C param addr + .byte 0x2C + .byte \param + .4byte \addr + .endm + @ 2D -@ 2E + + .macro contest_2E addr + .byte 0x2E + .4byte \addr + .endm + @ 2F @ 30 @ 31 -- cgit v1.2.3