summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2016-08-18 20:51:03 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2016-08-18 20:51:03 -0400
commit1fa7a88497e949d01c8a8cb7577c30c397b367c1 (patch)
treee59724f4be76bb67fe2961a5a052203ad221ca42 /asm/macros
parent01dc02a4df046565cf6bbbfe9c6b16f3126eb990 (diff)
forgot to commit current work i guess
Diffstat (limited to 'asm/macros')
-rwxr-xr-xasm/macros/contest_ai_script.s14
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