Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-27 | various formatting fixes for crystal.py | Bryan Bishop | |
2013-01-27 | replace wildcard import with explicit import | Bryan Bishop | |
2013-01-27 | make gbz80disasm work with python2.6 again | Bryan Bishop | |
There was an incompatible change to the json module api between py26 and py27, causing gbz80disasm to not work with py26. The fix is to simply alias the new loads method to the old read function. A possibly better plan might be to not support py26 at all. | |||
2013-01-27 | remove a duplication of load_rom and load_asm | Bryan Bishop | |
2013-01-27 | better import syntax in crystal.py | Bryan Bishop | |
2013-01-27 | split out more item_constants stuff | Bryan Bishop | |
Some of the item_constants functions are now placed in item_constants.py, and the unit tests now import from that file rather than from crystal.py for those functions. | |||
2013-01-27 | split out tests into a separate file | Bryan Bishop | |
2013-01-23 | fix label generator | Bryan Bishop | |
Recently the bank lines were changed to use lowercase characters, breaking the generator for "labels.json". | |||
2013-01-15 | clean up python script imports | Bryan Bishop | |
2013-01-15 | remove the Size class (unused) | Bryan Bishop | |
2013-01-15 | split out IntervalMap into a separate file | Bryan Bishop | |
2013-01-14 | add missing script command (3jumptext) | yenatch | |
2013-01-14 | banish script parser output to debug | yenatch | |
2012-12-28 | clean up whitespace | Bryan Bishop | |
2012-12-17 | specialphonecall takes a 16‐bit ID. | IIMarckus | |
2012-11-30 | md5 -> hashlib | Bryan Bishop | |
2012-11-30 | move allowed_lengths for music macros out | Bryan Bishop | |
This moves the allowed_lengths setting out of the preprocessor. Special cases should not be hardcoded in the preprocessor. | |||
2012-11-30 | implement music macros; INCLUDE injection in pre | padz | |
2012-10-11 | remove deprecated functions from crystal.py | Bryan Bishop | |
2012-10-01 | clean up comments in extras/crystal.py | Bryan Bishop | |
This fixes the inconsistent comment formatting throughout the file. There should be a space between the comment token and the comment message, otherwise this file is less fun to read. | |||
2012-09-10 | call load_asm in scan_for_predefined_labels | Bryan Bishop | |
2012-07-05 | use decimal output for givepoke in extras/crystal.py | Bryan Bishop | |
2012-06-20 | more de-dependency-looping | Bryan Bishop | |
2012-06-20 | move code around to avoid dependency loops | Bryan Bishop | |
2012-06-02 | make unittest2 error show up in stderr | Bryan Bishop | |
2012-05-29 | fix up AsmSection and line_has_comment_address | Bryan Bishop | |
2012-05-29 | move AsmList into romstr.py too | Bryan Bishop | |
2012-05-29 | move RomStr into a shared file | Bryan Bishop | |
2012-05-28 | use map constants for wildmons sections | Bryan Bishop | |
2012-05-28 | update to_asm on MapHeader to use the BANK macro | Bryan Bishop | |
2012-05-28 | insert all map connections | Bryan Bishop | |
2012-05-27 | don't use any particular formula for strip-destination west/east | Bryan Bishop | |
2012-05-27 | fix typo in strip destination pointer (north) calculations | Bryan Bishop | |
2012-05-27 | do all the connection to_asm output | Bryan Bishop | |
2012-05-27 | asm output for strip pointer formulas | Bryan Bishop | |
2012-05-27 | better formulas for strip_destination and window | Bryan Bishop | |
2012-05-27 | improve formulas for calculating strip_pointer | Bryan Bishop | |
2012-05-27 | better equations for calculating strip_pointer in connections | Bryan Bishop | |
2012-05-26 | some broken code | Bryan Bishop | |
2012-05-26 | east connections? | Bryan Bishop | |
2012-05-26 | fix MainText/PokedexText interaction | Bryan Bishop | |
2012-05-26 | start to parse the connection data | Bryan Bishop | |
2012-05-24 | minor whitespace fix | Bryan Bishop | |
2012-05-23 | fix more height/weight confusion and whitespacing | Bryan Bishop | |
2012-05-24 | Dumped Pokédex data and entries. | Sanky | |
2012-05-23 | fix PokedexText? | Bryan Bishop | |
2012-05-23 | fix PokedexText | Bryan Bishop | |
2012-05-23 | quick fix for PokedexText | Bryan Bishop | |
2012-05-23 | use PokedexText to parse text-script-like text without the first bash command | Bryan Bishop | |
2012-05-22 | Use Pokémon IDs for the “cry” macro. | IIMarckus | |