Skip to content

Commit

Permalink
[Update moves_info.h] wrong move names (#4854)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine authored Jun 22, 2024
1 parent 6893d8d commit 8ac739e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/moves_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -15017,7 +15017,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =

[MOVE_FLORAL_HEALING] =
{
.name = HANDLE_EXPANDED_MOVE_NAME("FloralHealng", "Floral Healng"),
.name = HANDLE_EXPANDED_MOVE_NAME("FloralHealng", "Floral Healing"),
.description = COMPOUND_STRING(
"Restores an ally's HP.\n"
"Heals more on grass."),
Expand Down Expand Up @@ -17678,7 +17678,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =

[MOVE_JUNGLE_HEALING] =
{
.name = HANDLE_EXPANDED_MOVE_NAME("JungleHealng", "Jungle Healng"),
.name = HANDLE_EXPANDED_MOVE_NAME("JungleHealng", "Jungle Healing"),
.description = COMPOUND_STRING(
"Heals HP and status of\n"
"itself and allies in battle."),
Expand Down Expand Up @@ -20164,7 +20164,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
},
[MOVE_OCEANIC_OPERETTA] =
{
.name = COMPOUND_STRING("Oceaning Operetta"),
.name = COMPOUND_STRING("Oceanic Operetta"),
.description = sNullDescription,
.effect = EFFECT_HIT,
.power = 195,
Expand Down

0 comments on commit 8ac739e

Please sign in to comment.