diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-07 22:16:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-07 22:16:52 -0600 |
commit | 6b38db228befa044a2cfe31ed78555e3f0bd3935 (patch) | |
tree | 4aafddc91df76b5674c47a2be3bb1b3a42a0b519 /asm/dark.s | |
parent | 17d5ba39acb897e07e6842cbff5b1172cc6f7951 (diff) | |
parent | be36c506387648a11afe51b0f4209386947feb37 (diff) |
Merge pull request #515 from huderlem/battle_2
Decompile battle_2 and battle_util
Diffstat (limited to 'asm/dark.s')
-rwxr-xr-x | asm/dark.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/dark.s b/asm/dark.s index 3fcc3f56c..f3274861c 100755 --- a/asm/dark.s +++ b/asm/dark.s @@ -1940,7 +1940,7 @@ _080E0E8A: beq _080E0EB6 _080E0E90: adds r0, r4, 0 - bl GetBankByPlayerAI + bl GetBankByIdentity lsls r0, 24 lsrs r4, r0, 24 adds r0, r4, 0 |