Commit Graph

6 Commits

Author SHA1 Message Date
Bryan Bishop
fff2e9fa4e vba - get text on screen
original-commit-id: 37fac8a71427da5517780739414967273eb011ba
2013-02-28 20:38:11 -06:00
Bryan Bishop
11f07db528 vba - set_registers
original-commit-id: 4941f473a28d6a360b7c013fcd41072149f21b35
2013-02-28 04:33:54 -06:00
Bryan Bishop
cd19630af5 remove code slop
original-commit-id: 9a20ba1d3f8b5680773bc65ed8497d2519ccb421
2013-02-28 04:32:28 -06:00
Bryan Bishop
7facd46627 vba warp function
original-commit-id: a98dcc1745dac35420d8d37d7578123919038485
2013-02-28 04:31:45 -06:00
Bryan Bishop
a6665230c9 various helper functions for the vba interface
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-26 21:49:54 -06:00
Bryan Bishop
5599b59ce4 jython bindings to vba-linux/vba-closure (vba-rr)
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
2013-02-26 02:29:12 -06:00