index
:
pokemon-reverse-engineering-tools
master
path-finding
py3-continued
vba-automation
reverse engineering tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pokemontools
Age
Commit message (
Expand
)
Author
2013-09-09
some config defaults taken from vba stuff
Bryan Bishop
2013-09-09
remove some TODOs
Bryan Bishop
2013-09-09
remove vba_config and just use pokemontools.config
Bryan Bishop
2013-09-09
encoding -> coding in python headers
Bryan Bishop
2013-09-09
remove jython shebangs
Bryan Bishop
2013-09-09
move vba_keyboard.py -> keyboard.py
Bryan Bishop
2013-09-09
fix path in vba_keyboard.py
Bryan Bishop
2013-09-08
encoding -> coding in header
Bryan Bishop
2013-09-08
split keyboard graph data from the python file
Bryan Bishop
2013-09-08
fix some imports in pokemontools/vba/vba.py
Bryan Bishop
2013-09-08
move vba/ -> pokemontools/vba/
Bryan Bishop
2013-09-07
fix logging import in labels.py
Bryan Bishop
2013-09-02
make gbz80disasm use configuration
Bryan Bishop
2013-09-02
make wram.py use config for paths
Bryan Bishop
2013-09-02
class Preprocessor instead of just functions
Bryan Bishop
2013-09-02
basic config support
Bryan Bishop
2013-09-02
fix "labels" confusion in get_labels_between
Bryan Bishop
2013-09-01
make_wram_labels doesn't need globals now
Bryan Bishop
2013-09-01
move the map_names import to the top
Bryan Bishop
2013-09-01
better ordering of imports in crystal.py
Bryan Bishop
2013-09-01
better docstrings in helpers.py
Bryan Bishop
2013-09-01
minor gbz80disasm formatting
Bryan Bishop
2013-09-01
fix syntax on import gbz80disasm
Bryan Bishop
2013-09-01
make mkdir_p raise a specific exception
Bryan Bishop
2013-09-01
move mkdir_p out of gfx.py and into helpers.py
Bryan Bishop
2013-09-01
import syntax in gfx.py
Bryan Bishop
2013-09-01
docstring for MenuDataPointerParam
Bryan Bishop
2013-09-01
log message for parse_script_asm_at
Bryan Bishop
2013-09-01
move flatten and flattener into helpers
Bryan Bishop
2013-09-01
fix typo in TrainerGroupTable assert message
Bryan Bishop
2013-09-01
use TextScriptException again
Bryan Bishop
2013-09-01
make up TextScriptException to replace two asserts
Bryan Bishop
2013-09-01
use a custom AddressException instead of asserts
Bryan Bishop
2013-09-01
move index and grouper into helpers.py
Bryan Bishop
2013-09-01
improve spacing in Incbin and AsmSection
Bryan Bishop
2013-09-01
fix spacing in get_pokemon_constant_by_id
Bryan Bishop
2013-09-01
fix import item_constants syntax
Bryan Bishop
2013-09-01
fix import wram syntax
Bryan Bishop
2013-09-01
fix import pokemon_constants syntax
Bryan Bishop
2013-09-01
fix import old_parse_scripts
Bryan Bishop
2013-09-01
fix "from trainers import .." syntax
Bryan Bishop
2013-09-01
don't need re
Bryan Bishop
2013-09-01
import interval_map syntax
Bryan Bishop
2013-09-01
"import pointers" instead of "from .. import .."
Bryan Bishop
2013-09-01
import move_constants syntax
Bryan Bishop
2013-09-01
"import romstr" instead of "from romstr import .."
Bryan Bishop
2013-09-01
"import chars" instead of "from chars import .."
Bryan Bishop
2013-09-01
move imports together
Bryan Bishop
2013-09-01
"import pksv" instead of "from pksv import .."
Bryan Bishop
2013-09-01
import labels instead of "from .. import .."
Bryan Bishop
[prev]
[next]