Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-03 | decoration names | yenatch | |
2013-09-03 | some asm pointer tables in bank 5f | yenatch | |
2013-09-03 | dump move tutor asm in bank 40 | yenatch | |
2013-09-03 | Merge branch 'master' of github.com:kanzure/pokecrystal | yenatch | |
2013-09-03 | Merge branch 'master' into yenatch-master | Bryan Bishop | |
2013-09-03 | more bank 4 asm | yenatch | |
this stuff looks like it's related to phone call timing | |||
2013-09-03 | even more incbinned asm in bank 4 | yenatch | |
2013-09-03 | disassemble more incbins in bank 4 | yenatch | |
2013-09-03 | the rest of TMHMMoves | yenatch | |
2013-09-03 | more bank 4 functions and CanLearnTMHMMove | yenatch | |
2013-09-03 | GetTMHMMove and renamed TechnicalMachines -> TMHMMoves | yenatch | |
2013-09-02 | update preprocessor to use a class | Bryan Bishop | |
2013-09-02 | formatting in MoveInfoBox and related functions | yenatch | |
2013-09-02 | Sine and Cosine | yenatch | |
2013-09-01 | wram labels for graphics requests | yenatch | |
2013-09-01 | split out tileset headers from main into tilesets/tileset_headers.asm | yenatch | |
2013-09-01 | split tileset palette maps out of main into tilesets/palette_maps.asm | yenatch | |
2013-09-01 | split tileset data out from main into tilesets/ | yenatch | |
2013-09-01 | random 0s in tileset data was actually lz padding | yenatch | |
i guess someone liked their filesizes nice and even? | |||
2013-09-01 | split out blockdata includes from main into maps/ | yenatch | |
2013-09-01 | shorten some overly long music filenames | yenatch | |
2013-09-01 | get rid of the last static address in tileset animation arrays | yenatch | |
2013-09-01 | recomment _AnimateTileset | yenatch | |
2013-09-01 | consistent casing for Tileset labels | yenatch | |
wram labels were using TileSet for some reason | |||
2013-09-01 | rename DoTileAnimation to AnimateTileset | yenatch | |
2013-09-01 | rename graphics request handlers to Serve1bppRequest and Serve2bppRequest | yenatch | |
these had some really dumb names | |||
2013-08-31 | fix PushOAM references in VBlank | yenatch | |
2013-08-31 | recomment tileset animation interface | yenatch | |
2013-08-31 | recomment bg map update functions | yenatch | |
2013-08-31 | bg map width/height constants | yenatch | |
2013-08-31 | bump submodule to v1.2.0 | Bryan Bishop | |
2013-08-31 | Merge branch 'master' into refactor-preprocessor | Bryan Bishop | |
Conflicts: preprocessor.py Also bump the extras submodule to a version of pokemontools with a suitable version of the preprocessor. The changes from 'master' for preprocessor.py have been inserted into pokemontools prior to the submodule bump. | |||
2013-08-31 | Merge pull request #185 from kanzure/preprocessor-performance | Bryan Bishop | |
Preprocessor performance improvements. This recliams 0.4 seconds. | |||
2013-08-31 | Merge pull request #184 from kanzure/preprocessor-macro-sanity-check-function | Bryan Bishop | |
Move macro sanity check into a separate function. | |||
2013-08-31 | give preprocessor.py a main() | Bryan Bishop | |
2013-08-31 | even better performance for read_line | Bryan Bishop | |
2013-08-31 | better read_line performance in preprocessor | Bryan Bishop | |
Jump out of read_line early if the line is an empty string or a newline. | |||
2013-08-31 | reset stdout in prequeue.py near end | Bryan Bishop | |
Other output shouldn't be dumped into items/item_attributes.tx by default. | |||
2013-08-31 | don't call load_pokecrystal_macros 2000 times | Bryan Bishop | |
Also, don't call make_macro_table 2000 times by only calling it once and passing the result. | |||
2013-08-31 | move macro sanity check into separate function | Bryan Bishop | |
This moves out from macro_translator the macro/param length sanity check into a function called check_macro_sanity. | |||
2013-08-31 | Merge pull request #183 from kanzure/preprocessor-macro-function | Bryan Bishop | |
Function to make the preprocessor "macros" list. | |||
2013-08-31 | Merge branch 'master' into preprocessor-macro-function | Bryan Bishop | |
2013-08-31 | Merge pull request #182 from kanzure/preprocessor-asserts | Bryan Bishop | |
Use PreprocessorException instead of AssertionError in preprocessor | |||
2013-08-31 | Merge branch 'master' into preprocessor-asserts | Bryan Bishop | |
2013-08-31 | refactor preprocessor macros into a function | Bryan Bishop | |
Remove the "macros" global and instead use a function to construct a list of macros. | |||
2013-08-31 | Merge pull request #181 from kanzure/remove-globals-from-preprocessor | Bryan Bishop | |
Remove globals from preprocessor. | |||
2013-08-31 | docstring for prequeue.py | Bryan Bishop | |
2013-08-31 | make a MacroException more verbose in preprocessor | Bryan Bishop | |
2013-08-31 | convert a macro_translator assert in preprocessor | Bryan Bishop | |
AssertionError -> PreprocessorException | |||
2013-08-31 | raise MacroException instead of Exception | Bryan Bishop | |
A more specific exception means that error handling can actually work in the future. |