summaryrefslogtreecommitdiffstats
path: root/general/Ref.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-02-01 15:19:37 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-02-01 15:19:37 +0000
commit9cf41b6e6faf6a325baebf65c037a9ac5e12890e (patch)
treebe795760434f7f574135483a4f62ceb33b073c5d /general/Ref.cpp
parent29d664520f09818f4762169c4a13f4cacb4e55aa (diff)
[FIX] CoinList UI now uses a KComboBox instead of a KIntNumInput for value
[FIX] Badge UI now uses KPushButtons instead of a QGraphicsView [FIX] BadgeUI now works [FIX] PokeModr now sends a new error when an Exception got all the way through [DEL] GenericListItem replaced as QListWidgetItem works on its own [ADD] pokemodr now needs to like to kio [ADD] getFace/getBadge methods to Badge [ADD] 2 HMs (Heal and Escape) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@53 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'general/Ref.cpp')
-rw-r--r--general/Ref.cpp2
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";