Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-09 | Try again to bump extras | pikalaxalt | |
2015-02-07 | serial/trade/misc | YamaArashi | |
2014-09-19 | Bump submodule | U-Daniel-PC\Daniel | |
python tools now include new red music command names | |||
2014-04-16 | hotfix: Bump pokemontools so gfx.py doesn't look for a baserom. | yenatch | |
2014-04-15 | Bump pokemontools for png manifest destiny. | yenatch | |
Now the past 10 or so commits actually work. | |||
2014-01-22 | bump pokemontools for merging the previous bump | yenatch | |
this brings pokemontools up to date, including some map editor fixes | |||
2014-01-21 | bump pokemontools to play nice with EQUS | yenatch | |
2013-12-14 | incbin killing | U-Fish-PC\Daniel | |
2013-12-11 | bump pokemontools for fixed wram label handling | yenatch | |
2013-12-08 | bump pokemontools for scan_includes fix | yenatch | |
2013-12-07 | bump pokemontools for global label handling | yenatch | |
2013-12-06 | bump pokemontools to support makefile changes | yenatch | |
2013-10-13 | Update submodule | U-Fish-PC\Daniel | |
2013-09-16 | bump and support latest pokemontools | Bryan Bishop | |
2013-09-01 | bump submodule to get a gbz80disasm fix | Bryan Bishop | |
2013-09-01 | make extras/ a submodule | Bryan Bishop | |
Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal project. | |||
2013-05-13 | Merge https://bitbucket.org/sanky/pokered | IIMarckus | |
Conflicts: main.asm | |||
2013-03-12 | * added verification (equality test) for blue version build | Mr Wint | |
* changed analyze_incbins to recognize generated label addresses * fixed bank 1D assembly to make blue version build correctly | |||
2012-12-21 | Add generate_sys.py. | Sanky | |
2012-10-01 | Improve error checking in the context of issue #27 | sawakita | |
Link to kanzures' guidelines for that issue: https://bitbucket.org/iimarckus/pokered/issue/27/analyze_incbinsscan_for_predifined_labels#comment-2068911 | |||
2012-10-01 | Fix param error in load_asm_if_one_exists_in() | sawakita | |
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-01 | Restore auto-loading of default "main" asm file | sawakita | |
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-01 | Fix pokered_dir extrapolation | sawakita | |
Without "os.path.abspath" the result was an empty string. Now the absolute path is correctly calculated. | |||
2012-09-30 | Make analyze_incbins dirs reference os-independent | sawakita | |
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-16 | romvisualizer should delete everything just to be sure | Bryan Bishop | |
hg-commit-id: 354d32230585 | |||
2012-03-16 | romvisualizer updates for main.asm, common.asm, pokered.asm | Bryan Bishop | |
hg-commit-id: cc4f5c666710 | |||
2012-03-14 | Remove python shebangs. | IIMarckus | |
- 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-21 | Remove .tbl file. It is too hard to keep this in sync with textpre.awk. | IIMarckus | |
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-14 | sanky's .tbl file | Bryan Bishop | |
hg-commit-id: 840a5410c1e3 | |||
2012-01-30 | remove some small incbins | Bryan Bishop | |
hg-commit-id: 2084c82c52ec | |||
2012-01-30 | tool to sort INCBINs by interval length | Bryan Bishop | |
hg-commit-id: 3d687a971202 | |||
2012-01-29 | extract spritesheets into .2bpp files | Bryan Bishop | |
hg-commit-id: 294542bfff57 | |||
2012-01-28 | use zero-padded values in base stats | Bryan Bishop | |
hg-commit-id: 395f2f7a0015 | |||
2012-01-27 | move learnsets into the asm | Bryan Bishop | |
hg-commit-id: a77dfd566b43 | |||
2012-01-27 | leave insert_all_base_stats in a usable form | Bryan Bishop | |
hg-commit-id: 40eb54982caa | |||
2012-01-27 | insert MewBaseStats | Bryan Bishop | |
hg-commit-id: 35f5a02b395f | |||
2012-01-27 | pokemon base stats | Bryan Bishop | |
hg-commit-id: c849d2eb9f36 | |||
2012-01-27 | small script to make better trainer header labels | Bryan Bishop | |
hg-commit-id: 6ef15ef40471 | |||
2012-01-25 | rename common.asm -> main.asm | Bryan Bishop | |
hg-commit-id: adec8319c54b | |||
2012-01-25 | pretty_trainer_headers.py - print out multiple headers simultaneously | Bryan Bishop | |
hg-commit-id: 6fb8641fc65b | |||
2012-01-24 | trainer headers are 12 bytes | Bryan Bishop | |
hg-commit-id: bac5f2cf5ed3 | |||
2012-01-24 | update gbz80disasm to find labels better | Bryan Bishop | |
hg-commit-id: 10be245776b4 | |||
2012-01-24 | TextEndBattle is only used once | Bryan Bishop | |
hg-commit-id: c038c49301fc | |||
2012-01-24 | some error reporting for trainer headers | Bryan Bishop | |
hg-commit-id: 63846843dfc2 | |||
2012-01-24 | python for printing trainer headers | Bryan Bishop | |
hg-commit-id: c04285b83047 | |||
2012-01-23 | gbz80disasm - only use labels when the bank matches | Bryan Bishop | |
hg-commit-id: caf3eb99db86 | |||
2012-01-23 | gbz80disasm now prints out known labels | Bryan Bishop | |
hg-commit-id: f54b2dfb9512 | |||
2012-01-23 | python to find labels and offsets in analyze_incbins | Bryan Bishop | |
hg-commit-id: 469315517f04 | |||
2012-01-23 | $039e -> HandleMidJump | Bryan Bishop | |
hg-commit-id: f18a7d446304 | |||
2012-01-23 | remove silly script | Bryan Bishop | |
hg-commit-id: 8738e623fe29 |