aboutsummaryrefslogtreecommitdiffstats
path: root/extras/analyze_texts.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make extras/ a submoduleBryan Bishop2013-09-011-716/+0
| | | | | Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal project.
* Remove python shebangs.IIMarckus2012-03-141-1/+0
| | | | | | | | | | | - 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 some small incbinsBryan Bishop2012-01-301-0/+3
| | | | | hg-commit-id: 2084c82c52ec
* 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
* 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-171-0/+1
| | | | | hg-commit-id: a63d92b4534c
* fix some offset errors in insert_texts.pyBryan Bishop2012-01-171-1/+2
| | | | | hg-commit-id: b131d049ecd3
* text insertion code for unnamed TX_FARsBryan Bishop2012-01-171-0/+1
| | | | | | | | | | | | | | 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
* TX_RAM for text engine command $1 in pretty_textBryan Bishop2012-01-171-3/+20
| | | | | hg-commit-id: e4f95976fef8
* analyze_texts now returns an end addressBryan Bishop2012-01-161-0/+1
| | | | | hg-commit-id: a8d2da6b569a
* insert _VermilionCityText14 machop textBryan Bishop2012-01-141-0/+1
| | | | | hg-commit-id: 22d36f8bc08e
* more automation to assist in text insertionBryan Bishop2012-01-111-66/+76
| | | | | hg-commit-id: e631a0e3c275
* calculate usage count for undone textsBryan Bishop2012-01-111-0/+10
| | | | | hg-commit-id: d3d02d17f44b
* add address output to analyze_texts find missing textsBryan Bishop2012-01-111-1/+1
| | | | | hg-commit-id: 1c41e22d7b30
* analyze_texts to find missing texts in pokered.asmBryan Bishop2012-01-111-1/+34
| | | | | hg-commit-id: 7361a900a8ad
* added text_pretty_printer_at to analyze_textsBryan Bishop2012-01-101-1/+82
| | | | | hg-commit-id: 04e647ab44f8
* update analyze_texts to find missing $08sBryan Bishop2012-01-101-0/+19
| | | | | hg-commit-id: 298a5ffd0d98
* fix gbz80disasm to optionally load a module in analyze_textsBryan Bishop2012-01-101-1/+3
| | | | | hg-commit-id: 0504f841a9d5
* insertion code for $08 text script asmBryan Bishop2012-01-091-2/+5
| | | | | hg-commit-id: 5668ca41238c
* add more text bytes for abbreviationsBryan Bishop2012-01-071-2/+3
| | | | | hg-commit-id: 95383d94746e
* somewhat buggy TX_FAR pretty printerBryan Bishop2012-01-071-1/+1
| | | | | hg-commit-id: 94a023e4e37e
* analyze_texts can handle more text commands nowBryan Bishop2012-01-061-16/+189
| | | | | hg-commit-id: 29ece1f29096
* starting to work with text command $01Bryan Bishop2012-01-061-10/+27
| | | | | hg-commit-id: e5bcd78d262b
* analyze_text now works with TX_FARBryan Bishop2012-01-061-16/+73
| | | | | hg-commit-id: a32cf6cdc6f2
* fix pointer calculation in analyze_textsBryan Bishop2012-01-061-10/+25
| | | | | hg-commit-id: 13e532bc6ca5
* fix some python reserved names and variablesBryan Bishop2012-01-061-8/+8
| | | | | hg-commit-id: 712f1522dcc9
* a prototype of a script to parse text scriptsBryan Bishop2012-01-061-0/+118
hg-commit-id: e879fc3b59e3