diff options
Diffstat (limited to 'general/Ref.cpp')
| -rw-r--r-- | general/Ref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/general/Ref.cpp b/general/Ref.cpp index 78a73bfb..4ccda5e4 100644 --- a/general/Ref.cpp +++ b/general/Ref.cpp @@ -35,4 +35,4 @@ const QStringList RelativeStr = QStringList() << "Less" << "Less or Equal" << "E const QStringList StatusStr = QStringList() << "Freeze" << "Paralyze" << "Sleep" << "Poison" << "Toxic Poison" << "Burn" << "Any"; -const QStringList HMStr = QStringList() << "Cut" << "Fly" << "Surf" << "Strength" << "Flash" << "Whirlpool" << "Waterfall" << "Dive" << "Headbutt" << "Rock Smash" << "Defog" << "Rock Climb"; +const QStringList HMStr = QStringList() << "Cut" << "Fly" << "Surf" << "Strength" << "Flash" << "Whirlpool" << "Waterfall" << "Dive" << "Headbutt" << "Rock Smash" << "Defog" << "Rock Climb" << "Heal" << "Escape"; |
