mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-28 21:30: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.");
|
||||
|
||||
static const u8 sFLYING_PRESSDescription[] = _(
|
||||
"This attack does FightingDash\n"
|
||||
"This attack does Fighting\n"
|
||||
"and Flying-type damage.");
|
||||
|
||||
static const u8 sMAT_BLOCKDescription[] = _(
|
||||
@ -2218,7 +2218,7 @@ static const u8 sPETAL_BLIZZARDDescription[] = _(
|
||||
"of petals to attack.");
|
||||
|
||||
static const u8 sFREEZE_DRYDescription[] = _(
|
||||
"Super effective on WaterDash\n"
|
||||
"Super effective on Water-\n"
|
||||
"types. May cause freezing.");
|
||||
|
||||
static const u8 sDISARMING_VOICEDescription[] = _(
|
||||
|
Loading…
Reference in New Issue
Block a user