aboutsummaryrefslogtreecommitdiffstats
path: root/extras (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-10Update toolsCeleste Brault1-0/+0
2018-12-31Remove the 'extras' submodule and include a local gfx.py tool insteadRangi1-0/+0
2018-03-19sfxnote parameter 1 is length, not dutydannye1-0/+0
also bumb submodule
2016-06-09Try again to bump extraspikalaxalt1-0/+0
2016-06-09Rebump extras.yenatch1-0/+0
af6fa345d689844429d20df9a18f6ae298733140 didn't take. I don't know why.
2016-05-30Bump extraspikalaxalt1-0/+0
2016-05-30Update extras with fixed gbz80disasm.pyluckytyphlosion1-0/+0
2016-05-30Update extras, split bank3e into a separate file.luckytyphlosion1-0/+0
2016-05-30Bump extraspikalaxalt1-0/+0
2016-02-17Bump extras so that pypng doesn't need to be installed.yenatch1-0/+0
2016-02-17Bump extras.yenatch1-0/+0
2015-10-24Convert pikachu cries to .wav files, and process .wav files into .pcm files ↵Marcus Huderle1-0/+0
at compile-time. Update pret
2015-02-07serial/trade/miscYamaArashi1-0/+0
2014-09-19Bump submoduleU-Daniel-PC\Daniel1-0/+0
python tools now include new red music command names
2014-04-16hotfix: Bump pokemontools so gfx.py doesn't look for a baserom.yenatch1-0/+0
2014-04-15Bump pokemontools for png manifest destiny.yenatch1-0/+0
Now the past 10 or so commits actually work.
2014-01-22bump pokemontools for merging the previous bumpyenatch1-0/+0
this brings pokemontools up to date, including some map editor fixes
2014-01-21bump pokemontools to play nice with EQUSyenatch1-0/+0
2013-12-14incbin killingU-Fish-PC\Daniel1-0/+0
2013-12-11bump pokemontools for fixed wram label handlingyenatch1-0/+0
2013-12-08bump pokemontools for scan_includes fixyenatch1-0/+0
2013-12-07bump pokemontools for global label handlingyenatch1-0/+0
2013-12-06bump pokemontools to support makefile changesyenatch1-0/+0
2013-10-13Update submoduleU-Fish-PC\Daniel1-0/+0
2013-09-16bump and support latest pokemontoolsBryan Bishop1-0/+0
2013-09-16revert pokemontools to 7aa016fbU-Fish-PC\Daniel1-0/+0
2013-09-11gbz80disasm for pokered fixU-Fish-PC\Daniel1-0/+0
2013-09-01bump submodule to get a gbz80disasm fixBryan Bishop1-0/+0
2013-09-01make extras/ a submoduleBryan Bishop25-6124/+0
Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal project.
2013-06-10allow commas in commentsBryan Bishop1-0/+5
Eventually gbz80disasm should be split into a separate project, there's no point in maintaining two versions of gbz80disasm.
2013-03-12* added verification (equality test) for blue version buildMr Wint1-0/+6
* changed analyze_incbins to recognize generated label addresses * fixed bank 1D assembly to make blue version build correctly
2012-12-21Add generate_sys.py.Sanky1-0/+8
2012-10-01Improve error checking in the context of issue #27sawakita2-1/+6
Link to kanzures' guidelines for that issue: https://bitbucket.org/iimarckus/pokered/issue/27/analyze_incbinsscan_for_predifined_labels#comment-2068911
2012-10-01Fix param error in load_asm_if_one_exists_in()sawakita1-2/+2
Not sure, but I suppose that using *args makes the passed list an element of the args list, thus causing iteration on args to yield the passed list as an element instead of yielding the single elements of the passed list. Maybe.
2012-10-01Restore auto-loading of default "main" asm filesawakita1-3/+21
This feature was removed misunderstanding its actual use: if filename passed to load_asm() is in defaults the correct current main asm file is loaded. This saves us from knowing which actually is the current name of the "main" asm file, because the correct one is chosen automatically (unless, of course, the passed filename is not in the defaults list.
2012-10-01Fix pokered_dir extrapolationsawakita1-1/+1
Without "os.path.abspath" the result was an empty string. Now the absolute path is correctly calculated.
2012-09-30Make analyze_incbins dirs reference os-independentsawakita2-17/+23
This should fix a bug caused by comparing string literals to directories. It should also be safer, using "os" module to access paths.
2012-03-30fix a few things I did wrongxeons1-2/+1
hg-commit-id: 919adffe4381
2012-03-30Forced biking or surfing map handling functionsxeons1-1/+2
hg-commit-id: 7980878962c4
2012-03-16romvisualizer should delete everything just to be sureBryan Bishop1-0/+1
hg-commit-id: 354d32230585
2012-03-16romvisualizer updates for main.asm, common.asm, pokered.asmBryan Bishop3-6/+22
hg-commit-id: cc4f5c666710
2012-03-14Remove python shebangs.IIMarckus20-22/+2
- Not all systems have /usr/bin/python - On those that do, it is not always python 2 - These files aren't marked executable anyway Just use "python whatever.py" via shell instead. hg-commit-id: 09184f4c838d
2012-02-21Remove .tbl file. It is too hard to keep this in sync with textpre.awk.IIMarckus1-90/+0
It would be good to create a program to generate a .tbl file from the same source as the text preprocessor. hg-commit-id: 3d3d4dc1f559
2012-02-14sanky's .tbl fileBryan Bishop1-0/+90
hg-commit-id: 840a5410c1e3
2012-01-30remove some small incbinsBryan Bishop1-0/+3
hg-commit-id: 2084c82c52ec
2012-01-30tool to sort INCBINs by interval lengthBryan Bishop1-0/+18
hg-commit-id: 3d687a971202
2012-01-29extract spritesheets into .2bpp filesBryan Bishop1-15/+236
hg-commit-id: 294542bfff57
2012-01-28use zero-padded values in base statsBryan Bishop1-7/+7
hg-commit-id: 395f2f7a0015
2012-01-27move learnsets into the asmBryan Bishop2-13/+23
hg-commit-id: a77dfd566b43
2012-01-27leave insert_all_base_stats in a usable formBryan Bishop1-5/+5
hg-commit-id: 40eb54982caa