diff options
Diffstat (limited to 'pokemod/Dialog.cpp')
| -rw-r--r-- | pokemod/Dialog.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pokemod/Dialog.cpp b/pokemod/Dialog.cpp index ca91e14b..d8353018 100644 --- a/pokemod/Dialog.cpp +++ b/pokemod/Dialog.cpp @@ -20,6 +20,15 @@ // with this program. If not, see <http://www.gnu.org/licenses/>. ///////////////////////////////////////////////////////////////////////////// +#include "Pokemod.h" +#include "Item.h" +#include "ItemEffect.h" +#include "Map.h" +#include "MapEffect.h" +#include "MapTrainer.h" +#include "MapWarp.h" +#include "Move.h" +#include "Species.h" #include "Dialog.h" const char* PokeMod::Dialog::CommandStr[PokeMod::Dialog::End] = {"Flip Flag", "Set Flag", "Unset Flag", "Randomize Flag", "Test Flag", "Dialog", "Yes/No", "Item Shop", "Give Item", "Take Item", "Check Item", "Coin List", "Teach Move", "Delete Move", "Give Pokemon", "Take Pokemon", "Show Pokemon", "View Pokemon", "Give Money", "Take Money", "Move Effect", "Turn Effect", "Check Direction", "Check Roster", "Check Levels", "Check Species", "Check Held Items", "Check Money", "Trade", "Daycare", "Battle", "Badge", "Warp", "Name", "Music", "Sound Effect", "Timer", "Map Sign", "Wild Scope", "Safari", "Heal Party", "Refresh", "Clear", "Pause", "New Line", "Exit", "Menu"}; |
