mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Fix a typo that crashes the gamae
This commit is contained in:
parent
a98c5ab78a
commit
10c27ac6a6
@ -634,7 +634,7 @@
|
||||
.endm
|
||||
|
||||
.macro if_has_move_with_flag battler:req, flag:req, ptr:req
|
||||
.byte 0x6E
|
||||
.byte 0x6F
|
||||
.byte \battler
|
||||
.4byte \flag
|
||||
.4byte \ptr
|
||||
|
@ -1923,7 +1923,7 @@ AI_CV_HighCrit2:
|
||||
|
||||
AI_CV_HighCrit_End:
|
||||
end
|
||||
|
||||
|
||||
AI_CV_FocusEnergy:
|
||||
if_has_move_with_flag AI_USER, FLAG_HIGH_CRIT, AI_CV_FocusEnergy2
|
||||
AI_CV_FocusEnergy3:
|
||||
|
Loading…
x
Reference in New Issue
Block a user