Decompile func0f0f3704

This commit is contained in:
Ryan Dwyer 2020-03-23 23:37:34 +10:00
parent 0782cdd907
commit 625298ca6e
1 changed files with 5 additions and 13 deletions

View File

@ -3664,19 +3664,11 @@ void menuPopDialog(void)
func0f0f361c();
}
GLOBAL_ASM(
glabel func0f0f3704
/* f0f3704: 27bdffe8 */ addiu $sp,$sp,-24
/* f0f3708: afbf0014 */ sw $ra,0x14($sp)
/* f0f370c: 0fc3ccef */ jal func0f0f33bc
/* f0f3710: afa40018 */ sw $a0,0x18($sp)
/* f0f3714: 0fc3cbd3 */ jal menuPushDialog
/* f0f3718: 8fa40018 */ lw $a0,0x18($sp)
/* f0f371c: 8fbf0014 */ lw $ra,0x14($sp)
/* f0f3720: 27bd0018 */ addiu $sp,$sp,0x18
/* f0f3724: 03e00008 */ jr $ra
/* f0f3728: 00000000 */ sll $zero,$zero,0x0
);
void func0f0f3704(struct menu_dialog *dialog)
{
func0f0f33bc();
menuPushDialog(dialog);
}
GLOBAL_ASM(
glabel func0f0f372c