Fix a typo that crashes the gamae

This commit is contained in:
DizzyEggg 2019-06-25 12:26:27 +02:00
parent a98c5ab78a
commit 10c27ac6a6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: