summaryrefslogtreecommitdiffstats
path: root/pokemod/Dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Dialog.cpp')
-rw-r--r--pokemod/Dialog.cpp47
1 files changed, 46 insertions, 1 deletions
diff --git a/pokemod/Dialog.cpp b/pokemod/Dialog.cpp
index 9dce1dff..8a01480e 100644
--- a/pokemod/Dialog.cpp
+++ b/pokemod/Dialog.cpp
@@ -51,7 +51,6 @@ void PokeGen::PokeMod::Dialog::Validate(const wxListBox &output)
void PokeGen::PokeMod::Dialog::Validate()
#endif
{
- isValid = true;
LogValidateStart("Dialog", id);
// TODO (Validation#1#): Dialog Validation
LogValidateOver("Dialog", id, isValid);
@@ -98,6 +97,52 @@ PokeGen::PokeMod::String PokeGen::PokeMod::Dialog::GetDialog() const
void PokeGen::PokeMod::Dialog::InsertDialogCommand(const unsigned cmd, const unsigned pos)
{
+ /*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
+ Timer
+ Map Sign
+ Wild Scope
+ Safari
+ Heal Party
+ Refresh
+ Clear
+ Pause
+ New Line
+ Exit
+ Menu*/
// TODO (Ben#1#): Dialog commands
}