diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-18 15:18:30 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-18 15:18:30 -0400 |
commit | 885faf807b3cad840afedc9a87605f2ba2bba6d4 (patch) | |
tree | 67e072b61df5cf910c08caa56672e1f5f92562a1 /asm/macros/contest_ai_script.s | |
parent | 1c85f2b06dc0e695070db5f3edc4490ac3ce016e (diff) |
dissassemble some contest move bins
Diffstat (limited to 'asm/macros/contest_ai_script.s')
-rwxr-xr-x | asm/macros/contest_ai_script.s | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s index 58468ab08..7a72e9fdb 100755 --- a/asm/macros/contest_ai_script.s +++ b/asm/macros/contest_ai_script.s @@ -52,7 +52,13 @@ @ 10 @ 11 @ 12 -@ 13 + + .macro contest_13 param addr + .byte 0x13 + .byte \param + .4byte \addr + .endm + @ 14 @ 15 @ 16 @@ -247,7 +253,13 @@ @ 84 @ 85 @ 86 -@ 87 + + .macro contest_87 param addr + .byte 0x87 + .2byte \param + .4byte \addr + .endm + @ 88 @ 89 @ 8A |