From 9cf41b6e6faf6a325baebf65c037a9ac5e12890e Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 1 Feb 2008 15:19:37 +0000 Subject: [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 --- general/Ref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'general/Ref.cpp') 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"; -- cgit