mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 11:43:37 +01:00
Merge pull request #1032 from AsparagusEduardo/OldUnown
Ordered OLD_UNOWN in the same way as the other base stats.
This commit is contained in:
commit
5c49bc6d34
@ -7,9 +7,9 @@
|
|||||||
.baseHP = 50, \
|
.baseHP = 50, \
|
||||||
.baseAttack = 150, \
|
.baseAttack = 150, \
|
||||||
.baseDefense = 50, \
|
.baseDefense = 50, \
|
||||||
|
.baseSpeed = 150, \
|
||||||
.baseSpAttack = 150, \
|
.baseSpAttack = 150, \
|
||||||
.baseSpDefense = 50, \
|
.baseSpDefense = 50, \
|
||||||
.baseSpeed = 150, \
|
|
||||||
.type1 = TYPE_NORMAL, \
|
.type1 = TYPE_NORMAL, \
|
||||||
.type2 = TYPE_NORMAL, \
|
.type2 = TYPE_NORMAL, \
|
||||||
.catchRate = 3, \
|
.catchRate = 3, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user