From 4bb8c82d8a2d45d046fea048fefe7edf6291f4bf Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 19 Dec 2013 04:47:39 -0500 Subject: battle animation constants --- battle/effect_commands.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'battle/effect_commands.asm') diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 628aab69c..24eaf4288 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -171,7 +171,7 @@ CheckPlayerTurn: jr z, .WokeUp xor a ld [$cfca], a - ld de, ANIM_SLEEP + ld de, ANIM_SLP call FarPlayBattleAnimation jr .FastAsleep @@ -315,7 +315,7 @@ CheckPlayerTurn: xor a ld [$cfca], a - ld de, ANIM_INLOVE + ld de, ANIM_IN_LOVE call FarPlayBattleAnimation ; 50% chance of infatuation @@ -432,7 +432,7 @@ CheckEnemyTurn: ; 3421f call StdBattleTextBox xor a ld [$cfca], a - ld de, ANIM_SLEEP + ld de, ANIM_SLP call FarPlayBattleAnimation jr .FastAsleep @@ -594,7 +594,7 @@ CheckEnemyTurn: ; 3421f xor a ld [$cfca], a - ld de, ANIM_INLOVE + ld de, ANIM_IN_LOVE call FarPlayBattleAnimation ; 50% chance of infatuation -- cgit v1.2.3