mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 07:03:40 +01:00
Fixed check
This commit is contained in:
parent
fa32f337be
commit
aa93af4083
@ -6237,7 +6237,7 @@ static void Cmd_hpthresholds(void)
|
||||
if (result == 0)
|
||||
result = 1;
|
||||
|
||||
if (result > 69 || !gBattleMons[opposingBattler].hp == 0)
|
||||
if (result > 69 || gBattleMons[opposingBattler].hp == 0)
|
||||
gBattleStruct->hpScale = 0;
|
||||
else if (result > 39)
|
||||
gBattleStruct->hpScale = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user