sub_8099708

This commit is contained in:
DizzyEggg
2025-05-28 12:31:11 +02:00
parent d43c5de00e
commit bd5ea93fb5
2 changed files with 15 additions and 12 deletions

View File

@@ -5,18 +5,6 @@
.text
thumb_func_start sub_8099708
sub_8099708:
push {lr}
sub sp, 0x4
str r1, [sp]
lsls r0, 16
lsrs r0, 16
bl sub_8003810
add sp, 0x4
pop {r0}
bx r0
thumb_func_end sub_8099708
thumb_func_start sub_809971C
sub_809971C:

View File

@@ -389,3 +389,18 @@ void sub_8099690(u32 param_1)
}
CloseFile(temp);
}
// TODO: figure out if a new file starts here...
typedef struct unkStruct_3000400
{
// size: 0x4
u8 unk0[0x4];
} unkStruct_3000400;
extern void sub_8003810(u16 idx, unkStruct_3000400 param_2);
UNUSED static void sub_8099708(u16 a0, unkStruct_3000400 a1)
{
sub_8003810(a0, a1);
}