Decompile func0f0f13ec

This commit is contained in:
Ryan Dwyer 2020-03-25 23:09:51 +10:00
parent 61d52bea12
commit 672e1607c0
2 changed files with 9 additions and 16 deletions

View File

@ -994,21 +994,14 @@ glabel func0f0f139c
/* f0f13e8: 00000000 */ sll $zero,$zero,0x0
);
GLOBAL_ASM(
glabel func0f0f13ec
/* f0f13ec: 27bdffe8 */ addiu $sp,$sp,-24
/* f0f13f0: afbf0014 */ sw $ra,0x14($sp)
/* f0f13f4: 0fc3c4ce */ jal func0f0f1338
/* f0f13f8: 00000000 */ sll $zero,$zero,0x0
/* f0f13fc: 50400003 */ beqzl $v0,.L0f0f140c
/* f0f1400: 8fbf0014 */ lw $ra,0x14($sp)
/* f0f1404: ac400000 */ sw $zero,0x0($v0)
/* f0f1408: 8fbf0014 */ lw $ra,0x14($sp)
.L0f0f140c:
/* f0f140c: 27bd0018 */ addiu $sp,$sp,0x18
/* f0f1410: 03e00008 */ jr $ra
/* f0f1414: 00000000 */ sll $zero,$zero,0x0
);
void func0f0f13ec(s32 arg0)
{
struct menustackdfc *thing = func0f0f1338(arg0);
if (thing) {
thing->unk00 = 0;
}
}
void func0f0f1418(void)
{

View File

@ -11,7 +11,7 @@ void func0f0f0ca0(s32 value, bool allplayers);
u32 func0f0f0ce8(void);
struct menustackdfc *func0f0f1338(u32 arg0);
u32 func0f0f139c(void);
u32 func0f0f13ec(void);
void func0f0f13ec(s32 arg0);
void func0f0f1418(void);
void func0f0f1494(void);
char *menuResolveText(u32 thing, struct menu_item *item);