Merge pull request #1411 from BuffelSaft/Batte_Engine_Only
Fix Spiky Shield/Jump Kick freeze
This commit is contained in:
commit
685c8283ed
1 changed files with 2 additions and 0 deletions
|
@ -7326,6 +7326,7 @@ BattleScript_RockyHelmetActivatesDmg:
|
||||||
return
|
return
|
||||||
|
|
||||||
BattleScript_SpikyShieldEffect::
|
BattleScript_SpikyShieldEffect::
|
||||||
|
jumpifabsent BS_ATTACKER, BattleScript_SpikyShieldRet
|
||||||
orword gHitMarker, HITMARKER_IGNORE_SUBSTITUTE | HITMARKER_x100000
|
orword gHitMarker, HITMARKER_IGNORE_SUBSTITUTE | HITMARKER_x100000
|
||||||
bichalfword gMoveResultFlags, MOVE_RESULT_NO_EFFECT
|
bichalfword gMoveResultFlags, MOVE_RESULT_NO_EFFECT
|
||||||
healthbarupdate BS_ATTACKER
|
healthbarupdate BS_ATTACKER
|
||||||
|
@ -7333,6 +7334,7 @@ BattleScript_SpikyShieldEffect::
|
||||||
printstring STRINGID_PKMNHURTSWITH
|
printstring STRINGID_PKMNHURTSWITH
|
||||||
waitmessage 0x40
|
waitmessage 0x40
|
||||||
tryfaintmon BS_ATTACKER, FALSE, NULL
|
tryfaintmon BS_ATTACKER, FALSE, NULL
|
||||||
|
BattleScript_SpikyShieldRet::
|
||||||
return
|
return
|
||||||
|
|
||||||
BattleScript_KingsShieldEffect::
|
BattleScript_KingsShieldEffect::
|
||||||
|
|
Loading…
Reference in a new issue