This commit is contained in:
LOuroboros 2022-01-25 23:31:23 -03:00
parent 7916ff5f47
commit b33f7aed8d

View File

@ -9625,7 +9625,9 @@ bool32 CanFling(u8 battlerId)
#endif
|| gFieldStatuses & STATUS_FIELD_MAGIC_ROOM
|| gDisableStructs[battlerId].embargoTimer != 0
#ifdef ITEM_EXPANSION
|| ItemId_GetFlingPower(item) != 0
#endif
|| !CanBattlerGetOrLoseItem(battlerId, item))
return FALSE;