Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-27 | fix header comments in graph.py | Bryan Bishop | |
2013-01-27 | remove a duplication of load_rom and load_asm | Bryan Bishop | |
2013-01-27 | clean up lousy headers in comparator.py | Bryan Bishop | |
2013-01-27 | better import syntax in comparator.py | Bryan Bishop | |
2013-01-27 | better import syntax in crystal.py | Bryan Bishop | |
2013-01-27 | remove extra whitespace in gbz80disasm | Bryan Bishop | |
2013-01-27 | remove 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-27 | allow unicode addresses in RomStr.to_asm | Bryan Bishop | |
2013-01-27 | add character encoding header in gbz80disasm.py | Bryan Bishop | |
2013-01-27 | include character encoding header in romstr.py | Bryan Bishop | |
2013-01-27 | better formatting for romstr imports | Bryan Bishop | |
2013-01-27 | RomStr doesn't need deepcopy | Bryan Bishop | |
2013-01-27 | commentify report_untested | Bryan Bishop | |
2013-01-27 | fix label imports in tests | Bryan Bishop | |
2013-01-27 | fix AsmList import in tests | Bryan Bishop | |
2013-01-27 | fix pksv imports in tests | Bryan Bishop | |
2013-01-27 | fix calculate_pointer in tests | Bryan Bishop | |
2013-01-27 | split out more item_constants stuff | Bryan 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-27 | Merge pull request #94 from yenatch/master | Bryan Bishop | |
Labelface the rst commands. | |||
2013-01-27 | split out tests into a separate file | Bryan Bishop | |
2013-01-25 | give names to some rst commands | yenatch | |
2013-01-25 | fix OverworldMap definition | yenatch | |
2013-01-23 | fix label generator | Bryan Bishop | |
Recently the bank lines were changed to use lowercase characters, breaking the generator for "labels.json". | |||
2013-01-23 | Merge pull request #93 from yenatch/master | Bryan Bishop | |
clean up main.pic animation banks | |||
2013-01-23 | split off animation data chunks into files | yenatch | |
2013-01-23 | rename unown animation pointer files | yenatch | |
2013-01-23 | Merge pull request #92 from yenatch/master | Bryan Bishop | |
parse and dump pic animations | |||
2013-01-23 | include pic animations in main.asm | yenatch | |
2013-01-23 | temporary animation macros | yenatch | |
2013-01-23 | allow labels and includes on the same line | yenatch | |
2013-01-23 | dump pic animations | yenatch | |
2013-01-22 | Merge pull request #91 from yenatch/master | Bryan Bishop | |
Move pics around. | |||
2013-01-22 | update gfx.py to reflect new structure | yenatch | |
2013-01-22 | restructure pic graphics | yenatch | |
2013-01-19 | don't let .gb roms sneak in | Bryan Bishop | |
2013-01-19 | update .gitignore formatting | Bryan Bishop | |
2013-01-16 | Merge pull request #89 from yenatch/master | Bryan Bishop | |
Yep. | |||
2013-01-17 | really fix incbin in bank $2f | yenatch | |
2013-01-16 | fix incbin in bank $2f | Bryan Bishop | |
2013-01-16 | Merge remote branch 'remotes/yenatch/master' | Bryan Bishop | |
fixes #88 | |||
2013-01-16 | Disasm EggStatsScreen and related. Add coord macros. | Sanky | |
2013-01-15 | bank 6c text | yenatch | |
2013-01-15 | clean up python script imports | Bryan Bishop | |
2013-01-15 | remove the Size class (unused) | Bryan Bishop | |
2013-01-15 | split out IntervalMap into a separate file | Bryan Bishop | |
2013-01-15 | pokecenter nurse script | yenatch | |
2013-01-15 | disasm some stats screen related code | Sanky | |
2013-01-14 | Merge pull request #87 from iimarckus/shootbreeze | Bryan Bishop | |
phone call texts and phone call scripts | |||
2013-01-14 | Merge pull request #86 from yenatch/master | Bryan Bishop | |
3jumptext is an ender. | |||
2013-01-14 | Add phone scripts for Mom, Bill, Elm, and unused. | IIMarckus | |