diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-19 18:45:38 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-19 18:45:38 -0400 |
commit | 7bc152e2ed84d5c50db1f5c916f02911ce09be1e (patch) | |
tree | ded52fb88c9df75655a7c119a88b728f9bd33198 /asm/battle_interface.s | |
parent | a252140f3b462efbeaec392030479e9e12999f23 (diff) | |
parent | 8ceecd9fba385442f55bff2d19977e3c2fd6e5e8 (diff) |
Merge branch 'master' into mail
Diffstat (limited to 'asm/battle_interface.s')
-rwxr-xr-x | asm/battle_interface.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/battle_interface.s b/asm/battle_interface.s index 1f1185032..47bcc778e 100755 --- a/asm/battle_interface.s +++ b/asm/battle_interface.s @@ -514,7 +514,7 @@ _08072694: _08072716: str r0, [sp] _08072718: - ldr r0, =gBanksBySide + ldr r0, =gBanksByIdentity add r0, r10 ldrb r1, [r0] lsls r0, r1, 1 |