Use more accurate count in MovesInfo (#6260)
This commit is contained in:
parent
845679471f
commit
264e72c1a1
@ -110,7 +110,7 @@ static const u8 sFeintDescription[] = _(
|
||||
"An attack that hits foes\n"
|
||||
"using moves like Protect.");
|
||||
|
||||
const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
|
||||
const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] =
|
||||
{
|
||||
[MOVE_NONE] =
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user