aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/animations.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-30 00:59:48 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-30 00:59:48 +0100
commit94b9a86c8b9b6ea29653e98921205056790d6617 (patch)
treebff3c6553162ced5b7b463198e336036c805dd6e /engine/battle/animations.asm
parentReplace hardcoded address offset (diff)
downloadpokeyellow-94b9a86c8b9b6ea29653e98921205056790d6617.tar.gz
pokeyellow-94b9a86c8b9b6ea29653e98921205056790d6617.tar.xz
pokeyellow-94b9a86c8b9b6ea29653e98921205056790d6617.zip
Uppercase battle status constants
Diffstat (limited to 'engine/battle/animations.asm')
-rwxr-xr-xengine/battle/animations.asm2
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