diff options
author | YamaArashi <shadow962@live.com> | 2016-08-17 22:46:20 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-17 22:46:20 -0700 |
commit | 2962485cbb06bbcfba44436f60c7f170ae9adb24 (patch) | |
tree | e8247a24f738f3b2352d027e4ce127d8f658161b | |
parent | ea63c09d31ca9634c9657d105cb02f3530c218db (diff) |
reword battle AI macro name
-rw-r--r-- | asm/macros/battle_ai_script.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/battle_ai_script.s b/asm/macros/battle_ai_script.s index 6d55493c0..3405e7e44 100644 --- a/asm/macros/battle_ai_script.s +++ b/asm/macros/battle_ai_script.s @@ -299,7 +299,7 @@ .endm @ bugged - .macro if_not_status_in_party target, status, address + .macro if_status_not_in_party target, status, address .byte 0x35 .byte \target .4byte \status |