Merge pull request #2215 from AsparagusEduardo/BE_steamEruption

Fixed Steam Eruption's long name
This commit is contained in:
ghoulslash 2022-07-30 09:06:20 -04:00 committed by GitHub
commit 154c38050a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -594,7 +594,7 @@ const u8 gMoveNames[MOVES_COUNT][MOVE_NAME_LENGTH + 1] =
[MOVE_PLAY_NICE] = _("Play Nice"),
[MOVE_CONFIDE] = _("Confide"),
[MOVE_DIAMOND_STORM] = _("Diamond Storm"),
[MOVE_STEAM_ERUPTION] = _("Steam Erruption"),
[MOVE_STEAM_ERUPTION] = _("Steam Eruption"),
[MOVE_HYPERSPACE_HOLE] = _("Hyprspace Hole"),
[MOVE_WATER_SHURIKEN] = _("Water Shuriken"),
[MOVE_MYSTICAL_FIRE] = _("Mystical Fire"),