diff options
author | YamaArashi <shadow962@live.com> | 2016-08-20 16:03:12 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-20 16:03:12 -0700 |
commit | ed4907a014e1cf3ee3d085f8660d483a85cc577d (patch) | |
tree | f090ca6d7191667cc62d421c74367154c558b26f | |
parent | b98b5aa0fb35b3959d383e8f39156d476f14b5e4 (diff) |
comment for score macro
-rwxr-xr-x | asm/macros/contest_ai_script.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/asm/macros/contest_ai_script.s b/asm/macros/contest_ai_script.s index e0c472559..05d70e351 100755 --- a/asm/macros/contest_ai_script.s +++ b/asm/macros/contest_ai_script.s @@ -1,5 +1,4 @@ -@ contest AI macro research - +@ Add a positive/negative value to the score of the move being evaluated. .macro score score .byte 0x00 |