Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-27 | Fix marts using hard-coded bank number | PikalaxALT | |
2015-08-29 | Bump extras to fix invocation of gfx.export_2bpp_to_png. | yenatch | |
2015-07-21 | Bump pokemontools to hotfix changes made in #302. | yenatch | |
Enumerating event flags inadvertently broke gfx.py. This appears to fix it. | |||
2015-06-28 | Add a script to convert project-specific graphics. | yenatch | |
This is an alternative to terrible hacks like filename metadata, and might combat submodule bloat. | |||
2015-03-12 | bump extras so the build actually works without baserom.gbc | yenatch | |
also fixed some problems with gfx.py: - choking on filenames in graphics conversion - faulty 'repeat' method in the compressor | |||
2014-07-22 | Bump pokemontools again for "name" event command fixes. | yenatch | |
2014-07-22 | Bump pokemontools to fix loadwilddata. | yenatch | |
2014-06-04 | Bump pokemontools for better compression. | yenatch | |
A goal is to be able to reproduce the original lz data in the repository. In the meantime, make it smaller than before. | |||
2014-03-31 | Bump pokemontools for gfx handling. | yenatch | |
2014-02-06 | Bump pokemontools for fixed audio dumps | yenatch | |
2013-12-28 | bump pokemontools for sound macro changes | yenatch | |
2013-12-27 | bump pokemontools again | yenatch | |
2013-12-25 | bump pokemontools for minor changes | yenatch | |
2013-12-23 | bump pokemontools for map editor fixes | yenatch | |
2013-12-21 | bump pokemontools for kicks | yenatch | |
- storetext, text_jump, battle animation macros - fixed preprocessor and makefile - rgb macro reading in palettes | |||
2013-11-18 | bump pokemontools for 1bpp | yenatch | |
2013-11-07 | bump pokemontools feat sound dumps | yenatch | |
2013-10-01 | bump extras to use updated script commands | yenatch | |
2013-09-26 | bump to latest pokemontools (master) | Bryan Bishop | |
pokemontools v1.4.1-dev-f3fb1f24 | |||
2013-09-11 | bump extras to use globals.asm | yenatch | |
2013-09-10 | bump submodule again | Bryan Bishop | |
2013-09-02 | update preprocessor to use a class | Bryan Bishop | |
2013-08-31 | bump submodule to v1.2.0 | Bryan Bishop | |
2013-08-31 | Merge branch 'master' into refactor-preprocessor | Bryan Bishop | |
Conflicts: preprocessor.py Also bump the extras submodule to a version of pokemontools with a suitable version of the preprocessor. The changes from 'master' for preprocessor.py have been inserted into pokemontools prior to the submodule bump. | |||
2013-08-29 | bump extras to 4c56a6c5 | Bryan Bishop | |
Not sure why I am doing this. | |||
2013-08-28 | move main preprocessor into pokemontools | Bryan Bishop | |
Only pokecrystal-specific preprocessor stuff lives in preprocessor.py now. The other stuff lives in pokemontools. | |||
2013-08-27 | bump extras submodule to v1.1.0 | Bryan Bishop | |
The extras submodule is provided by pokemon-reverse-engineering-tools v1.1.0 at commit 016f0206b5029fc83a6200be29b0f980c76dfd90. | |||
2013-08-03 | probably fix the pngs target for make | Bryan Bishop | |
Update the submodule to a version where gfx.py is able to handle the current paths. Make some other fixes to Makefile to call gfx.py correctly. | |||
2013-08-03 | reset extras submodule to branch master | Bryan Bishop | |
The eggify branch was a success, so the submodule's upstream changes have been merged in. | |||
2013-08-03 | update extras submodule on the "organizing" branch | Bryan Bishop | |
The eggified version of all of the python stuff will probably not work immediately. | |||
2013-08-03 | update extras submodule to latest master branch | Bryan Bishop | |
2013-08-03 | Move extras/ into a git submodule. | Bryan Bishop | |
2013-07-12 | Merge pull request #157 from yenatch/overworld | Bryan Bishop | |
overworld loop and movement | |||
2013-07-10 | crystal: add more movements | yenatch | |
2013-06-28 | crystal: wram label finding | yenatch | |
2013-06-28 | crystal: 2pt script commands are for wram | yenatch | |
2013-06-28 | crystal: PointerLabelToScriptPointer bank is not reversed | yenatch | |
2013-05-06 | Merge pull request #126 from yenatch/master | Bryan Bishop | |
map scripts + ai + disabled line ending correction | |||
2013-04-30 | Fix PointerLabelToScriptPointer class | yenatch | |
used the current address instead of the parsed address | |||
2013-04-27 | Merge yenatch/master. | Bryan Bishop | |
2013-04-20 | damagecalc is actually damagestats; itemmultiplier is actually damagecalc | yenatch | |
2013-03-29 | dump move effects | yenatch | |
2013-03-21 | fix docstring formatting everywhere | Bryan Bishop | |
2013-03-18 | Fix unused function parse_map_header_by_id | yenatch | |
'Dunno' exception always fired even if parameters were correct | |||
2013-03-01 | Script commands 0xb2 and 0xcc don't exist | yenatch | |
2013-02-27 | update automatic main.asm insertion | Bryan Bishop | |
This updates the automatic parsing of main.asm to catch cases of INCBINs pulling in files that end in .asm, .lz, .1bpp, and .2bpp. This is necessary because otherwise the parser tries to figure out the start and end addresses expressed on the INCBIN line, details not present on these types of lines in the asm. Asm and Asm.insert_all are now back in working condition. | |||
2013-02-27 | make to_asm more configurable | Bryan Bishop | |
2013-02-27 | fix parameters for verbosegiveitem2 definition | Bryan Bishop | |
2013-02-27 | oops, include map_names | Bryan Bishop | |
2013-02-26 | separate map_names into map_names.py | Bryan Bishop | |