diff options
Diffstat (limited to 'asm/macros')
-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 |