aboutsummaryrefslogtreecommitdiffstats
path: root/extras (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hotfix: Bump pokemontools so gfx.py doesn't look for a baserom.yenatch2014-04-161-0/+0
|
* Bump pokemontools for png manifest destiny.yenatch2014-04-151-0/+0
| | | | Now the past 10 or so commits actually work.
* bump pokemontools for merging the previous bumpyenatch2014-01-221-0/+0
| | | | this brings pokemontools up to date, including some map editor fixes
* bump pokemontools to play nice with EQUSyenatch2014-01-211-0/+0
|
* incbin killingU-Fish-PC\Daniel2013-12-141-0/+0
|
* bump pokemontools for fixed wram label handlingyenatch2013-12-111-0/+0
|
* bump pokemontools for scan_includes fixyenatch2013-12-081-0/+0
|
* bump pokemontools for global label handlingyenatch2013-12-071-0/+0
|
* bump pokemontools to support makefile changesyenatch2013-12-061-0/+0
|
* Update submoduleU-Fish-PC\Daniel2013-10-131-0/+0
|
* bump and support latest pokemontoolsBryan Bishop2013-09-161-0/+0
|
* bump submodule to get a gbz80disasm fixBryan Bishop2013-09-011-0/+0
|
* make extras/ a submoduleBryan Bishop2013-09-0125-6124/+0
| | | | | Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal project.
* Merge https://bitbucket.org/sanky/pokeredIIMarckus2013-05-131-0/+8
|\ | | | | | | | | Conflicts: main.asm
| * Add generate_sys.py.Sanky2012-12-211-0/+8
| |
* | * added verification (equality test) for blue version buildMr Wint2013-03-121-0/+6
|/ | | | | * changed analyze_incbins to recognize generated label addresses * fixed bank 1D assembly to make blue version build correctly
* Improve error checking in the context of issue #27sawakita2012-10-012-1/+6
| | | | | Link to kanzures' guidelines for that issue: https://bitbucket.org/iimarckus/pokered/issue/27/analyze_incbinsscan_for_predifined_labels#comment-2068911
* Fix param error in load_asm_if_one_exists_in()sawakita2012-10-011-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.
* Restore auto-loading of default "main" asm filesawakita2012-10-011-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.
* Fix pokered_dir extrapolationsawakita2012-10-011-1/+1
| | | | | Without "os.path.abspath" the result was an empty string. Now the absolute path is correctly calculated.
* Make analyze_incbins dirs reference os-independentsawakita2012-09-302-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.
* romvisualizer should delete everything just to be sureBryan Bishop2012-03-161-0/+1
| | | | | hg-commit-id: 354d32230585
* romvisualizer updates for main.asm, common.asm, pokered.asmBryan Bishop2012-03-163-6/+22
| | | | | hg-commit-id: cc4f5c666710
* Remove python shebangs.IIMarckus2012-03-1420-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
* Remove .tbl file. It is too hard to keep this in sync with textpre.awk.IIMarckus2012-02-211-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
* sanky's .tbl fileBryan Bishop2012-02-141-0/+90
| | | | | hg-commit-id: 840a5410c1e3
* remove some small incbinsBryan Bishop2012-01-301-0/+3
| | | | | hg-commit-id: 2084c82c52ec
* tool to sort INCBINs by interval lengthBryan Bishop2012-01-301-0/+18
| | | | | hg-commit-id: 3d687a971202
* extract spritesheets into .2bpp filesBryan Bishop2012-01-291-15/+236
| | | | | hg-commit-id: 294542bfff57
* use zero-padded values in base statsBryan Bishop2012-01-281-7/+7
| | | | | hg-commit-id: 395f2f7a0015
* move learnsets into the asmBryan Bishop2012-01-272-13/+23
| | | | | hg-commit-id: a77dfd566b43
* leave insert_all_base_stats in a usable formBryan Bishop2012-01-271-5/+5
| | | | | hg-commit-id: 40eb54982caa
* insert MewBaseStatsBryan Bishop2012-01-271-4/+4
| | | | | hg-commit-id: 35f5a02b395f
* pokemon base statsBryan Bishop2012-01-271-4/+188
| | | | | hg-commit-id: c849d2eb9f36
* small script to make better trainer header labelsBryan Bishop2012-01-271-0/+83
| | | | | hg-commit-id: 6ef15ef40471
* rename common.asm -> main.asmBryan Bishop2012-01-255-14/+14
| | | | | hg-commit-id: adec8319c54b
* pretty_trainer_headers.py - print out multiple headers simultaneouslyBryan Bishop2012-01-251-3/+13
| | | | | hg-commit-id: 6fb8641fc65b
* trainer headers are 12 bytesBryan Bishop2012-01-241-2/+2
| | | | | hg-commit-id: bac5f2cf5ed3
* update gbz80disasm to find labels betterBryan Bishop2012-01-241-4/+9
| | | | | hg-commit-id: 10be245776b4
* TextEndBattle is only used onceBryan Bishop2012-01-241-1/+1
| | | | | hg-commit-id: c038c49301fc
* some error reporting for trainer headersBryan Bishop2012-01-241-0/+26
| | | | | hg-commit-id: 63846843dfc2
* python for printing trainer headersBryan Bishop2012-01-242-3/+94
| | | | | hg-commit-id: c04285b83047
* gbz80disasm - only use labels when the bank matchesBryan Bishop2012-01-231-1/+2
| | | | | hg-commit-id: caf3eb99db86
* gbz80disasm now prints out known labelsBryan Bishop2012-01-232-24/+58
| | | | | hg-commit-id: f54b2dfb9512
* python to find labels and offsets in analyze_incbinsBryan Bishop2012-01-231-3/+160
| | | | | hg-commit-id: 469315517f04
* $039e -> HandleMidJumpBryan Bishop2012-01-231-0/+1
| | | | | hg-commit-id: f18a7d446304
* remove silly scriptBryan Bishop2012-01-231-9/+0
| | | | | hg-commit-id: 8738e623fe29
* use labels in more commands in gbz80disasmBryan Bishop2012-01-211-2/+2
| | | | | hg-commit-id: b49550d941d7
* replaced $3e2e with GiveItem in some textsBryan Bishop2012-01-211-0/+2
| | | | | hg-commit-id: dda17ec62888
* update gbz80disasm to account for conditional relative forward jumpsBryan Bishop2012-01-201-4/+17
| | | | | hg-commit-id: 86a98b551bf2