diff --git a/src/game/game_107fb0.c b/src/game/game_107fb0.c index fbb4dc499..05a34ce30 100644 --- a/src/game/game_107fb0.c +++ b/src/game/game_107fb0.c @@ -999,23 +999,17 @@ s32 menuhandlerPakCancelSave2(u32 operation, struct menuitem *item, union handle return 0; } -GLOBAL_ASM( -glabel func0f108d14 -/* f108d14: 27bdffe8 */ addiu $sp,$sp,-24 -/* f108d18: 24010006 */ addiu $at,$zero,0x6 -/* f108d1c: afbf0014 */ sw $ra,0x14($sp) -/* f108d20: afa5001c */ sw $a1,0x1c($sp) -/* f108d24: 14810003 */ bne $a0,$at,.L0f108d34 -/* f108d28: afa60020 */ sw $a2,0x20($sp) -/* f108d2c: 0fc4240e */ jal func0f109038 -/* f108d30: 24040002 */ addiu $a0,$zero,0x2 -.L0f108d34: -/* f108d34: 8fbf0014 */ lw $ra,0x14($sp) -/* f108d38: 27bd0018 */ addiu $sp,$sp,0x18 -/* f108d3c: 00001025 */ or $v0,$zero,$zero -/* f108d40: 03e00008 */ jr $ra -/* f108d44: 00000000 */ nop -); +/** + * Unused. + */ +s32 func0f108d14(u32 operation, struct menuitem *item, union handlerdata *data) +{ + if (operation == MENUOP_SET) { + func0f109038(2); + } + + return 0; +} s32 menuhandlerAcknowledgePakFileLost(u32 operation, struct menuitem *item, union handlerdata *data) {