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_recorded_opponent.s | |
parent | 2702b0ec9b4b2ae25d847ccd3b5b8ec1ad8cf1ff (diff) |
really clean up battle ai
Diffstat (limited to 'asm/battle_controller_recorded_opponent.s')
-rw-r--r-- | asm/battle_controller_recorded_opponent.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/battle_controller_recorded_opponent.s b/asm/battle_controller_recorded_opponent.s index a467808c3..2c1c37eb7 100644 --- a/asm/battle_controller_recorded_opponent.s +++ b/asm/battle_controller_recorded_opponent.s @@ -4038,11 +4038,11 @@ _081888B4: ldrb r0, [r4] cmp r0, 0x1 bne _081888D8 - ldr r0, =gUnknown_02038BCA + ldr r0, =gTrainerBattleOpponent_A b _081888DA .pool _081888D8: - ldr r0, =gUnknown_02038BCC + ldr r0, =gTrainerBattleOpponent_B _081888DA: ldrh r0, [r0] bl sub_8162AA0 @@ -4057,7 +4057,7 @@ _081888EC: b _08188924 _081888F6: movs r7, 0xB0 - ldr r0, =gUnknown_02038BCA + ldr r0, =gTrainerBattleOpponent_A ldrh r1, [r0] movs r0, 0xC0 lsls r0, 4 |