matched sub_080B1698

This commit is contained in:
Henny022p
2021-02-20 19:06:23 +01:00
parent 689ea85c5b
commit f089e58a24
2 changed files with 6 additions and 12 deletions
+6
View File
@@ -13,6 +13,8 @@ extern struct_08DE7D40* gUnk_02036A50;
extern struct_08DE7D40 gUnk_08DE7D40;
extern struct_08DE7D40 gUnk_08DE7D4C;
u16 sub_080B16AC(u16, u32, u32);
u32 sub_080B1520(u16 unk_1) {
u32 ret;
@@ -86,3 +88,7 @@ u32 sub_080B15E8(u16 unk_1, u16* unk_2) {
return 0;
}
}
u16 sub_080B1698(u16 unk_1, u32 unk_2){
return sub_080B16AC(unk_1, unk_2, 1);
}