diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-18 16:45:36 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-18 16:45:36 -0400 |
commit | f321d4576f0fbc89abbfaac5a63ee018e806c808 (patch) | |
tree | 9f9c6a089ff66178bb77c264264594e7eb5d0201 /asm/macros/contest_ai_script.s | |
parent | a4252cf0c009751e29d676d4234b9968592069be (diff) |
actually dissassemble 2F contest AI bin
Diffstat (limited to 'asm/macros/contest_ai_script.s')
-rwxr-xr-x | asm/macros/contest_ai_script.s | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s index 1c06ec4c4..b4bab1f91 100755 --- a/asm/macros/contest_ai_script.s +++ b/asm/macros/contest_ai_script.s @@ -16,9 +16,20 @@ .4byte \addr .endm -@ 05 + .macro contest_05 param addr + .byte 0x05 + .byte \param + .4byte \addr + .endm + @ 06 -@ 07 + + .macro contest_07 param addr + .byte 0x07 + .byte \param + .4byte \addr + .endm + @ 08 .macro contest_09 param addr |