Tidying up

This commit is contained in:
Maruno17
2024-09-09 21:31:22 +01:00
parent 2190f7c251
commit 9c95db2324
4 changed files with 49 additions and 33 deletions

View File

@@ -743,7 +743,7 @@ class UI::PokemonSummaryVisuals < UI::BaseVisuals
# Draw move name
move_name = move.name
move_name = crop_text(move_name, (showing_detailed_move_page?) ? 230 : 262)
draw_text(move.name, x + 8, y + 6, theme: :black)
draw_text(move_name, x + 8, y + 6, theme: :black)
# Draw move type icon
type_number = GameData::Type.get(move.display_type(@pokemon)).icon_position
draw_image(@bitmaps[:types], x + 8, y + 32,