From 94b9a86c8b9b6ea29653e98921205056790d6617 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Sat, 30 Dec 2017 00:59:48 +0100 Subject: Uppercase battle status constants --- engine/battle/animations.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/animations.asm') 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 -- cgit v1.3.1-sl0p