Clean up redundant todo (#8094)

This commit is contained in:
Alex 2025-11-03 15:02:36 +01:00 committed by GitHub
parent cbb6c4f14e
commit 499986a804
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5528,7 +5528,6 @@ bool32 CanBePoisoned(u32 battlerAtk, u32 battlerDef, u32 abilityAtk, u32 ability
return FALSE;
}
// TODO: check order of battlerAtk and battlerDef
bool32 CanBeBurned(u32 battlerAtk, u32 battlerDef, u32 abilityDef)
{
if (CanSetNonVolatileStatus(
@ -10920,7 +10919,6 @@ bool32 PickupHasValidTarget(u32 battler)
return FALSE;
}
// TODO: Pass down weather as an arg
bool32 IsBattlerWeatherAffected(u32 battler, u32 weatherFlags)
{
if (gBattleWeather & weatherFlags && HasWeatherEffect())