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
Age
Commit message (
Expand
)
Author
2013-09-21
set_memory_at -> vba.write_memory_at
Bryan Bishop
2013-09-21
replace one more step() with vba.step()
Bryan Bishop
2013-09-21
use vba.step() instead of step()
Bryan Bishop
2013-09-21
remove the custom press() implementation
Bryan Bishop
2013-09-21
fix up some import lines
Bryan Bishop
2013-09-21
Merge branch 'master' into vba-automation
Bryan Bishop
2013-09-21
Merge pull request #31 from yenatch/map-editor
Bryan Bishop
2013-09-16
Merge pull request #33 from kanzure/dont-always-use-globals
Bryan Bishop
2013-09-16
use try/except on globals.asm for preprocessing
Bryan Bishop
2013-09-16
Merge pull request #32 from kanzure/fix-an-import
Bryan Bishop
2013-09-16
fix how pointers are imported
Bryan Bishop
2013-09-14
barely-working map editor
yenatch
2013-09-12
Merge pull request #30 from kanzure/cleanup-again
Bryan Bishop
2013-09-12
Merge pull request #29 from kanzure/fix-json-gitignore
Bryan Bishop
2013-09-12
Merge pull request #28 from kanzure/config-cleanup
Bryan Bishop
2013-09-12
deglobalize map_internal_ids
Bryan Bishop
2013-09-12
pass around all_movements (not a global)
Bryan Bishop
2013-09-12
run_main -> main
Bryan Bishop
2013-09-12
pretty_print_trainer_id_constants to trainers.py
Bryan Bishop
2013-09-12
one preprocessor macro needs trainer_group_maximum
Bryan Bishop
2013-09-12
knock out some trainer group globals
Bryan Bishop
2013-09-12
convert all_map_headers from a global
Bryan Bishop
2013-09-12
don't use the old header parsing method
Bryan Bishop
2013-09-12
remove globals from some map group parsers
Bryan Bishop
2013-09-12
move old parsers from 'crystal' into crystalparts/
Bryan Bishop
2013-09-12
move find_labels_without_addresses into labels.py
Bryan Bishop
2013-09-12
remove an unused import from integration tests
Bryan Bishop
2013-09-12
don't override the object type/variable
Bryan Bishop
2013-09-12
try to fix old_text_script.py with an import
Bryan Bishop
2013-09-12
split OldTextScript out of crystal.py
Bryan Bishop
2013-09-12
remove a global from how_many_until
Bryan Bishop
2013-09-12
move is_valid_address into addresses.py
Bryan Bishop
2013-09-12
move load_asm2 next to load_asm
Bryan Bishop
2013-09-12
remove global from load_asm2
Bryan Bishop
2013-09-12
allow (some) json files in the repo
Bryan Bishop
2013-09-12
move "import crystal" in labels.py until needed
Bryan Bishop
2013-09-12
move AsmLine into crystalparts/asmline.py
Bryan Bishop
2013-09-12
rename config.py -> configuration.py
Bryan Bishop
2013-09-11
Merge pull request #27 from yenatch/master
Bryan Bishop
2013-09-11
spit GLOBAL defs for labels into globals.asm instead of inline
yenatch
2013-09-11
Merge pull request #25 from kanzure/fix-gbz80disasm-for-pokered
Bryan Bishop
2013-09-11
Merge pull request #26 from kanzure/fix-pokered-paths
Bryan Bishop
2013-09-11
be okay with blank labels in gbz80disasm
Bryan Bishop
2013-09-11
also import os
Bryan Bishop
2013-09-11
fix rom path in another redtool
Bryan Bishop
2013-09-11
update pokered_dir.py to use cwd for path
Bryan Bishop
2013-09-10
Merge pull request #21 from kanzure/vba-automation
Bryan Bishop
2013-09-10
Merge branch 'master' into vba-automation
Bryan Bishop
2013-09-09
Merge pull request #22 from kanzure/ignore-build
Bryan Bishop
2013-09-09
remove the old vba filenames from MANIFEST.in
Bryan Bishop
[next]