use SPEED instead of SPD in mon data constants

This commit is contained in:
camthesaxman
2017-10-23 20:43:26 -05:00
parent 88230e8d16
commit 1bb931245b
6 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -709,7 +709,7 @@ bool8 sub_81C00F0(struct Pokemon *a)
sum->def = GetMonData(a, MON_DATA_DEF);
sum->spatk = GetMonData(a, MON_DATA_SPATK);
sum->spdef = GetMonData(a, MON_DATA_SPDEF);
sum->speed = GetMonData(a, MON_DATA_SPD);
sum->speed = GetMonData(a, MON_DATA_SPEED);
}
else
{