mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 04:04:17 +01:00
Update battle_scripts_1.s
Fixed spacing
This commit is contained in:
parent
9d14cb3309
commit
9cd8d81412
@ -414,10 +414,10 @@ BattleScript_EffectTeatime::
|
|||||||
attackanimation
|
attackanimation
|
||||||
waitanimation
|
waitanimation
|
||||||
BattleScript_TeatimeLoop:
|
BattleScript_TeatimeLoop:
|
||||||
jumpifteainvulnerable BS_TARGET, BattleScript_Teatimevul
|
jumpifteainvulnerable BS_TARGET, BattleScript_Teatimevul
|
||||||
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
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user