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
Age
Commit message (
Expand
)
Author
2013-10-12
improve some VBA-related docstrings
Bryan Bishop
2013-10-12
call super __init__() in SpeedRunner
Bryan Bishop
2013-10-12
use get_enemy_hp instead of a custom check
Bryan Bishop
2013-10-12
oops, made a mistake in get_enemy_hp
Bryan Bishop
2013-10-12
write get_enemy_hp to calculate current hp
Bryan Bishop
2013-09-26
grind to a higher level
Bryan Bishop
2013-09-22
use explicit skips in vba autoplayer
Bryan Bishop
2013-09-22
basic level-up stats screen detection
Bryan Bishop
2013-09-22
go heal if level reached the target
Bryan Bishop
2013-09-22
pause a few frames before typing on a keyboard
Bryan Bishop
2013-09-22
make skippable decorator not always save state
Bryan Bishop
2013-09-22
only heal if HP is low or move1 PP is low
Bryan Bishop
2013-09-22
better IsInBattle detection for level grinding
Bryan Bishop
2013-09-22
fix some func calls in the auto level grinder
Bryan Bishop
2013-09-22
get rid of a text_wait when talking to Elm
Bryan Bishop
2013-09-22
fix cyndaquil selection in Elm's Lab
Bryan Bishop
2013-09-22
make SpeedRunner.setup use the right config ref
Bryan Bishop
2013-09-22
weird, why was there no shutdown command?
Bryan Bishop
2013-09-22
save_state_path is only on self.config
Bryan Bishop
2013-09-22
load_state was called on the wrong object
Bryan Bishop
2013-09-22
implement a vba helper func for state loading
Bryan Bishop
2013-09-22
fix skippable decorator emulator state setter
Bryan Bishop
2013-09-22
use self.registers in text_wait
Bryan Bishop
2013-09-22
fix how autoplayer calls hold/press on buttons
Bryan Bishop
2013-09-22
re-implement save_state
Bryan Bishop
2013-09-22
make vba.crystal accept config
Bryan Bishop
2013-09-22
make the skippable decorator use config
Bryan Bishop
2013-09-21
make the vba autoplayer use the new methods
Bryan Bishop
2013-09-21
move tests into test_vba.py
Bryan Bishop
2013-09-21
combine some vba tests
Bryan Bishop
2013-09-21
fix a vba.py test (test_PlaceString)
Bryan Bishop
2013-09-21
switch vba.crystal to have instance methods
Bryan Bishop
2013-09-21
remove get_memory_range
Bryan Bishop
2013-09-21
move call into vba.crystal
Bryan Bishop
2013-09-21
move get_stack into vba.crystal
Bryan Bishop
2013-09-21
pass vba and registers into get_stack
Bryan Bishop
2013-09-21
pass vba and registers into call()
Bryan Bishop
2013-09-21
pass vba into get_memory_range
Bryan Bishop
2013-09-21
fix some memory manipulation to use vba_wrapper
Bryan Bishop
2013-09-21
placeholder for get_memory_range
Bryan Bishop
2013-09-21
get_memory_at -> vba.read_memory_at
Bryan Bishop
2013-09-21
set_memory_at -> vba.write_memory_at
Bryan Bishop
2013-09-21
replace one more step() with vba.step()
Bryan Bishop
2013-09-21
use vba.step() instead of step()
Bryan Bishop
2013-09-21
remove the custom press() implementation
Bryan Bishop
2013-09-21
fix up some import lines
Bryan Bishop
2013-09-09
remove the Recording junk
Bryan Bishop
2013-09-09
vba_autoplayer.py -> autoplayer.py
Bryan Bishop
2013-09-09
strip out jython garbage from vba.py
Bryan Bishop
2013-09-09
fix keyboard.data path in keyboard.py
Bryan Bishop
[next]