Using ability constants for OLD_UNOWN stats

This commit is contained in:
AsparagusEduardo 2020-05-16 18:08:56 -04:00
parent 44f348a8e1
commit 179d84dcd7
1 changed files with 30 additions and 30 deletions

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, \