mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Update battle_scripts_1.s
Compensating Substitute, removing item
This commit is contained in:
parent
405a42b246
commit
0a5154499e
@ -431,11 +431,12 @@ BattleScript_TeatimeLoop:
|
|||||||
jumpifrodaffected BS_TARGET, BattleScript_Teatimerod
|
jumpifrodaffected BS_TARGET, BattleScript_Teatimerod
|
||||||
jumpifabsorbaffected BS_TARGET, BattleScript_Teatimesorb
|
jumpifabsorbaffected BS_TARGET, BattleScript_Teatimesorb
|
||||||
jumpifmotoraffected BS_TARGET, BattleScript_Teatimemotor
|
jumpifmotoraffected BS_TARGET, BattleScript_Teatimemotor
|
||||||
orword gHitMarker, HITMARKER_NO_ANIMATIONS
|
orword gHitMarker, HITMARKER_NO_ANIMATIONS, HITMARKER_IGNORE_SUBSTITUTE | HITMARKER_IGNORE_DISGUISE
|
||||||
setbyte sBERRY_OVERRIDE, TRUE @ override the requirements for eating berries
|
setbyte sBERRY_OVERRIDE, TRUE @ override the requirements for eating berries
|
||||||
consumeberry BS_TARGET, TRUE @ consume the berry, then restore the item from changedItems
|
consumeberry BS_TARGET, TRUE @ consume the berry, then restore the item from changedItems
|
||||||
bicword gHitMarker, HITMARKER_NO_ANIMATIONS
|
bicword gHitMarker, HITMARKER_NO_ANIMATIONS, HITMARKER_IGNORE_SUBSTITUTE | HITMARKER_IGNORE_DISGUISE
|
||||||
setbyte sBERRY_OVERRIDE, FALSE
|
setbyte sBERRY_OVERRIDE, FALSE
|
||||||
|
removeitem BS_TARGET
|
||||||
moveendto MOVEEND_NEXT_TARGET
|
moveendto MOVEEND_NEXT_TARGET
|
||||||
jumpifnexttargetvalid BattleScript_TeatimeLoop
|
jumpifnexttargetvalid BattleScript_TeatimeLoop
|
||||||
moveendcase MOVEEND_CLEAR_BITS
|
moveendcase MOVEEND_CLEAR_BITS
|
||||||
|
Loading…
Reference in New Issue
Block a user