Merge pull request #1041 from AsparagusEduardo/UnownStats

Using ability constants for OLD_UNOWN stats
This commit is contained in:
Sierra A 2020-05-18 16:33:23 -07:00 committed by GitHub
commit da30244b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
.growthRate = GROWTH_MEDIUM_FAST, \
.eggGroup1 = EGG_GROUP_UNDISCOVERED, \
.eggGroup2 = EGG_GROUP_UNDISCOVERED, \
.abilities = {0, 0}, \
.abilities = {ABILITY_NONE, ABILITY_NONE}, \
.safariZoneFleeRate = 0, \
.bodyColor = BODY_COLOR_BLACK, \
.noFlip = FALSE, \