From 1fa7a88497e949d01c8a8cb7577c30c397b367c1 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Thu, 18 Aug 2016 20:51:03 -0400 Subject: forgot to commit current work i guess --- asm/macros/contest_ai_script.s | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'asm/macros/contest_ai_script.s') 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 -- cgit v1.2.3