aboutsummaryrefslogtreecommitdiffstats
path: root/extras (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-08update to the broken TX_FAR inserterBryan Bishop2-2/+5
2012-01-08script to insert TX_FAR labelsBryan Bishop1-3/+194
2012-01-07typo fix for cinnibar -> cinnabarBryan Bishop1-4/+4
2012-01-07text analysis and insertion code (TX_FAR targets only)Bryan Bishop3-10/+160
2012-01-07add more text bytes for abbreviationsBryan Bishop2-7/+29
2012-01-07somewhat buggy TX_FAR pretty printerBryan Bishop2-2/+194
2012-01-06analyze_texts can handle more text commands nowBryan Bishop1-16/+189
2012-01-06starting to work with text command $01Bryan Bishop1-10/+27
2012-01-06analyze_text now works with TX_FARBryan Bishop1-16/+73
2012-01-06fix pointer calculation in analyze_textsBryan Bishop1-10/+25
2012-01-06fix some python reserved names and variablesBryan Bishop2-13/+13
2012-01-06a prototype of a script to parse text scriptsBryan Bishop1-0/+118
2012-01-05a script to insert map object data into pokered.asmBryan Bishop1-0/+83
2012-01-05insert object asmBryan Bishop2-5/+11
2012-01-05use sprite constants in pretty printerBryan Bishop1-6/+14
2012-01-05switch around old amber sprite constantsBryan Bishop1-3/+5
2012-01-05sprite constantsBryan Bishop1-5/+69
2012-01-05sprite_helper finds which maps a sprite appears onBryan Bishop1-0/+115
2012-01-05start using EVENT_DISP in object data outputBryan Bishop1-4/+7
2012-01-05pretty printer for object labels and asmBryan Bishop2-3/+351
2012-01-05tiny update to print out a list of referenced text countsBryan Bishop1-1/+7
2012-01-04extract "referenced texts" from mapsBryan Bishop1-3/+126
2012-01-04text_pointers.py - simple tool to look at text pointersBryan Bishop1-0/+56
2012-01-04add block labels to map headersBryan Bishop2-3/+45
2012-01-04add most of the block labelsBryan Bishop1-8/+23
2012-01-04import lots of block labelsBryan Bishop2-11/+125
2012-01-03fix typos in names in extract_maps.pyBryan Bishop1-4/+4
2012-01-03map_block_dumper - create these .blk filesBryan Bishop1-0/+46
2012-01-03Route11GateUpstairs_h map header asmBryan Bishop1-1/+1
2012-01-03Route11Gate_h map header asmBryan Bishop1-1/+1
2012-01-03analyze_incbins now applies map header asm patchesBryan Bishop1-10/+71
2012-01-03don't print extra comments about connections for zero connectionsBryan Bishop1-3/+6
2012-01-03remove bank id output in pretty_map_headers, it's wrong anywayBryan Bishop1-1/+1
2012-01-03remove debug print lineBryan Bishop1-1/+0
2012-01-03fix final interval in generated incbinsBryan Bishop1-0/+1
2012-01-03analyze_incbins is a tool to generate diffsBryan Bishop1-0/+161
2012-01-03update cinnabar island name in extract_mapsBryan Bishop1-1/+1
2012-01-03remove cardinal booleans in extract_mapsBryan Bishop1-5/+0
2012-01-03fix map names in extract_maps per 4a9db3764c20Bryan Bishop1-2/+2
2012-01-03fix tileset in pretty_map_headers outputBryan Bishop1-1/+1
2012-01-03relative filepath to baserom.gbc in extras/extract_maps.pyBryan Bishop1-1/+1
2012-01-02fix error in map header asm (db -> dw)Bryan Bishop1-1/+1
2012-01-02tool to dump asm for each map headerBryan Bishop1-0/+196
2012-01-02tools/extract_maps.py -> extras/Bryan Bishop1-0/+545
2011-03-16$0 is a valid tile in maps, even though $00 is the terminating byte.IIMarckus1-8/+2
2011-02-19Add redrle, a program to compress and decompress Town Map tilemapsIIMarckus1-0/+134