mirror of https://github.com/pret/pokeemerald.git
No logic no longer needs u8 pwr_num_len, acc_num_len, pri_num_len;
parent
6842ec3144
commit
fae12833b6
|
@ -135,7 +135,6 @@ index 6bf2b9d0cb..1d0317c010 100644
|
|||
+ u16 acc = gBattleMoves[move].accuracy;
|
||||
+ u16 pri = gBattleMoves[move].priority;
|
||||
+ 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[7] = _("ACC: ");
|
||||
+ u8 pri_desc[7] = _("PRI: ");
|
||||
|
|
Loading…
Reference in New Issue