fixed tests
This commit is contained in:
parent
b4ec273353
commit
503aad9137
2 changed files with 3 additions and 3 deletions
|
@ -417,8 +417,8 @@ gBattleScriptsForMoveEffects::
|
|||
.4byte BattleScript_EffectVictoryDance @ EFFECT_VICTORY_DANCE
|
||||
.4byte BattleScript_EffectTeatime @ EFFECT_TEATIME
|
||||
.4byte BattleScript_EffectAttackUpUserAlly @ EFFECT_ATTACK_UP_USER_ALLY
|
||||
.4byte BattleScript_EffectMaxMove @ EFFECT_MAX_MOVE
|
||||
.4byte BattleScript_EffectShellTrap @ EFFECT_SHELL_TRAP
|
||||
.4byte BattleScript_EffectMaxMove @ EFFECT_MAX_MOVE
|
||||
|
||||
|
||||
BattleScript_EffectAttackUpUserAlly:
|
||||
|
|
|
@ -79,7 +79,7 @@ bool8 ShouldUseMaxMove(u16 battlerId, u16 baseMove)
|
|||
// return !IsRaidBossUsingRegularMove(battlerId, baseMove);
|
||||
if (gBattleStruct->dynamax.dynamaxTurns[battlerId] > 0)
|
||||
return TRUE;
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
u16 GetMaxMove(u16 battlerId, u16 baseMove)
|
||||
|
|
Loading…
Reference in a new issue