pokemon-reverse-engineering-tools/pokemontools/gbz80disasm.py, branch py3-continued reverse engineering tools Fix most Python 3 compat issues with futurize --stage1 2016-08-24T22:43:15+00:00 Eevee (Lexy Munroe) eevee.git@veekun.com 2016-08-24T22:43:15+00:00 a64657988a50522885618998e7f14168c299a19b

Variable typo 2016-05-30T23:59:25+00:00 luckytyphlosion alan.rj.huang@gmail.com 2016-05-30T23:59:25+00:00 f286f17bde37d0469b1e0203cc45cc69cea4a4c0

Comment gbz80disasm.py 2016-05-28T23:07:00+00:00 luckytyphlosion alan.rj.huang@gmail.com 2016-05-28T23:07:00+00:00 6d983352cb21708b871d403d4a095342ecd55a4a

Heavily rework gbz80disasm.py 2016-05-28T22:08:43+00:00 luckytyphlosion alan.rj.huang@gmail.com 2016-05-28T22:08:43+00:00 39fc0a33cec805a69e2c5343aef19669481b870c

Remove broken dependencies from gbz80disasm.py. 2016-05-23T20:20:28+00:00 yenatch yenatch@gmail.com 2016-05-23T20:20:28+00:00 1ec1ca10d2bc750a3d7c6b736d8d3a6a7e9b8754 gbz80disasm now reads baserom.sym (optional) and gbhw.asm (optional).
gbz80disasm now reads baserom.sym (optional) and gbhw.asm (optional).
rename config.py -> configuration.py 2013-09-12T05:34:43+00:00 Bryan Bishop kanzure@gmail.com 2013-09-12T05:34:43+00:00 a4849db2658a14deebb6620fac50e9d8e9f8a0ad This should help cut down on the confusion between the "config" module and the "config" variable that everyone likes to use. The config variable should refer to an instance of Config, whereas before it was being shared as both the name of the module and the name of an instance. "configuration" is always the module. "config" should always be a Config instance. TODO: avoid passing around a Config instance everywhere.
This should help cut down on the confusion between the "config" module
and the "config" variable that everyone likes to use. The config
variable should refer to an instance of Config, whereas before it was
being shared as both the name of the module and the name of an instance.

"configuration" is always the module. "config" should always be a Config
instance.

TODO: avoid passing around a Config instance everywhere.
be okay with blank labels in gbz80disasm 2013-09-11T19:23:11+00:00 Bryan Bishop kanzure@gmail.com 2013-09-11T19:23:11+00:00 f220d59d4aa7f11555c27d972a831d49f680406b For whatever reason, this makes gbz80disasm work with pokered.
For whatever reason, this makes gbz80disasm work with pokered.
make gbz80disasm use configuration 2013-09-02T18:25:49+00:00 Bryan Bishop kanzure@gmail.com 2013-09-02T18:25:49+00:00 37441a35b13f3421ba0c0f234e2ee4bbc5db4b63 gbz80disasm now uses configuration to determine which files to load before disassembling a chunk of bytes.
gbz80disasm now uses configuration to determine which files to load
before disassembling a chunk of bytes.
make wram.py use config for paths 2013-09-02T17:33:03+00:00 Bryan Bishop kanzure@gmail.com 2013-09-02T17:24:39+00:00 5b02c020f4784ba570f7da73a9835f5e984b8a90 The WRAMProcessor class handles reading all constants and labels, which are then used in gbz80disasm.
The WRAMProcessor class handles reading all constants and labels, which
are then used in gbz80disasm.
minor gbz80disasm formatting 2013-09-01T21:10:32+00:00 Bryan Bishop kanzure@gmail.com 2013-09-01T21:10:26+00:00 24c5bdfd8335fa1819b22a391bb642b78288ff0f