From c29cafa8a2b2faf0ca63ef7885c5ca53f3859a47 Mon Sep 17 00:00:00 2001 From: gymnast86 Date: Sun, 9 Aug 2026 10:13:32 -0700 Subject: [PATCH] constexpr descriptions --- .../src/option_descriptions.hpp | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/mods/basic_cosmetics_mod/src/option_descriptions.hpp b/mods/basic_cosmetics_mod/src/option_descriptions.hpp index a1cff4c03a..ac5d193421 100644 --- a/mods/basic_cosmetics_mod/src/option_descriptions.hpp +++ b/mods/basic_cosmetics_mod/src/option_descriptions.hpp @@ -1,6 +1,6 @@ #pragma once -inline const char* kLinksCapColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -13,7 +13,7 @@ inline const char* kLinksCapColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kLinksShirtColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -26,7 +26,7 @@ inline const char* kLinksShirtColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kLinksSkirtColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -39,7 +39,7 @@ inline const char* kLinksSkirtColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kZoraCapColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -52,7 +52,7 @@ inline const char* kZoraCapColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kZoraHelmetColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -65,7 +65,7 @@ inline const char* kZoraHelmetColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kZoraTorsoColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -78,7 +78,7 @@ inline const char* kZoraTorsoColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kZoraScalesColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -91,7 +91,7 @@ inline const char* kZoraScalesColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kZoraFlippersColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -104,7 +104,7 @@ inline const char* kZoraFlippersColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kWoodenSwordColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -117,7 +117,7 @@ inline const char* kWoodenSwordColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kLanternGlowColorsExplanation = +constexpr const char* kLanternGlowColorsExplanation = "Set the color of the lantern light with any 6 digit hex code, or with \"rainbow\" for a rainbow effect.
" "Common colors:
" "- Red: ff0000
" @@ -128,7 +128,7 @@ inline const char* kLanternGlowColorsExplanation = "- Purple: 8000ff
" "- White: a0a0a0
"; -inline const char* kOrdonBladeColorsExplanation = +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.
" "Common colors:
" "- Red: ff0000
" @@ -140,7 +140,7 @@ inline const char* kOrdonBladeColorsExplanation = "- White: a0a0a0
" "- Cyan: 30d0d0
"; -inline const char* kOrdonHandleColorsExplanation = +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.
" "Common colors:
" "- Red: ff0000
" @@ -152,7 +152,7 @@ inline const char* kOrdonHandleColorsExplanation = "- White: a0a0a0
" "- Cyan: 30d0d0
"; -inline const char* kMSBladeColorsExplanation = +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.
" "Common colors:
" "- Red: ff0000
" @@ -164,7 +164,7 @@ inline const char* kMSBladeColorsExplanation = "- White: a0a0a0
" "- Cyan: 30d0d0
"; -inline const char* kMSHandleColorsExplanation = +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.
" "Common colors:
" "- Red: ff0000
" @@ -176,7 +176,7 @@ inline const char* kMSHandleColorsExplanation = "- White: a0a0a0
" "- Cyan: 30d0d0
"; -inline const char* kSwordGlowColorsExplanation = +constexpr const char* kSwordGlowColorsExplanation = "Set the color of the light sword glow with any 6 digit hex code, or with \"rainbow\" for a rainbow effect.
" "Common colors:
" "- Red: ff0000
" @@ -187,7 +187,7 @@ inline const char* kSwordGlowColorsExplanation = "- Purple: 8000ff
" "- White: a0a0a0
"; -inline const char* kBoomerangColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -200,7 +200,7 @@ inline const char* kBoomerangColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kIronBootsColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -213,7 +213,7 @@ inline const char* kIronBootsColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kSpinnerColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -227,7 +227,7 @@ inline const char* kSpinnerColorsExplanation = "- Brown: 91723e
"; -inline const char* kAButtonColorsExplanation = +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:
" "- Red: ff0000
" @@ -239,7 +239,7 @@ inline const char* kAButtonColorsExplanation = "- Grey: 5555ff
" "- Pink: ff20ff
"; -inline const char* kBButtonColorsExplanation = +constexpr const char* kBButtonColorsExplanation = "Set the color of the B button with any 6 digit hex code. A reload may be necessary to see changes.
" "Common colors:
" "- Orange: ffff40
" @@ -250,7 +250,7 @@ inline const char* kBButtonColorsExplanation = "- Black: 000000
" "- Teal: 00f3ff
"; -inline const char* kXButtonColorsExplanation = +constexpr const char* kXButtonColorsExplanation = "Set the color of the X button with any 6 digit hex code. A reload may be necessary to see changes.
" "Common colors:
" "- Red: ff0000
" @@ -264,7 +264,7 @@ inline const char* kXButtonColorsExplanation = "- Pink: ff00aa
" "- Cyan: 00ffff
"; -inline const char* kYButtonColorsExplanation = +constexpr const char* kYButtonColorsExplanation = "Set the color of the Y button with any 6 digit hex code. A reload may be necessary to see changes.
" "Common colors:
" "- Red: ff0000
" @@ -278,7 +278,7 @@ inline const char* kYButtonColorsExplanation = "- Pink: ff00aa
" "- Cyan: 00ffff
"; -inline const char* kZButtonColorsExplanation = +constexpr const char* kZButtonColorsExplanation = "Set the Z button color with any 6 digit hex code. A reload may be necessary to see changes.
" "Common colors:
" "- Red: ff0000
" @@ -290,7 +290,7 @@ inline const char* kZButtonColorsExplanation = "- Black: 000000
" "- Light Blue: 00ffff
"; -inline const char* kHeartColorsExplanation = +constexpr const char* kHeartColorsExplanation = "Set the heart color with any 6 digit hex code. This will also change the color of heart drops. A reload may be necessary to see changes.
" "Common colors:
" "- Orange: ffff40
" @@ -301,7 +301,7 @@ inline const char* kHeartColorsExplanation = "- Black: 000000
" "- Teal: 00f3ff
"; -inline const char* kChargeRingColorsExplanation = +constexpr const char* kChargeRingColorsExplanation = "Set the color of Midna's charge ring with any 6 digit hex code.
" "Common colors:
" "- Pink: ff9f9f
" @@ -314,7 +314,7 @@ inline const char* kChargeRingColorsExplanation = "- White: feffff
" "- Black: 000000
"; -inline const char* kLinksHairColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -327,7 +327,7 @@ inline const char* kLinksHairColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kWolfLinkColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
" @@ -340,7 +340,7 @@ inline const char* kWolfLinkColorsExplanation = "- White: f8f7f4
" "- Brown: 91723e
"; -inline const char* kEponaColorsExplanation = +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.
" "Common colors:
" "- Red: ab706e
"