diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-01 16:33:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 14:33:06 -0800 |
commit | 4fc272fea6bc7332fae031ebeb12362cff1c35de (patch) | |
tree | 88092c6da3a6bb741caceab54f5372aee4ad5bae /asm/code_80958E8.s | |
parent | fd8720b75c56ef3f641e6c5abf6c446929c824b9 (diff) |
No wifi + 2 days on train = more decomp (#80)
* No wifi + 2 days on train = more decomp
* layin some more
* one func, one file
Diffstat (limited to 'asm/code_80958E8.s')
-rw-r--r-- | asm/code_80958E8.s | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/asm/code_80958E8.s b/asm/code_80958E8.s index dfcbae4..b8d3c7a 100644 --- a/asm/code_80958E8.s +++ b/asm/code_80958E8.s @@ -602,7 +602,7 @@ sub_8095F8C: _08095F92: lsls r0, r4, 24 lsrs r0, 24 - bl CheckMailSlot + bl IsMailSlotEmpty lsls r0, 24 cmp r0, 0 bne _08095FA2 @@ -666,8 +666,8 @@ sub_8095FE8: _08095FFC: .4byte gUnknown_203B490 thumb_func_end sub_8095FE8 - thumb_func_start CheckMailSlot -CheckMailSlot: + thumb_func_start IsMailSlotEmpty +IsMailSlotEmpty: push {lr} lsls r0, 24 lsrs r0, 24 @@ -689,7 +689,7 @@ _08096020: _08096022: pop {r1} bx r1 - thumb_func_end CheckMailSlot + thumb_func_end IsMailSlotEmpty thumb_func_start sub_8096028 sub_8096028: @@ -1994,7 +1994,7 @@ GetNumAcceptedJobs: _080969B2: lsls r0, r4, 24 lsrs r0, 24 - bl CheckJobSlot + bl IsJobSlotEmpty lsls r0, 24 cmp r0, 0 bne _080969C2 @@ -2155,8 +2155,8 @@ sub_8096AB4: _08096AC8: .4byte gUnknown_203B490 thumb_func_end sub_8096AB4 - thumb_func_start CheckJobSlot -CheckJobSlot: + thumb_func_start IsJobSlotEmpty +IsJobSlotEmpty: push {lr} lsls r0, 24 lsrs r0, 24 @@ -2179,7 +2179,7 @@ _08096AF0: _08096AF2: pop {r1} bx r1 - thumb_func_end CheckJobSlot + thumb_func_end IsJobSlotEmpty thumb_func_start sub_8096AF8 sub_8096AF8: |