diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-18 20:51:03 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-18 20:51:03 -0400 |
commit | 1fa7a88497e949d01c8a8cb7577c30c397b367c1 (patch) | |
tree | e59724f4be76bb67fe2961a5a052203ad221ca42 /asm/macros | |
parent | 01dc02a4df046565cf6bbbfe9c6b16f3126eb990 (diff) |
forgot to commit current work i guess
Diffstat (limited to 'asm/macros')
-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 |