Skip to content

Commit

Permalink
Destiny Bond and OHKO moves are blocked by Dynamax
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine committed Dec 25, 2024
1 parent 878724c commit 7450303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/battle_dynamax.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ bool32 IsMoveBlockedByDynamax(u32 move)
{
case EFFECT_HEAT_CRASH:
case EFFECT_LOW_KICK:
case EFFECT_OHKO:
case EFFECT_DESTINTY_BOND:
return TRUE;
}
return FALSE;
Expand Down

0 comments on commit 7450303

Please sign in to comment.