also fix ambiguous MON_DATA_SPD_EV and MON_DATA_SPD2 constants

This commit is contained in:
camthesaxman
2017-10-26 13:47:14 -05:00
parent 1bb931245b
commit 5ea2f463d7
4 changed files with 10 additions and 10 deletions

View File

@@ -720,7 +720,7 @@ bool8 sub_81C00F0(struct Pokemon *a)
sum->def = GetMonData(a, MON_DATA_DEF2);
sum->spatk = GetMonData(a, MON_DATA_SPATK2);
sum->spdef = GetMonData(a, MON_DATA_SPDEF2);
sum->speed = GetMonData(a, MON_DATA_SPD2);
sum->speed = GetMonData(a, MON_DATA_SPEED2);
}
break;
case 3: