mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-28 03:34:22 -05:00
sub_8099708
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user