summaryrefslogtreecommitdiff
path: root/asm/kangaskhan_storage_2.s
diff options
context:
space:
mode:
authorDennis <dhilhorst2000@gmail.com>2021-07-17 18:45:13 +0200
committerGitHub <noreply@github.com>2021-07-17 09:45:13 -0700
commitbad7f7f688253c87c2cb2d063ea57c884cb6adff (patch)
treef853042438f42634f8d64b6daec015f3e287d77a /asm/kangaskhan_storage_2.s
parenta65d358927f668cb5e34a6046afef5bd61380a28 (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/kangaskhan_storage_2.s')
-rw-r--r--asm/kangaskhan_storage_2.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/kangaskhan_storage_2.s b/asm/kangaskhan_storage_2.s
index 0d1743f..13f1b92 100644
--- a/asm/kangaskhan_storage_2.s
+++ b/asm/kangaskhan_storage_2.s
@@ -661,7 +661,7 @@ _080187E0:
adds r0, 0x8
ldrb r1, [r1, 0x10]
movs r2, 0
- bl sub_8090A8C
+ bl xxx_init_itemslot_8090A8C
ldr r1, [r4]
movs r0, 0x1
strb r0, [r1, 0x9]
@@ -680,7 +680,7 @@ _0801880C:
adds r0, 0x8
ldrb r1, [r1, 0x10]
movs r2, 0
- bl sub_8090A8C
+ bl xxx_init_itemslot_8090A8C
ldr r1, [r4]
movs r0, 0x1
strb r0, [r1, 0x9]