Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-30 | make preprocessor includable as a module | Bryan Bishop | |
The preprocessor only runs against stdin when __main__ is activated, instead of always running on stdin. This allows the file to be included in an interactive python session or in other scenarios. | |||
2012-11-30 | update spacing for read_line in preprocessor | Bryan Bishop | |
2012-11-30 | make the include macro check better | Bryan Bishop | |
The include macro is now checked against only the beginning of the line, and comments in the asm file can say "INCLUDE \"" if they need to. In addition, the preprocessor now supports INCLUDE lines that are preceded by a tab character. However, if this included file has multiple lines, the output will not be automatically aligned with the initial tab. This might cause problems with rgbasm. | |||
2012-11-30 | more preprocessor comments | Bryan Bishop | |
2012-11-30 | clean up formatting in preprocessor | 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 | Merge pull request #46 from yenatch/master | Bryan Bishop | |
parse and dump music data | |||
2012-11-30 | get rid of defunct rgbasm macros | padz | |
2012-11-30 | update music ptrs + labels and include music files | padz | |
2012-11-30 | implement music macros; INCLUDE injection in pre | padz | |
2012-11-30 | remove deprecated music files | padz | |
2012-11-30 | parse and dump music data | padz | |
2012-11-24 | Merge pull request #44 from yenatch/master | Bryan Bishop | |
CheckSurfOW | |||
2012-11-24 | add surf checks and related functions | padz | |
2012-11-24 | more wram.asm typos | padz | |
2012-11-23 | fix a typo in wram.asm | padz | |
2012-11-23 | update constants used in scripts and battle engine | padz | |
2012-11-23 | flesh out wram, fix unallocated labels | padz | |
2012-11-19 | Merge pull request #43 from iimarckus/master | Bryan Bishop | |
trades | |||
2012-11-19 | Add trade data. | IIMarckus | |
2012-11-15 | play nice w/ cygwin; undeprecate used command | padz | |
2012-11-03 | Merge pull request #41 from yenatch/master | Bryan Bishop | |
bank 3a and /music | |||
2012-11-03 | move musicdata to files in /music, data removed fn | padz | |
2012-11-03 | disasm bank3a, map audio ram, implement musscripts | padz | |
2012-11-02 | prep for next commit | padz | |
2012-10-25 | Improve labels for Elm’s lab. | IIMarckus | |
2012-10-11 | Merge pull request #40 from yenatch/master | Bryan Bishop | |
start on sound | |||
2012-10-11 | add missing instruction | padz | |
2012-10-11 | start sfx disasm | padz | |
2012-10-11 | remove deprecated functions from crystal.py | Bryan Bishop | |
2012-10-11 | get an address given a label | Bryan Bishop | |
2012-10-09 | add dn macro | padz | |
2012-10-09 | fixed problems with wram.asm, compiles now | padz | |
2012-10-09 | add breeding section to wram | padz | |
2012-10-09 | start work on audio engine | padz | |
2012-10-09 | flesh out bittable2 | padz | |
2012-10-04 | add comment-address for Functiona0a | Bryan Bishop | |
2012-10-01 | Merge pull request #36 from kanzure/comment-cleaning | Bryan Bishop | |
Clean up comments in extras/crystal.py | |||
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-30 | Merge pull request #31 from kanzure/formatting-fixes | Bryan Bishop | |
This cleans up some whitespace that has been accumulating in main.asm lately. | |||
2012-09-30 | convert whitespace to tabs | Bryan Bishop | |
2012-09-30 | clean up whitespace | Bryan Bishop | |
2012-09-26 | Merge pull request #30 from yenatch/master | Bryan Bishop | |
compiles again | |||
2012-09-26 | emergency fix | padz | |
2012-09-23 | fix last commit | padz | |
2012-09-22 | add flag handling, implement dwb | padz | |
2012-09-22 | treemon and assorted minor changes | padz | |
2012-09-20 | Merge pull request #29 from yenatch/master | Bryan Bishop | |
PrintLetterDelay, battle init, minor wram | |||
2012-09-16 | comment last commit | padz | |
2012-09-11 | PrintLetterDelay and some battle init | padz | |