Updated Power Item EV gain

This commit is contained in:
OmegaRuan 2018-08-04 22:47:05 -03:00 committed by GitHub
parent 082a6f91c4
commit 6fa5a7294c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -2772,12 +2772,12 @@ Public Class Pokemon
'Macho Brace
Case 581 : EVfactor *= 2
'Power Items
Case 582 : gainEVHP += 4
Case 583 : gainEVAttack += 4
Case 584 : gainEVDefense += 4
Case 585 : gainEVSpAttack += 4
Case 586 : gainEVSpDefense += 4
Case 587 : gainEVSpeed += 4
Case 582 : gainEVHP += 8
Case 583 : gainEVAttack += 8
Case 584 : gainEVDefense += 8
Case 585 : gainEVSpAttack += 8
Case 586 : gainEVSpDefense += 8
Case 587 : gainEVSpeed += 8
End Select
'HP gain