diff --git a/soh/soh/Enhancements/debugger/debugSaveEditor.cpp b/soh/soh/Enhancements/debugger/debugSaveEditor.cpp index 807c269d3..5db0953b6 100644 --- a/soh/soh/Enhancements/debugger/debugSaveEditor.cpp +++ b/soh/soh/Enhancements/debugger/debugSaveEditor.cpp @@ -1133,7 +1133,7 @@ void DrawEquipmentTab() { "20", "30", }; - DrawUpgrade("Sticks", UPG_STICKS, stickNames); + DrawUpgrade("Deku Stick Capacity", UPG_STICKS, stickNames); const std::vector nutNames = { "None", @@ -1141,7 +1141,7 @@ void DrawEquipmentTab() { "30", "40", }; - DrawUpgrade("Deku Nuts", UPG_NUTS, nutNames); + DrawUpgrade("Deku Nut Capacity", UPG_NUTS, nutNames); } // Draws a toggleable icon for a quest item that is faded when disabled