summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-02Merge pull request #99 from iimarckus/blackoutBryan Bishop
Add blackout points / fly location data.
2013-02-02Add blackout points / fly location data.IIMarckus
2013-02-02Merge https://github.com/kanzure/pokecrystalSanky
Conflicts: constants.asm extras/crystal.py main.asm
2013-02-02Merge pull request #97 from yenatch/masterBryan Bishop
More things in bank 0.
2013-02-02Decompression functionyenatch
2013-02-02VBlank and dependenciesyenatch
VBlank has seven different modes. The one that sees the most use is mode 0, which performs all basic display and audio functions. The purpose of the others is unknown. VBlank relies on the following functions: -joypad -cgb palette update -dmg -> cgb pal conversion -bg map update -vram tile update -tile animations -serial request -game timer Tile animation is large enough to warrant its own commit.
2013-02-01Merge pull request #96 from yenatch/masterBryan Bishop
Japanese credits.
2013-02-01Add japanese credits textyenatch
2013-01-31Merge pull request #95 from yenatch/masterBryan Bishop
Bank 0 stuff, Uncompressed GFX, Credits
2013-01-31Creditsyenatch
Just the strings for now. These are probably pointed to from elsewhere. There is an unused/dummied string at line 90029 ("????????@"). Could someone have been removed from the credits?
2013-01-30Some more uncompressed gfxyenatch
2013-01-30A couple more general functionsyenatch
2013-01-27README: fix testing instructionsBryan Bishop
2013-01-27dump_sections - tool to dump a skeleton asm fileBryan Bishop
2013-01-27basic type_constants dataBryan Bishop
2013-01-27clean up the preprocessor macro listBryan Bishop
2013-01-27various formatting fixes for crystal.pyBryan Bishop
2013-01-27replace wildcard import with explicit importBryan Bishop
2013-01-27add character encoding header in pksv.pyBryan Bishop
2013-01-27py26 fix for RomStr.load_labels (json)Bryan Bishop
2013-01-27make gbz80disasm work with python2.6 againBryan Bishop
There was an incompatible change to the json module api between py26 and py27, causing gbz80disasm to not work with py26. The fix is to simply alias the new loads method to the old read function. A possibly better plan might be to not support py26 at all.
2013-01-27pedantic formatting changes for pointers.pyBryan Bishop
2013-01-27add character encoding headers to other filesBryan Bishop
2013-01-27fix headers and imports in labels.pyBryan Bishop
2013-01-27set character encoding header in interval_map.pyBryan Bishop
2013-01-27fix imports in graph.pyBryan Bishop
Although graph.py never used DisAsm, it was still trying to import the deprecated class. Removed.
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