Age | Commit message (Collapse) | Author |
|
Eventually gbz80disasm should be split into a separate project, there's
no point in maintaining two versions of gbz80disasm.
|
|
* changed analyze_incbins to recognize generated label addresses
* fixed bank 1D assembly to make blue version build correctly
|
|
Link to kanzures' guidelines for that issue:
https://bitbucket.org/iimarckus/pokered/issue/27/analyze_incbinsscan_for_predifined_labels#comment-2068911
|
|
Not sure, but I suppose that using *args makes the passed list an element
of the args list, thus causing iteration on args to yield the passed
list as an element instead of yielding the single elements of the passed
list. Maybe.
|
|
This feature was removed misunderstanding its actual use: if filename
passed to load_asm() is in defaults the correct current main asm file is
loaded. This saves us from knowing which actually is the current name of
the "main" asm file, because the correct one is chosen automatically
(unless, of course, the passed filename is not in the defaults list.
|
|
This should fix a bug caused by comparing string literals to
directories. It should also be safer, using "os" module to access paths.
|
|
hg-commit-id: cc4f5c666710
|
|
- 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
|
|
hg-commit-id: 3d687a971202
|
|
hg-commit-id: a77dfd566b43
|
|
hg-commit-id: adec8319c54b
|
|
hg-commit-id: f54b2dfb9512
|
|
hg-commit-id: 469315517f04
|
|
hg-commit-id: 3e2f4c7591f4
|
|
hg-commit-id: b131d049ecd3
|
|
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
|
|
hg-commit-id: ea7bf352f66c
|
|
hg-commit-id: e139dfb9a032
|
|
hg-commit-id: dc34a93f0f47
|
|
hg-commit-id: 6748c9773b32
|
|
hg-commit-id: f374e6e126d7
|
|
hg-commit-id: f5fa1a4f052c
|
|
hg-commit-id: e4c007ad1c11
|
|
map_block_dumper is very buggy, so not all labels are included yet.
hg-commit-id: 1880e2dfbf9e
|
|
hg-commit-id: 8638c4221e05
|
|
hg-commit-id: 6c4ccdd3e56a
|
|
hg-commit-id: aec68677b92a
|
|
hg-commit-id: 9eac2d93fe88
|
|
hg-commit-id: 38e1356814c2
|
|
hg-commit-id: 15e2aa3dae32
|