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/wonder_mail.s | |
parent | 01ec8edb40c0662863e2fd14395a057be852e060 (diff) |
Friend Area Decomp Work (#15)
split out and work on friend area stuff
Diffstat (limited to 'asm/wonder_mail.s')
-rw-r--r-- | asm/wonder_mail.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/asm/wonder_mail.s b/asm/wonder_mail.s index 5b90271..569f81d 100644 --- a/asm/wonder_mail.s +++ b/asm/wonder_mail.s @@ -11265,7 +11265,7 @@ _0802F494: ldr r0, [r0, 0x10] adds r0, 0x20 ldrb r0, [r0] - bl sub_8092600 + bl GetFriendAreaStatus lsls r0, 24 cmp r0, 0 beq _0802F4BC @@ -11286,7 +11286,7 @@ _0802F4BC: ldr r0, [r0, 0x10] adds r0, 0x20 ldrb r0, [r0] - bl sub_80925EC + bl UnlockFriendArea movs r0, 0xCE bl sub_8011988 ldr r0, _0802F4E8 @@ -11304,7 +11304,7 @@ _0802F4F0: ldr r0, [r0, 0x10] adds r0, 0x20 ldrb r0, [r0] - bl sub_80925EC + bl UnlockFriendArea movs r0, 0xCE bl sub_8011988 ldr r0, _0802F518 @@ -33033,7 +33033,7 @@ sub_803A3BC: _0803A3D6: lsls r0, r5, 24 lsrs r0, 24 - bl sub_80925EC + bl UnlockFriendArea adds r5, 0x1 cmp r5, 0x39 ble _0803A3D6 @@ -33867,7 +33867,7 @@ sub_803AA34: str r0, [r1, 0x10] b _0803AA82 .align 2, 0 -_0803AA64: .4byte gUnknown_203B468 +_0803AA64: .4byte gFriendAreas _0803AA68: .4byte gUnknown_203B3F4 _0803AA6C: .4byte gUnknown_80E7EBC _0803AA70: @@ -34004,7 +34004,7 @@ _0803AB70: _0803AB7A: ldr r0, [r4] ldrb r0, [r0, 0x4] - bl sub_80925EC + bl UnlockFriendArea b _0803AB8E _0803AB84: ldr r0, [r4] |