diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-30 00:59:48 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-30 00:59:48 +0100 |
commit | 94b9a86c8b9b6ea29653e98921205056790d6617 (patch) | |
tree | bff3c6553162ced5b7b463198e336036c805dd6e /engine/battle/animations.asm | |
parent | 9dc48a1be72413c33976b7f9ecd4b0a5cb310f60 (diff) |
Uppercase battle status constants
Diffstat (limited to 'engine/battle/animations.asm')
-rwxr-xr-x | engine/battle/animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index 1e400aa5..e17a651a 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -2101,7 +2101,7 @@ HideSubstituteShowMonAnim: .next1 push hl ; if the substitute broke, slide it down, else slide it offscreen horizontally - bit HasSubstituteUp, a + bit HAS_SUBSTITUTE_UP, a jr nz, .substituteStillUp call AnimationSlideMonDown jr .next2 |