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_8048480.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_8048480.s')
-rw-r--r-- | asm/code_8048480.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/code_8048480.s b/asm/code_8048480.s index d2f141e..61085f7 100644 --- a/asm/code_8048480.s +++ b/asm/code_8048480.s @@ -19331,13 +19331,13 @@ sub_805193C: mov r0, sp movs r1, 0x76 movs r2, 0 - bl sub_8090A8C + bl xxx_init_itemslot_8090A8C b _08051974 _0805196A: mov r0, sp adds r1, r5, 0 movs r2, 0 - bl sub_8090A8C + bl xxx_init_itemslot_8090A8C _08051974: mov r0, sp ldrb r0, [r0] |