Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-26 | various helper functions for the vba interface | Bryan 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-26 | jython 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 |