mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Fix no return in isbattlergrounded (#3328)
This commit is contained in:
parent
d4217739e6
commit
5b498e968f
@ -8313,7 +8313,7 @@ static bool32 IsBattlerGrounded2(u8 battler, bool32 considerInverse)
|
||||
|
||||
bool32 IsBattlerGrounded(u8 battler)
|
||||
{
|
||||
IsBattlerGrounded2(battler, FALSE);
|
||||
return IsBattlerGrounded2(battler, FALSE);
|
||||
}
|
||||
|
||||
bool32 IsBattlerAlive(u8 battler)
|
||||
|
Loading…
Reference in New Issue
Block a user