diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-01-05 11:05:01 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-01-05 11:05:01 +0100 |
commit | e9e8bf6eb14020d4a88a7cd4bca8539a2b45803e (patch) | |
tree | 63a602829016ebf9e96fb1ded325171680026a68 /engine/battle/ai/move.asm | |
parent | d68f96179358d8ec3099c6cfc9709ea068b5fa69 (diff) |
Predef_Flag -> Predef_FlagAction
Diffstat (limited to 'engine/battle/ai/move.asm')
-rwxr-xr-x | engine/battle/ai/move.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/ai/move.asm b/engine/battle/ai/move.asm index d91ac437d..ead0fd5fa 100755 --- a/engine/battle/ai/move.asm +++ b/engine/battle/ai/move.asm @@ -92,7 +92,7 @@ AIChooseMove: ; 440ce push bc ld d, BANK(TrainerClassAttributes) - predef Predef_Flag + predef Predef_FlagAction ld d, c pop bc |