diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-01 10:22:12 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-09 12:26:52 +0800 |
commit | 378e85d00ba922933aadcec240747c7e748f8de6 (patch) | |
tree | 4f00f9599f9de256ff35e3b968dbb6a2a129d928 /src/battle_controller_opponent.c | |
parent | a937f722834f24342b0b87bb9554546dec77170a (diff) |
thru sub_8159824
Diffstat (limited to 'src/battle_controller_opponent.c')
-rw-r--r-- | src/battle_controller_opponent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_opponent.c b/src/battle_controller_opponent.c index a9173f1a9..3cb6d1432 100644 --- a/src/battle_controller_opponent.c +++ b/src/battle_controller_opponent.c @@ -1497,7 +1497,7 @@ static void OpponentHandleStatusIconUpdate(void) UpdateHealthboxAttribute(gHealthboxSpriteIds[gActiveBattler], &gEnemyParty[gBattlerPartyIndexes[gActiveBattler]], HEALTHBOX_STATUS_ICON); battlerId = gActiveBattler; - gBattleSpritesDataPtr->healthBoxesData[battlerId].statusAnimActive = 0; + gBattleSpritesDataPtr->healthBoxesData[battlerId].statusAnimActive = FALSE; gBattlerControllerFuncs[gActiveBattler] = CompleteOnFinishedStatusAnimation; } } |