add character encoding headers to other files
fix headers and imports in labels.py
set character encoding header in interval_map.py
fix header comments in graph.py
remove a duplication of load_rom and load_asm
clean up lousy headers in comparator.py
better import syntax in comparator.py
better import syntax in crystal.py
remove extra whitespace in gbz80disasm
remove a broken, unfinished disassembler (DisAsm)
allow unicode addresses in RomStr.to_asm
add character encoding header in gbz80disasm.py
include character encoding header in romstr.py
better formatting for romstr imports
RomStr doesn't need deepcopy
fix AsmList import in tests
fix calculate_pointer in tests
split out more item_constants stuff
Merge pull request #94 from yenatch/master
split out tests into a separate file
Merge pull request #93 from yenatch/master
split off animation data chunks into files
rename unown animation pointer files
include pic animations in main.asm
allow labels and includes on the same line
Merge pull request #92 from yenatch/master
Merge pull request #91 from yenatch/master
update gfx.py to reflect new structure
don't let .gb roms sneak in
update .gitignore formatting
Merge pull request #89 from yenatch/master
Merge remote branch 'remotes/yenatch/master'
clean up python script imports
remove the Size class (unused)
split out IntervalMap into a separate file
forgot to make 3jumptext an ender
add missing script command (3jumptext)
Merge pull request #87 from iimarckus/shootbreeze
Add phone scripts for Mom, Bill, Elm, and unused.
Merge pull request #86 from yenatch/master
Merge pull request #85 from yenatch/master
banish script parser output to debug
Merge pull request #84 from yenatch/master
script special for pokerus check
Merge pull request #83 from yenatch/master
Merge pull request #81 from iimarckus/simian
make careless use of gfx.py less fatal
implement rgb macro for palettes
Merge pull request #80 from yenatch/master
Merge pull request #79 from yenatch/master
Merge pull request #77 from yenatch/master
do i really want to endorse mibbit?
fix make/make clean line in INSTALL.md
Merge pull request #75 from yenatch/master
comment LoadEnemyMon and related fns; add RNG fns
speed up text conversion in preprocessor
combine multiple calls to sys.stdout.write
disable macro error checking by default
make include_file faster in the preprocessor
disable '; original line' by default
make the preprocessor a little faster
saner import syntax in preprocessor
Merge pull request #74 from yenatch/master
Merge pull request #57 from yenatch/master
Merge pull request #71 from iimarckus/shootbreeze
Pull out some code related to map names / item descriptions.
Add string pointers and coordinates for town map locations.
bank 5a is a carbon copy of bank 59
include all compressed and decompressed graphics
Merge pull request #53 from yenatch/master
add original compressed gfx data
allow other files to import gfx.py
clean up wram (excess partymon structs)
make gfx.py more convenient from command line