summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2013-03-12* added verification (equality test) for blue version buildMr Wint
* changed analyze_incbins to recognize generated label addresses * fixed bank 1D assembly to make blue version build correctly
2012-10-01Improve error checking in the context of issue #27sawakita
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()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-01Restore auto-loading of default "main" asm filesawakita
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 extrapolationsawakita
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-independentsawakita
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-16romvisualizer should delete everything just to be sureBryan Bishop
hg-commit-id: 354d32230585
2012-03-16romvisualizer updates for main.asm, common.asm, pokered.asmBryan Bishop
hg-commit-id: cc4f5c666710
2012-03-14Remove 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-21Remove .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-14sanky's .tbl fileBryan Bishop
hg-commit-id: 840a5410c1e3
2012-01-30remove some small incbinsBryan Bishop
hg-commit-id: 2084c82c52ec
2012-01-30tool to sort INCBINs by interval lengthBryan Bishop
hg-commit-id: 3d687a971202
2012-01-29extract spritesheets into .2bpp filesBryan Bishop
hg-commit-id: 294542bfff57
2012-01-28use zero-padded values in base statsBryan Bishop
hg-commit-id: 395f2f7a0015
2012-01-27move learnsets into the asmBryan Bishop
hg-commit-id: a77dfd566b43
2012-01-27leave insert_all_base_stats in a usable formBryan Bishop
hg-commit-id: 40eb54982caa
2012-01-27insert MewBaseStatsBryan Bishop
hg-commit-id: 35f5a02b395f
2012-01-27pokemon base statsBryan Bishop
hg-commit-id: c849d2eb9f36
2012-01-27small script to make better trainer header labelsBryan Bishop
hg-commit-id: 6ef15ef40471
2012-01-25rename common.asm -> main.asmBryan Bishop
hg-commit-id: adec8319c54b
2012-01-25pretty_trainer_headers.py - print out multiple headers simultaneouslyBryan Bishop
hg-commit-id: 6fb8641fc65b
2012-01-24trainer headers are 12 bytesBryan Bishop
hg-commit-id: bac5f2cf5ed3
2012-01-24update gbz80disasm to find labels betterBryan Bishop
hg-commit-id: 10be245776b4
2012-01-24TextEndBattle is only used onceBryan Bishop
hg-commit-id: c038c49301fc
2012-01-24some error reporting for trainer headersBryan Bishop
hg-commit-id: 63846843dfc2
2012-01-24python for printing trainer headersBryan Bishop
hg-commit-id: c04285b83047
2012-01-23gbz80disasm - only use labels when the bank matchesBryan Bishop
hg-commit-id: caf3eb99db86
2012-01-23gbz80disasm now prints out known labelsBryan Bishop
hg-commit-id: f54b2dfb9512
2012-01-23python to find labels and offsets in analyze_incbinsBryan Bishop
hg-commit-id: 469315517f04
2012-01-23$039e -> HandleMidJumpBryan Bishop
hg-commit-id: f18a7d446304
2012-01-23remove silly scriptBryan Bishop
hg-commit-id: 8738e623fe29
2012-01-21use labels in more commands in gbz80disasmBryan Bishop
hg-commit-id: b49550d941d7
2012-01-21replaced $3e2e with GiveItem in some textsBryan Bishop
hg-commit-id: dda17ec62888
2012-01-20update gbz80disasm to account for conditional relative forward jumpsBryan Bishop
hg-commit-id: 86a98b551bf2
2012-01-20fix palette on romviz.pyBryan Bishop
hg-commit-id: 104f640e8a98
2012-01-20i'm really bad at colorsBryan Bishop
hg-commit-id: 9a74eed9b5b2
2012-01-20improvements to romviz.pyBryan Bishop
hg-commit-id: 7c93000d5ae5
2012-01-19switch to W_BAGITEM01QTY formatBryan Bishop
hg-commit-id: 3f55b7cddb38
2012-01-19simple tool to dump pc item constantsBryan Bishop
hg-commit-id: 749bc5943ca9
2012-01-19minor touch-ups and missed TX_FARsBryan Bishop
hg-commit-id: 584a09bfde83
2012-01-18fill out some texts in bank $1dBryan Bishop
hg-commit-id: 4f85e12d3d1f
2012-01-18finish bank $22 with textsBryan Bishop
hg-commit-id: 5ad22b1fd1b8
2012-01-18calculate end address in text printer outputBryan Bishop
hg-commit-id: f7ac2a81cf15
2012-01-18update pretty_text to use a default labelBryan Bishop
hg-commit-id: 9fefdb092622
2012-01-18The python tools should spit out tabs, not spaces.IIMarckus
hg-commit-id: fc09f0bbe4b3
2012-01-17update romvisualizer for common.asmBryan Bishop
hg-commit-id: 478c951152e4
2012-01-17insert many many more textsBryan Bishop
hg-commit-id: 50dfe24e0bad
2012-01-17analyze_incbins - reject zero interval incbinsBryan Bishop
hg-commit-id: 3e2f4c7591f4
2012-01-17fix TX_RAM injector for addresses between $a-$f inclusiveBryan Bishop
hg-commit-id: 82f2343a6d11