diff options
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 |