aboutsummaryrefslogtreecommitdiffstats
path: root/extras/insert_texts.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make extras/ a submoduleBryan Bishop2013-09-011-891/+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
* use zero-padded values in base statsBryan Bishop2012-01-281-7/+7
| | | | | hg-commit-id: 395f2f7a0015
* move learnsets into the asmBryan Bishop2012-01-271-5/+14
| | | | | 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
* rename common.asm -> main.asmBryan Bishop2012-01-251-1/+1
| | | | | hg-commit-id: adec8319c54b
* The python tools should spit out tabs, not spaces.IIMarckus2012-01-181-1/+1
| | | | | hg-commit-id: fc09f0bbe4b3
* insert many many more textsBryan Bishop2012-01-171-5/+9
| | | | | hg-commit-id: 50dfe24e0bad
* skip some incbins from analyze_texts for 0-size intervalsBryan Bishop2012-01-171-1/+7
| | | | | hg-commit-id: a63d92b4534c
* fix insert_texts for pre-existing TX_FAR target labelsBryan Bishop2012-01-171-5/+20
| | | | | hg-commit-id: b506eecb191a
* fix some offset errors in insert_texts.pyBryan Bishop2012-01-171-2/+20
| | | | | hg-commit-id: b131d049ecd3
* text insertion code for unnamed TX_FARsBryan Bishop2012-01-171-8/+29
| | | | | | | | | | | | | | 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
* insert _VermilionCityText14 machop textBryan Bishop2012-01-141-1/+2
| | | | | hg-commit-id: 22d36f8bc08e
* some map subscript pointer listsBryan Bishop2012-01-131-2/+6
| | | | | hg-commit-id: b36e9b279197
* insert_texts now inserts map script pointer listsBryan Bishop2012-01-131-32/+72
| | | | | hg-commit-id: a63f010e5cdc
* code to insert main scripts and subscriptsBryan Bishop2012-01-131-10/+78
| | | | | hg-commit-id: 807e8743e682
* update insert_texts: $0000 to $3fff don't need banksBryan Bishop2012-01-131-3/+10
| | | | | hg-commit-id: 10327274b8f8
* a very slow tool to find script pointers for each mapBryan Bishop2012-01-131-20/+49
| | | | | hg-commit-id: a61a85fd7577
* insert $8 asm for NameRaterText1Bryan Bishop2012-01-121-2/+2
| | | | | hg-commit-id: dd9f5126d4a5
* insert texts pointer labelsBryan Bishop2012-01-121-3/+4
| | | | | hg-commit-id: 18cc3e2ec33b
* more automation to assist in text insertionBryan Bishop2012-01-111-2/+38
| | | | | hg-commit-id: e631a0e3c275
* a simple tool to insert missing $17s from analyze_textsBryan Bishop2012-01-111-4/+20
| | | | | hg-commit-id: 66d1deca5777
* formatting and commentsBryan Bishop2012-01-111-1/+1
| | | | | hg-commit-id: 4cf41759eaf0
* minor formattingBryan Bishop2012-01-111-1/+1
| | | | | hg-commit-id: b6dfe0dfccd2
* added text_pretty_printer_at to analyze_textsBryan Bishop2012-01-101-7/+9
| | | | | hg-commit-id: 04e647ab44f8
* fix gbz80disasm line repetition bugBryan Bishop2012-01-101-3/+4
| | | | | | | Certain two-byte op codes would be printed twice. hg-commit-id: 8c7650a614b7
* fix gbz80disasm pretty printer for non-08 scriptsBryan Bishop2012-01-101-1/+1
| | | | | hg-commit-id: 6f16741dc45f
* call $3927 -> call AddPokemonToPartyBryan Bishop2012-01-101-1/+1
| | | | | hg-commit-id: a4ec02195797
* insert_asm in insert_texts for function asmBryan Bishop2012-01-101-1/+33
| | | | | hg-commit-id: dc34a93f0f47
* updates to asm injection codeBryan Bishop2012-01-091-3/+11
| | | | | hg-commit-id: 6748c9773b32
* insertion code for $08 text script asmBryan Bishop2012-01-091-1/+80
| | | | | hg-commit-id: 5668ca41238c
* insert labels for map texts pointer listsBryan Bishop2012-01-081-3/+3
| | | | | hg-commit-id: f374e6e126d7
* update to the broken TX_FAR inserterBryan Bishop2012-01-081-2/+4
| | | | | hg-commit-id: f5fa1a4f052c
* script to insert TX_FAR labelsBryan Bishop2012-01-081-3/+194
| | | | | hg-commit-id: 6be98c7af43b
* text analysis and insertion code (TX_FAR targets only)Bryan Bishop2012-01-071-0/+118
hg-commit-id: e4c007ad1c11