summaryrefslogtreecommitdiff
path: root/extras/crystal.py
AgeCommit message (Collapse)Author
2016-01-27Fix marts using hard-coded bank numberPikalaxALT
2015-08-29Bump extras to fix invocation of gfx.export_2bpp_to_png.yenatch
2015-07-21Bump pokemontools to hotfix changes made in #302.yenatch
Enumerating event flags inadvertently broke gfx.py. This appears to fix it.
2015-06-28Add 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-12bump extras so the build actually works without baserom.gbcyenatch
also fixed some problems with gfx.py: - choking on filenames in graphics conversion - faulty 'repeat' method in the compressor
2014-07-22Bump pokemontools again for "name" event command fixes.yenatch
2014-07-22Bump pokemontools to fix loadwilddata.yenatch
2014-06-04Bump 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-31Bump pokemontools for gfx handling.yenatch
2014-02-06Bump pokemontools for fixed audio dumpsyenatch
2013-12-28bump pokemontools for sound macro changesyenatch
2013-12-27bump pokemontools againyenatch
2013-12-25bump pokemontools for minor changesyenatch
2013-12-23bump pokemontools for map editor fixesyenatch
2013-12-21bump pokemontools for kicksyenatch
- storetext, text_jump, battle animation macros - fixed preprocessor and makefile - rgb macro reading in palettes
2013-11-18bump pokemontools for 1bppyenatch
2013-11-07bump pokemontools feat sound dumpsyenatch
2013-10-01bump extras to use updated script commandsyenatch
2013-09-26bump to latest pokemontools (master)Bryan Bishop
pokemontools v1.4.1-dev-f3fb1f24
2013-09-11bump extras to use globals.asmyenatch
2013-09-10bump submodule againBryan Bishop
2013-09-02update preprocessor to use a classBryan Bishop
2013-08-31bump submodule to v1.2.0Bryan Bishop
2013-08-31Merge branch 'master' into refactor-preprocessorBryan 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-29bump extras to 4c56a6c5Bryan Bishop
Not sure why I am doing this.
2013-08-28move main preprocessor into pokemontoolsBryan Bishop
Only pokecrystal-specific preprocessor stuff lives in preprocessor.py now. The other stuff lives in pokemontools.
2013-08-27bump extras submodule to v1.1.0Bryan Bishop
The extras submodule is provided by pokemon-reverse-engineering-tools v1.1.0 at commit 016f0206b5029fc83a6200be29b0f980c76dfd90.
2013-08-03probably fix the pngs target for makeBryan 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-03reset extras submodule to branch masterBryan Bishop
The eggify branch was a success, so the submodule's upstream changes have been merged in.
2013-08-03update extras submodule on the "organizing" branchBryan Bishop
The eggified version of all of the python stuff will probably not work immediately.
2013-08-03update extras submodule to latest master branchBryan Bishop
2013-08-03Move extras/ into a git submodule.Bryan Bishop
2013-07-12Merge pull request #157 from yenatch/overworldBryan Bishop
overworld loop and movement
2013-07-10crystal: add more movementsyenatch
2013-06-28crystal: wram label findingyenatch
2013-06-28crystal: 2pt script commands are for wramyenatch
2013-06-28crystal: PointerLabelToScriptPointer bank is not reversedyenatch
2013-05-06Merge pull request #126 from yenatch/masterBryan Bishop
map scripts + ai + disabled line ending correction
2013-04-30Fix PointerLabelToScriptPointer classyenatch
used the current address instead of the parsed address
2013-04-27Merge yenatch/master.Bryan Bishop
2013-04-20damagecalc is actually damagestats; itemmultiplier is actually damagecalcyenatch
2013-03-29dump move effectsyenatch
2013-03-21fix docstring formatting everywhereBryan Bishop
2013-03-18Fix unused function parse_map_header_by_idyenatch
'Dunno' exception always fired even if parameters were correct
2013-03-01Script commands 0xb2 and 0xcc don't existyenatch
2013-02-27update automatic main.asm insertionBryan 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-27make to_asm more configurableBryan Bishop
2013-02-27fix parameters for verbosegiveitem2 definitionBryan Bishop
2013-02-27oops, include map_namesBryan Bishop
2013-02-26separate map_names into map_names.pyBryan Bishop