mirror of https://github.com/pret/pokeemerald.git
string sizes made to fit strings
parent
4c8c94f418
commit
bbf15e027b
|
@ -137,8 +137,8 @@ index 6bf2b9d0cb..1d0317c010 100644
|
||||||
+ u8 pwr_num[3], acc_num[3], pri_num[3], i;
|
+ u8 pwr_num[3], acc_num[3], pri_num[3], i;
|
||||||
+ u8 pwr_num_len, acc_num_len, pri_num_len;
|
+ u8 pwr_num_len, acc_num_len, pri_num_len;
|
||||||
+ u8 pwr_desc[7] = _(" PWR: ");
|
+ u8 pwr_desc[7] = _(" PWR: ");
|
||||||
+ u8 acc_desc[10] = _(" ACC: ");
|
+ u8 acc_desc[7] = _(" ACC: ");
|
||||||
+ u8 pri_desc[10] = _(" PRI: ");
|
+ u8 pri_desc[7] = _(" PRI: ");
|
||||||
+ LoadMessageBoxAndBorderGfx();
|
+ LoadMessageBoxAndBorderGfx();
|
||||||
+ DrawStdWindowFrame(B_WIN_MOVE_DESCRIPTION, FALSE);
|
+ DrawStdWindowFrame(B_WIN_MOVE_DESCRIPTION, FALSE);
|
||||||
+ if (pwr < 2)
|
+ if (pwr < 2)
|
||||||
|
|
Loading…
Reference in New Issue