aboutsummaryrefslogtreecommitdiffstats
path: root/extras (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix palette on romviz.pyBryan Bishop2012-01-201-3/+4
| | | | | hg-commit-id: 104f640e8a98
* i'm really bad at colorsBryan Bishop2012-01-201-15/+5
| | | | | hg-commit-id: 9a74eed9b5b2
* improvements to romviz.pyBryan Bishop2012-01-201-13/+8
| | | | | hg-commit-id: 7c93000d5ae5
* switch to W_BAGITEM01QTY formatBryan Bishop2012-01-191-2/+2
| | | | | hg-commit-id: 3f55b7cddb38
* simple tool to dump pc item constantsBryan Bishop2012-01-191-0/+9
| | | | | hg-commit-id: 749bc5943ca9
* minor touch-ups and missed TX_FARsBryan Bishop2012-01-191-0/+10
| | | | | hg-commit-id: 584a09bfde83
* fill out some texts in bank $1dBryan Bishop2012-01-181-1/+21
| | | | | hg-commit-id: 4f85e12d3d1f
* finish bank $22 with textsBryan Bishop2012-01-181-1/+2
| | | | | hg-commit-id: 5ad22b1fd1b8
* calculate end address in text printer outputBryan Bishop2012-01-181-1/+1
| | | | | hg-commit-id: f7ac2a81cf15
* update pretty_text to use a default labelBryan Bishop2012-01-181-1/+4
| | | | | hg-commit-id: 9fefdb092622
* The python tools should spit out tabs, not spaces.IIMarckus2012-01-188-8/+8
| | | | | hg-commit-id: fc09f0bbe4b3
* update romvisualizer for common.asmBryan Bishop2012-01-171-3/+3
| | | | | hg-commit-id: 478c951152e4
* insert many many more textsBryan Bishop2012-01-171-5/+9
| | | | | hg-commit-id: 50dfe24e0bad
* analyze_incbins - reject zero interval incbinsBryan Bishop2012-01-171-1/+3
| | | | | hg-commit-id: 3e2f4c7591f4
* fix TX_RAM injector for addresses between $a-$f inclusiveBryan Bishop2012-01-171-1/+1
| | | | | hg-commit-id: 82f2343a6d11
* skip some incbins from analyze_texts for 0-size intervalsBryan Bishop2012-01-172-1/+8
| | | | | hg-commit-id: a63d92b4534c
* fix insert_texts for pre-existing TX_FAR target labelsBryan Bishop2012-01-172-6/+21
| | | | | hg-commit-id: b506eecb191a
* fix some offset errors in insert_texts.pyBryan Bishop2012-01-173-4/+23
| | | | | hg-commit-id: b131d049ecd3
* text insertion code for unnamed TX_FARsBryan Bishop2012-01-173-8/+31
| | | | | | | | | | | | | | These TX_FARs are found in ASM inside INCBIN intervals, and as a consequence do not have good names. Someone will have to review the naming. Note that these texts may or may not be referenced in scripts that will eventually be imported. Some of these are raw texts that could be completely unreferenced, but so far that doesn't look like the case. hg-commit-id: 47239e73071a
* improve text printer, including TX_RAM and TX_NUMBryan Bishop2012-01-171-23/+92
| | | | | hg-commit-id: 6ee4e09c729c
* analyze_texts - find possible TX_FARsBryan Bishop2012-01-171-22/+75
| | | | | hg-commit-id: 3b5f657bd072