diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-05-19 03:27:00 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-05-19 03:27:00 +0000 |
| commit | e6bd0fad66fcce1a81d5b61ba6afd856d8f84d67 (patch) | |
| tree | 5a33febc4ec0f5efe270bed38f4c7c451694ead4 /pokemod/ItemEffect.cpp | |
| parent | c0634abfb225376249023faf524f5252f47f5090 (diff) | |
| download | sigen-e6bd0fad66fcce1a81d5b61ba6afd856d8f84d67.tar.gz sigen-e6bd0fad66fcce1a81d5b61ba6afd856d8f84d67.tar.xz sigen-e6bd0fad66fcce1a81d5b61ba6afd856d8f84d67.zip | |
[FIX] general is now merged into pokemod
[FIX] Added ItemEffect widget code
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@153 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/ItemEffect.cpp')
| -rw-r--r-- | pokemod/ItemEffect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemod/ItemEffect.cpp b/pokemod/ItemEffect.cpp index cd9266a3..eed64e62 100644 --- a/pokemod/ItemEffect.cpp +++ b/pokemod/ItemEffect.cpp @@ -22,6 +22,7 @@ #include "Item.h" #include "MapWildList.h" #include "Pokemod.h" +#include "Rules.h" const QStringList ItemEffect::EffectStr = QStringList() << "HP Cure" << "Revive" << "Cure Status" << "Level Boost" << "Stat Boost" << "Flinch" << "Go First" << "Keep Alive" << "Modify Stat (Battle Only)" << "Shield (Battle Only)" << "Run (Battle Only)" << "PP Boost" << "Type Boost" << "PP Restore" << "Experience Share" << "Fishing Rod" << "Repel" << "Escape" << "TM" << "HM" << "Map" << "Ball" << "Itemfinder" << "Bike" << "Scope" << "Coin" << "Coin Case" << "Berry" << "Acorn"; const QStringList ItemEffect::RelativeStr = QStringList() << "Absolute" << "Relative"; |
