diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-18 23:42:22 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-18 23:42:22 -0400 |
commit | e04fccf80df96d7c63df6ca84d96d11783a9c4e0 (patch) | |
tree | 49f78d3ea1f0562502eeb5ade608b19be4abda6e /asm/macros | |
parent | 6154331167c8c059e4ed50b718f33599ba70a2c0 (diff) |
dissassemble unused contest AI function
Diffstat (limited to 'asm/macros')
-rwxr-xr-x | asm/macros/contest_ai_script.s | 22 |
1 files changed, 19 insertions, 3 deletions
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 |