Merge pull request #2077 from SubzeroEclipse/BE_DescriptionFixes

Fixed some move descriptions
This commit is contained in:
ghoulslash 2022-03-09 21:30:49 -05:00 committed by GitHub
commit daf5095c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1778,7 +1778,7 @@ static const u8 sChargeBeamDescription[] = _(
"May raise Sp. Atk.");
static const u8 sWoodHammerDescription[] = _(
"Slams the body into a foe\n"
"Slams the body into a foe.\n"
"The user gets hurt too.");
static const u8 sAquaJetDescription[] = _(
@ -2307,7 +2307,7 @@ static const u8 sWaterShurikenDescription[] = _(
static const u8 sMysticalFireDescription[] = _(
"Breathes a special, hot\n"
"fire. May lower Sp. Atk.");
"fire. Lowers Sp. Atk.");
static const u8 sSpikyShieldDescription[] = _(
"Evades attack, and damages\n"
@ -2763,7 +2763,7 @@ static const u8 sBehemothBladeDescription[] = _(
"2x damage to Dynamaxed foes.");
static const u8 sBehemothBashDescription[] = _(
"Attacks as a sheild. Deals\n"
"Attacks as a shield. Deals\n"
"2x damage to Dynamaxed foes.");
static const u8 sAuraWheelDescription[] = _(
@ -3356,7 +3356,7 @@ const u8 *const gMoveDescriptionPointers[MOVES_COUNT - 1] =
[MOVE_DRAGON_PULSE - 1] = sDragonPulseDescription,
[MOVE_DRAGON_RUSH - 1] = sDragonRushDescription,
[MOVE_POWER_GEM - 1] = sPowerGemDescription,
[MOVE_DRAIN_PUNCH - 1] = sDrainingKissDescription,
[MOVE_DRAIN_PUNCH - 1] = sMegaDrainDescription,
[MOVE_VACUUM_WAVE - 1] = sVacuumWaveDescription,
[MOVE_FOCUS_BLAST - 1] = sFocusBlastDescription,
[MOVE_ENERGY_BALL - 1] = sEnergyBallDescription,