diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-05 09:41:48 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-05 09:41:48 +0200 |
commit | 54b83061152ce6e85d1ce7185ab3645d7448e03d (patch) | |
tree | b03477370a3aeffa1a917e787063b06554881894 /asm/battle_controller_player_partner.s | |
parent | 2702b0ec9b4b2ae25d847ccd3b5b8ec1ad8cf1ff (diff) |
really clean up battle ai
Diffstat (limited to 'asm/battle_controller_player_partner.s')
-rw-r--r-- | asm/battle_controller_player_partner.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/battle_controller_player_partner.s b/asm/battle_controller_player_partner.s index 4e2e5db5d..9c262071d 100644 --- a/asm/battle_controller_player_partner.s +++ b/asm/battle_controller_player_partner.s @@ -5014,7 +5014,7 @@ sub_81BDAC8: @ 81BDAC8 adds r4, r0 movs r0, 0xF bl BattleAI_SetupAIData - bl sub_8130BA4 + bl BattleAI_ChooseMoveOrAction lsls r0, 24 lsrs r5, r0, 24 ldr r2, =gBattleMoves |