mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05:00
Fixed Acc value shadow cut off when Accuracy = 100 (#8886)
This commit is contained in:
parent
b213d430e0
commit
3d630d4888
|
|
@ -1739,7 +1739,7 @@ static void MoveSelectionDisplayMoveDescription(u32 battler)
|
|||
u8 acc_desc[7] = _("ACC: ");
|
||||
u8 cat_start[] = _("{CLEAR_TO 0x03}");
|
||||
u8 pwr_start[] = _("{CLEAR_TO 0x38}");
|
||||
u8 acc_start[] = _("{CLEAR_TO 0x6D}");
|
||||
u8 acc_start[] = _("{CLEAR_TO 0x6C}");
|
||||
LoadMessageBoxAndBorderGfx();
|
||||
DrawStdWindowFrame(B_WIN_MOVE_DESCRIPTION, FALSE);
|
||||
if (pwr < 2)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user