summaryrefslogtreecommitdiff
path: root/vba.py
AgeCommit message (Collapse)Author
2013-02-28vba - set_registersBryan Bishop
original-commit-id: 4941f473a28d6a360b7c013fcd41072149f21b35
2013-02-28remove code slopBryan Bishop
original-commit-id: 9a20ba1d3f8b5680773bc65ed8497d2519ccb421
2013-02-28vba warp functionBryan Bishop
original-commit-id: a98dcc1745dac35420d8d37d7578123919038485
2013-02-26various helper functions for the vba interfaceBryan Bishop
New vba.py features include: * get_memory_at * get_memory_range * set_memory_at Also, the "crystal" class has a number of specialty helpers: * crystal.walk_through_walls * crystal.get_player_name * crystal.get_map_name * crystal.get_xy * crystal.nstep (which sets memory each step by calling certain * functions, like walk_through_walls) * crystal.is_in_battle * crystal.get_gender original-commit-id: ec098d1a03e28e07c3bbd3174b5f02b713c24b6f
2013-02-26jython bindings to vba-linux/vba-closure (vba-rr)Bryan Bishop
A bunch of functions and tools to run vba-clojure (a fork of vba-rerecording specifically for compiling on Linux, bound to the JVM through JNI). original-commit-id: 12c82550674e1282a987dc0477dd6a34db0bed28