aboutsummaryrefslogtreecommitdiffstats
path: root/extras (follow)
Commit message (Expand)AuthorAgeFilesLines
* romvisualizer should delete everything just to be sureBryan Bishop2012-03-161-0/+1
* romvisualizer updates for main.asm, common.asm, pokered.asmBryan Bishop2012-03-163-6/+22
* Remove python shebangs.IIMarckus2012-03-1420-22/+2
* Remove .tbl file. It is too hard to keep this in sync with textpre.awk.IIMarckus2012-02-211-90/+0
* sanky's .tbl fileBryan Bishop2012-02-141-0/+90
* remove some small incbinsBryan Bishop2012-01-301-0/+3
* tool to sort INCBINs by interval lengthBryan Bishop2012-01-301-0/+18
* extract spritesheets into .2bpp filesBryan Bishop2012-01-291-15/+236
* use zero-padded values in base statsBryan Bishop2012-01-281-7/+7
* move learnsets into the asmBryan Bishop2012-01-272-13/+23
* leave insert_all_base_stats in a usable formBryan Bishop2012-01-271-5/+5
* insert MewBaseStatsBryan Bishop2012-01-271-4/+4
* pokemon base statsBryan Bishop2012-01-271-4/+188
* small script to make better trainer header labelsBryan Bishop2012-01-271-0/+83
* rename common.asm -> main.asmBryan Bishop2012-01-255-14/+14
* pretty_trainer_headers.py - print out multiple headers simultaneouslyBryan Bishop2012-01-251-3/+13
* trainer headers are 12 bytesBryan Bishop2012-01-241-2/+2
* update gbz80disasm to find labels betterBryan Bishop2012-01-241-4/+9
* TextEndBattle is only used onceBryan Bishop2012-01-241-1/+1
* some error reporting for trainer headersBryan Bishop2012-01-241-0/+26
* python for printing trainer headersBryan Bishop2012-01-242-3/+94
* gbz80disasm - only use labels when the bank matchesBryan Bishop2012-01-231-1/+2
* gbz80disasm now prints out known labelsBryan Bishop2012-01-232-24/+58
* python to find labels and offsets in analyze_incbinsBryan Bishop2012-01-231-3/+160
* $039e -> HandleMidJumpBryan Bishop2012-01-231-0/+1
* remove silly scriptBryan Bishop2012-01-231-9/+0
* use labels in more commands in gbz80disasmBryan Bishop2012-01-211-2/+2
* replaced $3e2e with GiveItem in some textsBryan Bishop2012-01-211-0/+2
* update gbz80disasm to account for conditional relative forward jumpsBryan Bishop2012-01-201-4/+17
* fix palette on romviz.pyBryan Bishop2012-01-201-3/+4
* i'm really bad at colorsBryan Bishop2012-01-201-15/+5
* improvements to romviz.pyBryan Bishop2012-01-201-13/+8
* switch to W_BAGITEM01QTY formatBryan Bishop2012-01-191-2/+2
* simple tool to dump pc item constantsBryan Bishop2012-01-191-0/+9
* minor touch-ups and missed TX_FARsBryan Bishop2012-01-191-0/+10
* fill out some texts in bank $1dBryan Bishop2012-01-181-1/+21
* finish bank $22 with textsBryan Bishop2012-01-181-1/+2
* calculate end address in text printer outputBryan Bishop2012-01-181-1/+1
* update pretty_text to use a default labelBryan Bishop2012-01-181-1/+4
* The python tools should spit out tabs, not spaces.IIMarckus2012-01-188-8/+8
* update romvisualizer for common.asmBryan Bishop2012-01-171-3/+3
* insert many many more textsBryan Bishop2012-01-171-5/+9
* analyze_incbins - reject zero interval incbinsBryan Bishop2012-01-171-1/+3
* fix TX_RAM injector for addresses between $a-$f inclusiveBryan Bishop2012-01-171-1/+1
* skip some incbins from analyze_texts for 0-size intervalsBryan Bishop2012-01-172-1/+8
* fix insert_texts for pre-existing TX_FAR target labelsBryan Bishop2012-01-172-6/+21
* fix some offset errors in insert_texts.pyBryan Bishop2012-01-173-4/+23
* text insertion code for unnamed TX_FARsBryan Bishop2012-01-173-8/+31
* improve text printer, including TX_RAM and TX_NUMBryan Bishop2012-01-171-23/+92
* analyze_texts - find possible TX_FARsBryan Bishop2012-01-171-22/+75