summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-27fix header comments in graph.pyBryan Bishop
2013-01-27remove a duplication of load_rom and load_asmBryan Bishop
2013-01-27clean up lousy headers in comparator.pyBryan Bishop
2013-01-27better import syntax in comparator.pyBryan Bishop
2013-01-27better import syntax in crystal.pyBryan Bishop
2013-01-27remove extra whitespace in gbz80disasmBryan Bishop
2013-01-27remove a broken, unfinished disassembler (DisAsm)Bryan Bishop
This removes DisAsm from romstr.py, which was the only reason that gbz80disasm wasn't able to import RomStr from romstr.py. DisAsm was an experimental gbz80 disassembler that was meant to replace gbz80disasm eventually. The goals were to write cleaner code and write more unit tests. But it never worked and the code quality looks close to being the same as gbz80disasm anyway.
2013-01-27allow unicode addresses in RomStr.to_asmBryan Bishop
2013-01-27add character encoding header in gbz80disasm.pyBryan Bishop
2013-01-27include character encoding header in romstr.pyBryan Bishop
2013-01-27better formatting for romstr importsBryan Bishop
2013-01-27RomStr doesn't need deepcopyBryan Bishop
2013-01-27commentify report_untestedBryan Bishop
2013-01-27fix label imports in testsBryan Bishop
2013-01-27fix AsmList import in testsBryan Bishop
2013-01-27fix pksv imports in testsBryan Bishop
2013-01-27fix calculate_pointer in testsBryan Bishop
2013-01-27split out more item_constants stuffBryan Bishop
Some of the item_constants functions are now placed in item_constants.py, and the unit tests now import from that file rather than from crystal.py for those functions.
2013-01-27Merge pull request #94 from yenatch/masterBryan Bishop
Labelface the rst commands.
2013-01-27split out tests into a separate fileBryan Bishop
2013-01-25give names to some rst commandsyenatch
2013-01-25fix OverworldMap definitionyenatch
2013-01-23fix label generatorBryan Bishop
Recently the bank lines were changed to use lowercase characters, breaking the generator for "labels.json".
2013-01-23Merge pull request #93 from yenatch/masterBryan Bishop
clean up main.pic animation banks
2013-01-23split off animation data chunks into filesyenatch
2013-01-23rename unown animation pointer filesyenatch
2013-01-23Merge pull request #92 from yenatch/masterBryan Bishop
parse and dump pic animations
2013-01-23include pic animations in main.asmyenatch
2013-01-23temporary animation macrosyenatch
2013-01-23allow labels and includes on the same lineyenatch
2013-01-23dump pic animationsyenatch
2013-01-22Merge pull request #91 from yenatch/masterBryan Bishop
Move pics around.
2013-01-22update gfx.py to reflect new structureyenatch
2013-01-22restructure pic graphicsyenatch
2013-01-19don't let .gb roms sneak inBryan Bishop
2013-01-19update .gitignore formattingBryan Bishop
2013-01-16Merge pull request #89 from yenatch/masterBryan Bishop
Yep.
2013-01-17really fix incbin in bank $2fyenatch
2013-01-16fix incbin in bank $2fBryan Bishop
2013-01-16Merge remote branch 'remotes/yenatch/master'Bryan Bishop
fixes #88
2013-01-16Disasm EggStatsScreen and related. Add coord macros.Sanky
2013-01-15bank 6c textyenatch
2013-01-15clean up python script importsBryan Bishop
2013-01-15remove the Size class (unused)Bryan Bishop
2013-01-15split out IntervalMap into a separate fileBryan Bishop
2013-01-15pokecenter nurse scriptyenatch
2013-01-15disasm some stats screen related codeSanky
2013-01-14Merge pull request #87 from iimarckus/shootbreezeBryan Bishop
phone call texts and phone call scripts
2013-01-14Merge pull request #86 from yenatch/masterBryan Bishop
3jumptext is an ender.
2013-01-14Add phone scripts for Mom, Bill, Elm, and unused.IIMarckus