mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 01:14:19 +01:00
Fix Sturdy's pop-up
This commit is contained in:
parent
201b68413d
commit
fa81559793
@ -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…
x
Reference in New Issue
Block a user