From bad7f7f688253c87c2cb2d063ea57c884cb6adff Mon Sep 17 00:00:00 2001 From: Dennis Date: Sat, 17 Jul 2021 18:45:13 +0200 Subject: 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 --- asm/code_8048480.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm/code_8048480.s') 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] -- cgit v1.2.3