Age | Commit message (Collapse) | Author |
|
original-commit-id: 4941f473a28d6a360b7c013fcd41072149f21b35
|
|
original-commit-id: 9a20ba1d3f8b5680773bc65ed8497d2519ccb421
|
|
original-commit-id: a98dcc1745dac35420d8d37d7578123919038485
|
|
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
|
|
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
|