diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-19 01:12:05 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-19 01:12:05 -0400 |
commit | e7ee00a73e359bd7b12071422ccc52283ceadd37 (patch) | |
tree | 436cf945158d8a3b9e497dac33d16886d59f5736 /asm | |
parent | 962e1a9c23fcfcda44d29385e798ea21138a480a (diff) |
get rid of unnecessary comments after last contest macro
Diffstat (limited to 'asm')
-rwxr-xr-x | asm/macros/contest_ai_script.s | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s index 07b2ddbb8..efbf78e19 100755 --- a/asm/macros/contest_ai_script.s +++ b/asm/macros/contest_ai_script.s @@ -339,35 +339,8 @@ @ 85 @ 86 - .macro contest_87 param addr + .macro if_effect_in_user_moveset param addr .byte 0x87 .2byte \param .4byte \addr .endm - -@ 88 -@ 89 -@ 8A -@ 8B -@ 8C -@ 8D -@ 8E -@ 8F -@ 90 -@ 91 -@ 92 -@ 93 -@ 94 -@ 95 -@ 96 -@ 97 -@ 98 -@ 99 -@ 9A -@ 9B -@ 9C -@ 9D -@ 9E -@ 9F - -@ adding more if I find more macros greater than 9F. |