Fix B_PHYSICAL_SPECIAL_SPLIT when set to Gen 4 (#8348)
This commit is contained in:
parent
79163deb24
commit
152ad88436
@ -10650,7 +10650,7 @@ enum DamageCategory GetBattleMoveCategory(u32 move)
|
||||
return DAMAGE_CATEGORY_STATUS;
|
||||
}
|
||||
|
||||
if (B_PHYSICAL_SPECIAL_SPLIT <= GEN_4)
|
||||
if (B_PHYSICAL_SPECIAL_SPLIT < GEN_4)
|
||||
return gTypesInfo[GetBattleMoveType(move)].damageCategory;
|
||||
|
||||
return GetMoveCategory(move);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user