diff --git a/mods/basic_cosmetics_mod/src/option_descriptions.hpp b/mods/basic_cosmetics_mod/src/option_descriptions.hpp index ac5d193421..533dd6b30a 100644 --- a/mods/basic_cosmetics_mod/src/option_descriptions.hpp +++ b/mods/basic_cosmetics_mod/src/option_descriptions.hpp @@ -1,7 +1,7 @@ #pragma once constexpr const char* kLinksCapColorsExplanation = - "Set the color of the Hero's Tunic cap with any 6 digit hex code. Loading a new area, changing forms, or changing tunics is required to see changes.
" + "Set the color of the Hero's Tunic cap with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -14,7 +14,7 @@ constexpr const char* kLinksCapColorsExplanation = "- Brown: 91723e
"; constexpr const char* kLinksShirtColorsExplanation = - "Set the color of the Hero's Tunic shirt with any 6 digit hex code. Loading a new area, changing forms, or changing tunics is required to see changes.
" + "Set the color of the Hero's Tunic shirt with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -27,7 +27,7 @@ constexpr const char* kLinksShirtColorsExplanation = "- Brown: 91723e
"; constexpr const char* kLinksSkirtColorsExplanation = - "Set the color of the Hero's Tunic skirt with any 6 digit hex code. Loading a new area, changing forms, or changing tunics is required to see changes.
" + "Set the color of the Hero's Tunic skirt with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -40,7 +40,7 @@ constexpr const char* kLinksSkirtColorsExplanation = "- Brown: 91723e
"; constexpr const char* kZoraCapColorsExplanation = - "Set the color of the Zora Armor cap with any 6 digit hex code. Loading a new area, changing forms, or changing tunics is required to see changes.
" + "Set the color of the Zora Armor cap with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -53,7 +53,7 @@ constexpr const char* kZoraCapColorsExplanation = "- Brown: 91723e
"; constexpr const char* kZoraHelmetColorsExplanation = - "Set the color of the Zora Armor helmet with any 6 digit hex code. Loading a new area, changing forms, or changing tunics is required to see changes.
" + "Set the color of the Zora Armor helmet with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -66,7 +66,7 @@ constexpr const char* kZoraHelmetColorsExplanation = "- Brown: 91723e
"; constexpr const char* kZoraTorsoColorsExplanation = - "Set the color of the Zora Armor torso with any 6 digit hex code. Loading a new area, changing forms, or changing tunics is required to see changes.
" + "Set the color of the Zora Armor torso with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -79,7 +79,7 @@ constexpr const char* kZoraTorsoColorsExplanation = "- Brown: 91723e
"; constexpr const char* kZoraScalesColorsExplanation = - "Set the color of the Zora Armor scales with any 6 digit hex code. Loading a new area, changing forms, or changing tunics is required to see changes.
" + "Set the color of the Zora Armor scales with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -92,7 +92,7 @@ constexpr const char* kZoraScalesColorsExplanation = "- Brown: 91723e
"; constexpr const char* kZoraFlippersColorsExplanation = - "Set the color of the Zora Armor flippers with any 6 digit hex code. Loading a new area, changing forms, or changing tunics is required to see changes.
" + "Set the color of the Zora Armor flippers with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -105,7 +105,7 @@ constexpr const char* kZoraFlippersColorsExplanation = "- Brown: 91723e
"; constexpr const char* kWoodenSwordColorsExplanation = - "Set the color with any 6 digit hex code. Loading a new area, changing forms, or changing tunics is required to see changes.
" + "Set the color of the wooden sword with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -129,7 +129,7 @@ constexpr const char* kLanternGlowColorsExplanation = "- White: a0a0a0
"; constexpr const char* kOrdonBladeColorsExplanation = - "Set the color of the Ordon Sword's blade with any 6 digit hex code. Closing and re-opening Dusklight will be required to see changes.
" + "Set the color of the Ordon Sword's blade with any 6 digit hex code.
" "Common colors:
" "- Red: ff0000
" "- Orange: f68821
" @@ -141,7 +141,7 @@ constexpr const char* kOrdonBladeColorsExplanation = "- Cyan: 30d0d0
"; constexpr const char* kOrdonHandleColorsExplanation = - "Set the color of the Ordon Sword's handle with any 6 digit hex code. Closing and re-opening Dusklight will be required to see changes.
" + "Set the color of the Ordon Sword's handle with any 6 digit hex code.
" "Common colors:
" "- Red: ff0000
" "- Orange: f68821
" @@ -153,7 +153,7 @@ constexpr const char* kOrdonHandleColorsExplanation = "- Cyan: 30d0d0
"; constexpr const char* kMSBladeColorsExplanation = - "Set the color of the Master Sword's blade with any 6 digit hex code. Closing and re-opening Dusklight will be required to see changes.
" + "Set the color of the Master Sword's blade with any 6 digit hex code.
" "Common colors:
" "- Red: ff0000
" "- Orange: f68821
" @@ -165,7 +165,7 @@ constexpr const char* kMSBladeColorsExplanation = "- Cyan: 30d0d0
"; constexpr const char* kMSHandleColorsExplanation = - "Set the color of the Master Sword's handle with any 6 digit hex code. Closing and re-opening Dusklight will be required to see changes.
" + "Set the color of the Master Sword's handle with any 6 digit hex code.
" "Common colors:
" "- Red: ff0000
" "- Orange: f68821
" @@ -188,7 +188,7 @@ constexpr const char* kSwordGlowColorsExplanation = "- White: a0a0a0
"; constexpr const char* kBoomerangColorsExplanation = - "Set the color of the Gale Boomerang with any 6 digit hex code. Closing and re-opening Dusklight will be required to see changes.
" + "Set the color of the Gale Boomerang with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -201,7 +201,7 @@ constexpr const char* kBoomerangColorsExplanation = "- Brown: 91723e
"; constexpr const char* kIronBootsColorsExplanation = - "Set the color of the Iron Boots with any 6 digit hex code. Closing and re-opening Dusklight will be required to see changes.
" + "Set the color of the Iron Boots with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -214,7 +214,7 @@ constexpr const char* kIronBootsColorsExplanation = "- Brown: 91723e
"; constexpr const char* kSpinnerColorsExplanation = - "Set the color of the Spinner with any 6 digit hex code. Closing and re-opening Dusklight will be required to see changes.
" + "Set the color of the Spinner with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -226,7 +226,6 @@ constexpr const char* kSpinnerColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; - constexpr const char* kAButtonColorsExplanation = "Set the color of the A button with any 6 digit hex code. A reload may be necessary to see changes.
" "Common colors:
" @@ -315,7 +314,7 @@ constexpr const char* kChargeRingColorsExplanation = "- Black: 000000
"; constexpr const char* kLinksHairColorsExplanation = - "Set the color of Link's hair with any 6 digit hex code. Loading a new area, changing forms, or changing tunics is required to see changes.
" + "Set the color of Link's hair with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -328,7 +327,7 @@ constexpr const char* kLinksHairColorsExplanation = "- Brown: 91723e
"; constexpr const char* kWolfLinkColorsExplanation = - "Set the color of Wolf Link with any 6 digit hex code. Loading a new area or changing forms is required to see changes.
" + "Set the color of Wolf Link with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
" @@ -341,7 +340,7 @@ constexpr const char* kWolfLinkColorsExplanation = "- Brown: 91723e
"; constexpr const char* kEponaColorsExplanation = - "Set the color of Wolf Link with any 6 digit hex code. Loading a new area while *not* riding Epona is required to see changes.
" + "Set the color of Epona with any 6 digit hex code.
" "Common colors:
" "- Red: ab706e
" "- Blue: 6382a0
"