diff options
Diffstat (limited to 'src/code/code_80097A00.c')
| -rw-r--r-- | src/code/code_80097A00.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_80097A00.c b/src/code/code_80097A00.c index cdf78e9d5..882d422d1 100644 --- a/src/code/code_80097A00.c +++ b/src/code/code_80097A00.c @@ -97,7 +97,7 @@ u8 Inventory_DeleteEquipment(GlobalContext* globalCtx, s16 equipment) { gSaveContext.infTable[29] = 1; } - func_8008ECAC(globalCtx, player); + Player_SetEquipmentData(globalCtx, player); globalCtx->pauseCtx.unk_238 = 10; } |
