Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-31 | pedantic comma format fix | Bryan Bishop | |
2012-12-31 | Merge remote branch 'remotes/prizza/master' | Bryan Bishop | |
Base stats. fixes #50 and #45 | |||
2012-12-31 | pokemon base stats structure + removed junk files | Bryan Bishop | |
2012-12-28 | clean up whitespace | Bryan Bishop | |
2012-12-26 | update address syntax again | Bryan Bishop | |
2012-12-26 | Merge remote branch 'remotes/yenatch/master' | Bryan Bishop | |
Oops, missed a few commits last time. | |||
2012-12-23 | Merge remote branch 'remotes/yenatch/master' | Bryan Bishop | |
fixes #49 | |||
2012-12-23 | add SpecialRoamMons and reformat TypeEffects | padz | |
2012-12-23 | clean up bank 0; time-sensitive fns; add Predef fn | padz | |
comment redone joypad functions + automated input comment some uncommented functions comment known hram addresses try to clean up CalcMagikarpLength label known addresses add time-sensitive functions (rtc, palettes) add Predef and PredefPointers | |||
2012-12-17 | Merge pull request #47 from iimarckus/specialphonecall | Bryan Bishop | |
specialphonecall takes a 16‐bit ID. | |||
2012-12-17 | specialphonecall takes a 16‐bit ID. | IIMarckus | |
2012-12-16 | update gbz80disasm to not use $ff00+$ff syntax | Bryan Bishop | |
2012-12-16 | switch ld syntax from ff00+xx to ffxx | Bryan Bishop | |
s/\([fF][fF]\)00+\$\([A-Za-z0-9]\)\([A-Za-z0-9]\)/\1\2\3/g s/\([fF][fF]\)00+\$\([A-Za-z0-9]\)/\10\2/g | |||
2012-12-14 | expand on battle ram | padz | |
2012-12-14 | make gbz80disasm easier to use externally | padz | |
2012-11-30 | even better preprocessor formatting | Bryan Bishop | |
2012-11-30 | md5 -> hashlib | Bryan Bishop | |
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 | |