Rewrote item descriptions that are now too long for the space provided

This commit is contained in:
Maruno17
2024-09-21 23:55:05 +01:00
parent a69e6bc6b9
commit d1b0f5bce8
7 changed files with 224 additions and 224 deletions

View File

@@ -251,7 +251,7 @@ class UI::BagVisuals < UI::BaseVisuals
@sprites[:item_icon] = ItemIconSprite.new(48, Graphics.height - 48, nil, @viewport)
# Selected item's description text box
@sprites[:item_description] = Window_UnformattedTextPokemon.newWithSize(
"", 76, 272, Graphics.width - 100, 128, @viewport
"", 76, 272, Graphics.width - 98, 128, @viewport
)
@sprites[:item_description].baseColor = TEXT_COLOR_THEMES[:white][0]
@sprites[:item_description].shadowColor = TEXT_COLOR_THEMES[:white][1]