mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-14 07:33:44 +01:00
Merge pull request #1041 from AsparagusEduardo/UnownStats
Using ability constants for OLD_UNOWN stats
This commit is contained in:
commit
da30244b6c
@ -26,9 +26,9 @@
|
||||
.eggCycles = 120, \
|
||||
.friendship = 0, \
|
||||
.growthRate = GROWTH_MEDIUM_FAST, \
|
||||
.eggGroup1 = EGG_GROUP_UNDISCOVERED,\
|
||||
.eggGroup2 = EGG_GROUP_UNDISCOVERED,\
|
||||
.abilities = {0, 0}, \
|
||||
.eggGroup1 = EGG_GROUP_UNDISCOVERED, \
|
||||
.eggGroup2 = EGG_GROUP_UNDISCOVERED, \
|
||||
.abilities = {ABILITY_NONE, ABILITY_NONE}, \
|
||||
.safariZoneFleeRate = 0, \
|
||||
.bodyColor = BODY_COLOR_BLACK, \
|
||||
.noFlip = FALSE, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user