diff options
Diffstat (limited to 'asm/macros/contest_ai_script.s')
-rwxr-xr-x | asm/macros/contest_ai_script.s | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s index b4bab1f91..939578e79 100755 --- a/asm/macros/contest_ai_script.s +++ b/asm/macros/contest_ai_script.s @@ -207,7 +207,13 @@ @ 52 @ 53 @ 54 -@ 55 + + .macro contest_55 param addr + .byte 0x55 + .byte \param + .4byte \addr + .endm + @ 56 @ 57 @ 58 @@ -255,7 +261,11 @@ .endm @ 7E -@ 7F + + .macro contest_7F addr + .byte 0x7F + .4byte \addr + .endm .macro contest_80 addr .byte 0x80 |