diff options
author | Dennis <dhilhorst2000@gmail.com> | 2021-07-17 18:45:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 09:45:13 -0700 |
commit | bad7f7f688253c87c2cb2d063ea57c884cb6adff (patch) | |
tree | f853042438f42634f8d64b6daec015f3e287d77a /asm/code_8057824.s | |
parent | a65d358927f668cb5e34a6046afef5bd61380a28 (diff) |
More item related decomp (#45)
* decompile sub_80918EC
* some more item related functions
* more item functions
* more decomp, fix types in other places
* more small functions
* more item related decomp
* one more weird branching item function
* fix global.h includes
* figured out branch pattern
* decompile sub_8090F58
* make temporary struct for function
* :crab: items.s is gone :crab:
* some renaming
* rename some obvious item related constants
* fix spelling error
Diffstat (limited to 'asm/code_8057824.s')
-rw-r--r-- | asm/code_8057824.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/code_8057824.s b/asm/code_8057824.s index 6324830..8cf0799 100644 --- a/asm/code_8057824.s +++ b/asm/code_8057824.s @@ -8213,7 +8213,7 @@ _0805B75E: lsrs r1, 24 adds r0, r2, 0 movs r2, 0 - bl sub_8090A8C + bl xxx_init_itemslot_8090A8C movs r7, 0x1 _0805B790: adds r4, 0x1 @@ -8238,7 +8238,7 @@ _0805B790: lsrs r1, 24 mov r0, r8 movs r2, 0 - bl sub_8090A8C + bl xxx_init_itemslot_8090A8C movs r7, 0x1 _0805B7C2: cmp r7, 0 @@ -40347,7 +40347,7 @@ _0806BAFC: beq _0806BB24 adds r0, r4, 0 movs r2, 0 - bl sub_8090A8C + bl xxx_init_itemslot_8090A8C ldr r2, [sp, 0x24] strb r5, [r2] _0806BB24: |