mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-02 15:50:45 +01:00
Fixed the descriptions of Freeze Dry and Flying Press
Addresses https://github.com/DizzyEggg/pokeemerald/issues/508
This commit is contained in:
parent
3af9a65506
commit
93d9ad0997
@ -2170,7 +2170,7 @@ static const u8 sFUSION_BOLTDescription[] = _(
|
|||||||
"Works well with a fireball.");
|
"Works well with a fireball.");
|
||||||
|
|
||||||
static const u8 sFLYING_PRESSDescription[] = _(
|
static const u8 sFLYING_PRESSDescription[] = _(
|
||||||
"This attack does FightingDash\n"
|
"This attack does Fighting\n"
|
||||||
"and Flying-type damage.");
|
"and Flying-type damage.");
|
||||||
|
|
||||||
static const u8 sMAT_BLOCKDescription[] = _(
|
static const u8 sMAT_BLOCKDescription[] = _(
|
||||||
@ -2218,7 +2218,7 @@ static const u8 sPETAL_BLIZZARDDescription[] = _(
|
|||||||
"of petals to attack.");
|
"of petals to attack.");
|
||||||
|
|
||||||
static const u8 sFREEZE_DRYDescription[] = _(
|
static const u8 sFREEZE_DRYDescription[] = _(
|
||||||
"Super effective on WaterDash\n"
|
"Super effective on Water-\n"
|
||||||
"types. May cause freezing.");
|
"types. May cause freezing.");
|
||||||
|
|
||||||
static const u8 sDISARMING_VOICEDescription[] = _(
|
static const u8 sDISARMING_VOICEDescription[] = _(
|
||||||
|
Loading…
Reference in New Issue
Block a user