mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Tidying up
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user