index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extras
Age
Commit message (
Collapse
)
Author
2012-12-28
clean up whitespace
Bryan Bishop
2012-12-23
Merge remote branch 'remotes/yenatch/master'
Bryan Bishop
fixes #49
2012-12-17
specialphonecall takes a 16‐bit ID.
IIMarckus
2012-12-16
update gbz80disasm to not use $ff00+$ff syntax
Bryan Bishop
2012-12-14
make gbz80disasm easier to use externally
padz
2012-11-30
md5 -> hashlib
Bryan Bishop
2012-11-30
move allowed_lengths for music macros out
Bryan Bishop
This moves the allowed_lengths setting out of the preprocessor. Special cases should not be hardcoded in the preprocessor.
2012-11-30
implement music macros; INCLUDE injection in pre
padz
2012-11-15
play nice w/ cygwin; undeprecate used command
padz
2012-10-11
remove deprecated functions from crystal.py
Bryan Bishop
2012-10-11
get an address given a label
Bryan Bishop
2012-10-01
clean up comments in extras/crystal.py
Bryan Bishop
This fixes the inconsistent comment formatting throughout the file. There should be a space between the comment token and the comment message, otherwise this file is less fun to read.
2012-09-10
generate labels.json automagically in gbz80disasm
Bryan Bishop
2012-09-10
call load_asm in scan_for_predefined_labels
Bryan Bishop
2012-07-08
Merge pull request #22 from iimarckus/decimal1
Bryan Bishop
Decimal1
2012-07-07
Add some functions from Mobile Stadium.
IIMarckus
2012-07-05
use decimal output for givepoke in extras/crystal.py
Bryan Bishop
2012-07-01
use os.path.join instead of cowboying it
Bryan Bishop
2012-07-01
make pokecrystal compatible with python2.6 by default
Bryan Bishop
2012-07-01
use extras/labels.json and not ./labels.json in romstr.py
Bryan Bishop
2012-07-01
better graph-generating routines
Bryan Bishop
2012-07-01
fix romstr for compiling (thanks pasky)
Bryan Bishop
2012-06-21
graph.py - parse pokecrystal into a function graph for d3.js
Bryan Bishop
2012-06-20
continue at relative jumps and fix formatting
Bryan Bishop
2012-06-20
use labels in the disassembler output
Bryan Bishop
2012-06-20
load labels into the new disassembler
Bryan Bishop
2012-06-20
more de-dependency-looping
Bryan Bishop
2012-06-20
move code around to avoid dependency loops
Bryan Bishop
2012-06-19
use romstr.py as the new disassembler
Bryan Bishop
2012-06-19
asm output for the new disassembler
Bryan Bishop
2012-06-19
implement a formatted-with-labels version of the opcode line
Bryan Bishop
2012-06-19
remove debug lines
Bryan Bishop
2012-06-19
super duper disassembler fixes
Bryan Bishop
2012-06-14
advance forward when disassembling the rom
Bryan Bishop
2012-06-10
broken disassembler
Bryan Bishop
2012-06-10
backtracking and labeling for the disassembler
Bryan Bishop
2012-06-10
somewhat improved disassembler
Bryan Bishop
2012-06-07
sleepy disassembling
Bryan Bishop
2012-06-07
more awful code for the new disassembler
Bryan Bishop
2012-06-07
almost complete new disassembler version
Bryan Bishop
2012-06-06
more cleaning
Bryan Bishop
2012-06-06
remove more code cruft
Bryan Bishop
2012-06-06
remove some code cruft from gbz80disasm
Bryan Bishop
2012-06-06
get RomStr from romstr.py in gbz80disasm
Bryan Bishop
2012-06-02
make unittest2 error show up in stderr
Bryan Bishop
2012-05-31
temporarily disable label-usage (find_label) in gbz80disasm
Bryan Bishop
2012-05-31
find functions based on first few similar bytes
Bryan Bishop
2012-05-29
hooray PrintNumber_PrintLeadingZero is also shared
Bryan Bishop
2012-05-29
comparator.py - find shared functions between pokered/pokecrystal
Bryan Bishop
2012-05-29
fix up AsmSection and line_has_comment_address
Bryan Bishop
[next]