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_8027C84.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_8027C84.s')
-rw-r--r-- | asm/code_8027C84.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/code_8027C84.s b/asm/code_8027C84.s index c2bbfa0..5057e00 100644 --- a/asm/code_8027C84.s +++ b/asm/code_8027C84.s @@ -97,7 +97,7 @@ sub_8027D40: add r4, sp, 0x10 adds r0, r4, 0 adds r1, r5, 0 - bl sub_8090B64 + bl HeldItemToSlot movs r5, 0 str r5, [sp, 0x4] add r0, sp, 0x4 |