Fix Sturdy's pop-up
This commit is contained in:
parent
201b68413d
commit
fa81559793
2 changed files with 4 additions and 1 deletions
|
@ -5455,6 +5455,9 @@ BattleScript_EnduredMsg::
|
|||
return
|
||||
|
||||
BattleScript_SturdiedMsg::
|
||||
copybyte gBattlerAbility, gBattlerTarget
|
||||
pause 0x10
|
||||
call BattleScript_AbilityPopUp
|
||||
printstring STRINGID_ENDUREDSTURDY
|
||||
waitmessage 0x40
|
||||
return
|
||||
|
|
|
@ -6371,7 +6371,7 @@ static void atk76_various(void)
|
|||
case VARIOUS_GRAVITY_ON_AIRBORNE_MONS:
|
||||
if (gStatuses3[gActiveBattler] & STATUS3_ON_AIR)
|
||||
CancelMultiTurnMoves(gActiveBattler);
|
||||
|
||||
|
||||
gStatuses3[gActiveBattler] &= ~(STATUS3_MAGNET_RISE | STATUS3_TELEKINESIS | STATUS3_ON_AIR);
|
||||
break;
|
||||
case VARIOUS_SPECTRAL_THIEF:
|
||||
|
|
Loading…
Reference in a new issue