aboutsummaryrefslogtreecommitdiffstats
path: root/extras/analyze_texts.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-01make extras/ a submoduleBryan Bishop1-716/+0
Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal project.
2012-03-14Remove python shebangs.IIMarckus1-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
2012-01-30remove some small incbinsBryan Bishop1-0/+3
hg-commit-id: 2084c82c52ec
2012-01-19minor touch-ups and missed TX_FARsBryan Bishop1-0/+10
hg-commit-id: 584a09bfde83
2012-01-18fill out some texts in bank $1dBryan Bishop1-1/+21
hg-commit-id: 4f85e12d3d1f
2012-01-18finish bank $22 with textsBryan Bishop1-1/+2
hg-commit-id: 5ad22b1fd1b8
2012-01-18calculate end address in text printer outputBryan Bishop1-1/+1
hg-commit-id: f7ac2a81cf15
2012-01-17fix TX_RAM injector for addresses between $a-$f inclusiveBryan Bishop1-1/+1
hg-commit-id: 82f2343a6d11
2012-01-17skip some incbins from analyze_texts for 0-size intervalsBryan Bishop1-0/+1
hg-commit-id: a63d92b4534c
2012-01-17fix some offset errors in insert_texts.pyBryan Bishop1-1/+2
hg-commit-id: b131d049ecd3
2012-01-17text insertion code for unnamed TX_FARsBryan Bishop1-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
2012-01-17improve text printer, including TX_RAM and TX_NUMBryan Bishop1-23/+92
hg-commit-id: 6ee4e09c729c
2012-01-17analyze_texts - find possible TX_FARsBryan Bishop1-22/+75
hg-commit-id: 3b5f657bd072
2012-01-17TX_RAM for text engine command $1 in pretty_textBryan Bishop1-3/+20
hg-commit-id: e4f95976fef8
2012-01-16analyze_texts now returns an end addressBryan Bishop1-0/+1
hg-commit-id: a8d2da6b569a
2012-01-14insert _VermilionCityText14 machop textBryan Bishop1-0/+1
hg-commit-id: 22d36f8bc08e
2012-01-11more automation to assist in text insertionBryan Bishop1-66/+76
hg-commit-id: e631a0e3c275
2012-01-11calculate usage count for undone textsBryan Bishop1-0/+10
hg-commit-id: d3d02d17f44b
2012-01-11add address output to analyze_texts find missing textsBryan Bishop1-1/+1
hg-commit-id: 1c41e22d7b30
2012-01-11analyze_texts to find missing texts in pokered.asmBryan Bishop1-1/+34
hg-commit-id: 7361a900a8ad
2012-01-10added text_pretty_printer_at to analyze_textsBryan Bishop1-1/+82
hg-commit-id: 04e647ab44f8
2012-01-10update analyze_texts to find missing $08sBryan Bishop1-0/+19
hg-commit-id: 298a5ffd0d98
2012-01-10fix gbz80disasm to optionally load a module in analyze_textsBryan Bishop1-1/+3
hg-commit-id: 0504f841a9d5
2012-01-09insertion code for $08 text script asmBryan Bishop1-2/+5
hg-commit-id: 5668ca41238c
2012-01-07add more text bytes for abbreviationsBryan Bishop1-2/+3
hg-commit-id: 95383d94746e
2012-01-07somewhat buggy TX_FAR pretty printerBryan Bishop1-1/+1
hg-commit-id: 94a023e4e37e
2012-01-06analyze_texts can handle more text commands nowBryan Bishop1-16/+189
hg-commit-id: 29ece1f29096
2012-01-06starting to work with text command $01Bryan Bishop1-10/+27
hg-commit-id: e5bcd78d262b
2012-01-06analyze_text now works with TX_FARBryan Bishop1-16/+73
hg-commit-id: a32cf6cdc6f2
2012-01-06fix pointer calculation in analyze_textsBryan Bishop1-10/+25
hg-commit-id: 13e532bc6ca5
2012-01-06fix some python reserved names and variablesBryan Bishop1-8/+8
hg-commit-id: 712f1522dcc9
2012-01-06a prototype of a script to parse text scriptsBryan Bishop1-0/+118
hg-commit-id: e879fc3b59e3