summaryrefslogtreecommitdiff
path: root/pokemontools/vba/vba.py
AgeCommit message (Expand)Author
2013-09-22implement a vba helper func for state loadingBryan Bishop
2013-09-22use self.registers in text_waitBryan Bishop
2013-09-22re-implement save_stateBryan Bishop
2013-09-22make vba.crystal accept configBryan Bishop
2013-09-21move tests into test_vba.pyBryan Bishop
2013-09-21combine some vba testsBryan Bishop
2013-09-21fix a vba.py test (test_PlaceString)Bryan Bishop
2013-09-21switch vba.crystal to have instance methodsBryan Bishop
2013-09-21remove get_memory_rangeBryan Bishop
2013-09-21move call into vba.crystalBryan Bishop
2013-09-21move get_stack into vba.crystalBryan Bishop
2013-09-21pass vba and registers into get_stackBryan Bishop
2013-09-21pass vba and registers into call()Bryan Bishop
2013-09-21pass vba into get_memory_rangeBryan Bishop
2013-09-21fix some memory manipulation to use vba_wrapperBryan Bishop
2013-09-21placeholder for get_memory_rangeBryan Bishop
2013-09-21get_memory_at -> vba.read_memory_atBryan Bishop
2013-09-21set_memory_at -> vba.write_memory_atBryan Bishop
2013-09-21replace one more step() with vba.step()Bryan Bishop
2013-09-21use vba.step() instead of step()Bryan Bishop
2013-09-21remove the custom press() implementationBryan Bishop
2013-09-21fix up some import linesBryan Bishop
2013-09-09remove the Recording junkBryan Bishop
2013-09-09strip out jython garbage from vba.pyBryan Bishop
2013-09-09remove some TODOsBryan Bishop
2013-09-09remove vba_config and just use pokemontools.configBryan Bishop
2013-09-09encoding -> coding in python headersBryan Bishop
2013-09-09remove jython shebangsBryan Bishop
2013-09-09move vba_keyboard.py -> keyboard.pyBryan Bishop
2013-09-08fix some imports in pokemontools/vba/vba.pyBryan Bishop
2013-09-08move vba/ -> pokemontools/vba/Bryan Bishop