diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-11 11:56:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 11:56:24 -0500 |
commit | bd88c803793a6e5c8f5d2ac1a852c912e980ef1d (patch) | |
tree | d45390654cd3f80ffccd4af95760133ef77366bd /asm/field_control_avatar.s | |
parent | 10fff9c6f2d29899952d1751d3de827e7e98bb60 (diff) | |
parent | 05d03f7f3256b143a01506421c19964bcceaea5c (diff) |
Merge pull request #18 from ProjectRevoTPP/pokemon
almost finish decompiling pokemon.c
Diffstat (limited to 'asm/field_control_avatar.s')
-rw-r--r-- | asm/field_control_avatar.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/field_control_avatar.s b/asm/field_control_avatar.s index 6b981dea8..bcd3a10e9 100644 --- a/asm/field_control_avatar.s +++ b/asm/field_control_avatar.s @@ -1887,7 +1887,7 @@ AdjustFriendship_step: @ 806D74C _0806D76A: adds r0, r5, 0 movs r1, 0x5 - bl sub_80436F8 + bl AdjustFriendship adds r5, 0x64 subs r4, 0x1 cmp r4, 0 |