index
:
pokemon-reverse-engineering-tools
master
path-finding
py3-continued
vba-automation
reverse engineering tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pokemontools
/
vba
/
battle.py
Age
Commit message (
Expand
)
Author
2013-11-11
make a class that shows off the handler methods
Bryan Bishop
2013-11-11
handle wild yes/no prompt during battle
Bryan Bishop
2013-11-11
prepare for a wild-based detector
Bryan Bishop
2013-11-11
rename the switch prompt detector
Bryan Bishop
2013-11-11
handle the yes/no prompt in the battle run loop
Bryan Bishop
2013-11-11
add is_switch_prompt to the input poll detector
Bryan Bishop
2013-11-11
update docstrings about the switch prompt
Bryan Bishop
2013-11-11
function to check if it's the yes/no prompt
Bryan Bishop
2013-11-11
detect the "mandatory switch" menu
vba-automation
Bryan Bishop
2013-11-09
draw the menu in skip_until_input_required
Bryan Bishop
2013-11-09
fix a syntax error in battle.py
Bryan Bishop
2013-11-09
even more comments in the battle routines
Bryan Bishop
2013-11-09
add a bunch of docstrings in the battler
Bryan Bishop
2013-11-03
implement more parts of the battler
Bryan Bishop
2013-11-02
fix some hook calls in Battle.run
Bryan Bishop
2013-11-02
simplify the number of battle-related classes
Bryan Bishop
2013-11-02
a basic battle handling framework
Bryan Bishop