Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-05 | Split pokedex entries off into files | yenatch | |
2013-02-04 | Split evos/attacks off into files | yenatch | |
2013-02-04 | Split move list off into a file | yenatch | |
2013-02-04 | Split pokedex orders off into files | yenatch | |
2013-02-04 | Reformat trainer group data | yenatch | |
2013-02-04 | Add NONE constant | yenatch | |
2013-02-04 | Split trainers off into files | yenatch | |
The base label has been renamed from TrainerGroupHeader to Group. Trainer formatting still needs to be fixed. | |||
2013-02-04 | Split type matchup off into a file | yenatch | |
This sets precedent for including constants in context. | |||
2013-02-04 | Split wild encounters off into files | yenatch | |
2013-02-04 | Split egg moves off into files | yenatch | |
2013-02-04 | Merge pull request #104 from yenatch/master | Bryan Bishop | |
Even more icons. | |||
2013-02-04 | Some more icon asm | yenatch | |
2013-02-04 | Add vram sections to wram, and minor fixes | yenatch | |
2013-02-03 | Merge pull request #103 from yenatch/master | Bryan Bishop | |
Fly / town map. | |||
2013-02-04 | Fly / town map | yenatch | |
2013-02-03 | simplify load_rom in gbz80disasm | Bryan Bishop | |
2013-02-03 | enable labels in gbz80disasm | Bryan Bishop | |
fixes #102 | |||
2013-02-03 | fix git clone instructions | Bryan Bishop | |
2013-02-03 | Merge pull request #101 from Sanky/master | Bryan Bishop | |
Menu icons. | |||
2013-02-03 | Merge https://github.com/kanzure/pokecrystal | Sanky | |
2013-02-03 | Add menu icons. | Sanky | |
2013-02-03 | Merge pull request #98 from Sanky/master | Bryan Bishop | |
Assorted menu code, will probably regret this. | |||
2013-02-02 | Merge pull request #100 from iimarckus/blackout | Bryan Bishop | |
Replace some hardcoded addresses with local labels. | |||
2013-02-02 | Replace some hardcoded addresses with local labels. | IIMarckus | |
2013-02-02 | Merge pull request #99 from iimarckus/blackout | Bryan Bishop | |
Add blackout points / fly location data. | |||
2013-02-02 | Add blackout points / fly location data. | IIMarckus | |
2013-02-02 | Merge https://github.com/kanzure/pokecrystal | Sanky | |
Conflicts: constants.asm extras/crystal.py main.asm | |||
2013-02-02 | Merge pull request #97 from yenatch/master | Bryan Bishop | |
More things in bank 0. | |||
2013-02-02 | Decompression function | yenatch | |
2013-02-02 | VBlank and dependencies | yenatch | |
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-01 | Merge pull request #96 from yenatch/master | Bryan Bishop | |
Japanese credits. | |||
2013-02-01 | Add japanese credits text | yenatch | |
2013-01-31 | Merge pull request #95 from yenatch/master | Bryan Bishop | |
Bank 0 stuff, Uncompressed GFX, Credits | |||
2013-01-31 | Credits | yenatch | |
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-30 | Some more uncompressed gfx | yenatch | |
2013-01-30 | A couple more general functions | yenatch | |
2013-01-27 | README: fix testing instructions | Bryan Bishop | |
2013-01-27 | dump_sections - tool to dump a skeleton asm file | Bryan Bishop | |
2013-01-27 | basic type_constants data | Bryan Bishop | |
2013-01-27 | clean up the preprocessor macro list | Bryan Bishop | |
2013-01-27 | various formatting fixes for crystal.py | Bryan Bishop | |
2013-01-27 | replace wildcard import with explicit import | Bryan Bishop | |
2013-01-27 | add character encoding header in pksv.py | Bryan Bishop | |
2013-01-27 | py26 fix for RomStr.load_labels (json) | Bryan Bishop | |
2013-01-27 | make gbz80disasm work with python2.6 again | Bryan 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-27 | pedantic formatting changes for pointers.py | Bryan Bishop | |
2013-01-27 | add character encoding headers to other files | Bryan Bishop | |
2013-01-27 | fix headers and imports in labels.py | Bryan Bishop | |
2013-01-27 | set character encoding header in interval_map.py | Bryan Bishop | |
2013-01-27 | fix imports in graph.py | Bryan Bishop | |
Although graph.py never used DisAsm, it was still trying to import the deprecated class. Removed. |