Skip to content

Commit

Permalink
fit long z-moves names on battle textbox (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Feb 27, 2023
2 parents e537be7 + 468625e commit c6149ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_bg.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static const struct WindowTemplate sStandardBattleWindowTemplates[] =
.bg = 0,
.tilemapLeft = 2,
.tilemapTop = 55,
.width = 12, //for z move names
.width = 16, //for z move names
.height = 2,
.paletteNum = 5,
.baseBlock = 0x0300,
Expand Down

0 comments on commit c6149ea

Please sign in to comment.