diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-12-31 18:30:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-31 18:30:16 -0600 |
commit | 87cd9885a9f8b38a76ab6add4a634e2a8a4837ee (patch) | |
tree | 9e7e3352cc63bf5665d192c8ebbdfd6032641f74 /asm/code_809747C.s | |
parent | 01ec8edb40c0662863e2fd14395a057be852e060 (diff) |
Friend Area Decomp Work (#15)
split out and work on friend area stuff
Diffstat (limited to 'asm/code_809747C.s')
-rw-r--r-- | asm/code_809747C.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/code_809747C.s b/asm/code_809747C.s index 17e2dab..640d62c 100644 --- a/asm/code_809747C.s +++ b/asm/code_809747C.s @@ -680,7 +680,7 @@ sub_8097944: lsls r0, 24 cmp r0, 0 bne _08097974 - bl sub_8092614 + bl HasAllFriendAreas lsls r0, 24 cmp r0, 0 beq _08097974 |