diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-05-09 12:11:05 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-05-09 12:11:05 +0100 |
commit | 86d8cfb0fd86326e4534fc33c7bb384d515bbe0e (patch) | |
tree | 625d2b2c14fef5740592114a1470082fa5e3098a /src/engine/effect_functions.asm | |
parent | d20d490df325c1671357acd894ec14ed36599797 (diff) |
Separate AI constants and new AIACTION_*
Diffstat (limited to 'src/engine/effect_functions.asm')
-rw-r--r-- | src/engine/effect_functions.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/effect_functions.asm b/src/engine/effect_functions.asm index 762e82d..75b0f76 100644 --- a/src/engine/effect_functions.asm +++ b/src/engine/effect_functions.asm @@ -437,7 +437,7 @@ DuelistSelectForcedSwitch: ; 2c487 (b:4487) ; AI opponent call SwapTurn - bank1call Func_2bc7 + bank1call AIDoAction_ForcedSwitch call SwapTurn ld a, [wPlayerAttackingMoveIndex] |