mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 04:04:17 +01:00
Fix resetintimidatetracebits typo
This commit is contained in:
parent
fa4940ee44
commit
a4d6ce417d
@ -1267,7 +1267,7 @@
|
|||||||
various \battler, 4
|
various \battler, 4
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro resetintrimidatetracebits battler:req
|
.macro resetintimidatetracebits battler:req
|
||||||
various \battler, VARIOUS_RESET_INTIMIDATE_TRACE_BITS
|
various \battler, VARIOUS_RESET_INTIMIDATE_TRACE_BITS
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
@ -2875,7 +2875,7 @@ BattleScript_FaintedMonTryChooseAnother::
|
|||||||
switchhandleorder BS_ATTACKER, 0x2
|
switchhandleorder BS_ATTACKER, 0x2
|
||||||
jumpifbyte CMP_EQUAL, gBattleCommunication, 0x6, BattleScript_FaintedMonChooseAnother
|
jumpifbyte CMP_EQUAL, gBattleCommunication, 0x6, BattleScript_FaintedMonChooseAnother
|
||||||
atknameinbuff1
|
atknameinbuff1
|
||||||
resetintrimidatetracebits BS_ATTACKER
|
resetintimidatetracebits BS_ATTACKER
|
||||||
hpthresholds2 BS_ATTACKER
|
hpthresholds2 BS_ATTACKER
|
||||||
printstring STRINGID_RETURNMON
|
printstring STRINGID_RETURNMON
|
||||||
switchoutabilities BS_ATTACKER
|
switchoutabilities BS_ATTACKER
|
||||||
|
Loading…
Reference in New Issue
Block a user