string sizes made to fit strings

voloved 2023-04-07 13:45:00 -04:00
parent 4c8c94f418
commit bbf15e027b
1 changed files with 3 additions and 3 deletions

@ -137,8 +137,8 @@ index 6bf2b9d0cb..1d0317c010 100644
+ u8 pwr_num[3], acc_num[3], pri_num[3], i;
+ u8 pwr_num_len, acc_num_len, pri_num_len;
+ u8 pwr_desc[7] = _(" PWR: ");
+ u8 acc_desc[10] = _(" ACC: ");
+ u8 pri_desc[10] = _(" PRI: ");
+ u8 acc_desc[7] = _(" ACC: ");
+ u8 pri_desc[7] = _(" PRI: ");
+ LoadMessageBoxAndBorderGfx();
+ DrawStdWindowFrame(B_WIN_MOVE_DESCRIPTION, FALSE);
+ if (pwr < 2)