// TODO mutual exclusions -- There should be some system to prevent conclifting enhancements from being selected
UIWidgets::PaddedEnhancementCheckbox("D-pad Support on Pause and File Select","gDpadPauseName");
UIWidgets::Tooltip("Enables Pause and File Select screen navigation with the D-pad\nIf used with D-pad as Equip Items, you must hold C-Up to equip instead of navigate");
UIWidgets::PaddedEnhancementCheckbox("D-pad Support in Text Choice","gDpadText",true,false);
UIWidgets::PaddedEnhancementCheckbox("D-pad Support for Browsing Shop Items","gDpadShop",true,false);
UIWidgets::PaddedEnhancementCheckbox("D-pad Support on Pause Screen","gDpadPause",true,false);
UIWidgets::Tooltip("Navigate Pause with the D-pad\nIf used with D-pad as Equip Items, you must hold C-Up to equip instead of navigate\n"
"To make the cursor only move a single space no matter how long a direction is held, manually set gDpadHoldChange to 0");
UIWidgets::PaddedEnhancementCheckbox("D-pad Support in Text Boxes","gDpadText",true,false);
UIWidgets::Tooltip("Navigate choices in text boxes, shop item selection, and the file select / name entry screens with the D-pad\n"
"To make the cursor only move a single space during name entry no matter how long a direction is held, manually set gDpadHoldChange to 0");
UIWidgets::PaddedEnhancementCheckbox("D-pad as Equip Items","gDpadEquips",true,false);
UIWidgets::Tooltip("Allows the D-pad to be used as extra C buttons");
UIWidgets::Tooltip("Equip items and equipment on the D-pad\nIf used with D-pad on Pause Screen, you must hold C-Up to equip instead of navigate");
UIWidgets::PaddedEnhancementCheckbox("Allow the cursor to be on any slot","gPauseAnyCursor",true,false);
UIWidgets::Tooltip("Allows the cursor on the pause menu to be over any slot\nSimilar to Rando and Spaceworld 97");
UIWidgets::PaddedEnhancementCheckbox("Answer Navi Prompt with L Button","gNaviOnL",true,false);