summaryrefslogtreecommitdiff
path: root/pokemontools/vba/battle.py
AgeCommit message (Expand)Author
2013-11-11make a class that shows off the handler methodsBryan Bishop
2013-11-11handle wild yes/no prompt during battleBryan Bishop
2013-11-11prepare for a wild-based detectorBryan Bishop
2013-11-11rename the switch prompt detectorBryan Bishop
2013-11-11handle the yes/no prompt in the battle run loopBryan Bishop
2013-11-11add is_switch_prompt to the input poll detectorBryan Bishop
2013-11-11update docstrings about the switch promptBryan Bishop
2013-11-11function to check if it's the yes/no promptBryan Bishop
2013-11-11detect the "mandatory switch" menuvba-automationBryan Bishop
2013-11-09draw the menu in skip_until_input_requiredBryan Bishop
2013-11-09fix a syntax error in battle.pyBryan Bishop
2013-11-09even more comments in the battle routinesBryan Bishop
2013-11-09add a bunch of docstrings in the battlerBryan Bishop
2013-11-03implement more parts of the battlerBryan Bishop
2013-11-02fix some hook calls in Battle.runBryan Bishop
2013-11-02simplify the number of battle-related classesBryan Bishop
2013-11-02a basic battle handling frameworkBryan Bishop