Merge pull request #1032 from AsparagusEduardo/OldUnown

Ordered OLD_UNOWN in the same way as the other base stats.
This commit is contained in:
Sierra A 2020-05-03 02:24:48 -07:00 committed by GitHub
commit 5c49bc6d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,9 @@
.baseHP = 50, \
.baseAttack = 150, \
.baseDefense = 50, \
.baseSpeed = 150, \
.baseSpAttack = 150, \
.baseSpDefense = 50, \
.baseSpeed = 150, \
.type1 = TYPE_NORMAL, \
.type2 = TYPE_NORMAL, \
.catchRate = 3, \