Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-11 | README 2.0 | Bryan Bishop | |
2013-01-11 | move readme | Bryan Bishop | |
2013-01-10 | Merge pull request #75 from yenatch/master | Bryan Bishop | |
Battle initialization and battle commenting. | |||
2013-01-11 | comment LoadEnemyMon and related fns; add RNG fns | yenatch | |
2013-01-10 | speed up text conversion in preprocessor | Bryan Bishop | |
2013-01-10 | combine multiple calls to sys.stdout.write | Bryan Bishop | |
2013-01-10 | disable macro error checking by default | Bryan Bishop | |
2013-01-10 | make include_file faster in the preprocessor | Bryan Bishop | |
2013-01-10 | disable '; original line' by default | Bryan Bishop | |
2013-01-10 | even faster preprocessor | Bryan Bishop | |
2013-01-10 | make the preprocessor a little faster | Bryan Bishop | |
This reduced the preprocessing time from 8s to 2.7s. | |||
2013-01-10 | saner import syntax in preprocessor | Bryan Bishop | |
2013-01-10 | Merge pull request #74 from yenatch/master | Bryan Bishop | |
Thing to build symfiles. Use with bgb or another debugger. | |||
2013-01-10 | add symfile generation | yenatch | |
2013-01-09 | Merge pull request #57 from yenatch/master | Bryan Bishop | |
clean up pic pointers/incbins | |||
2013-01-09 | Merge pull request #71 from iimarckus/shootbreeze | Bryan Bishop | |
bank $72 | |||
2013-01-08 | Pull out some code related to map names / item descriptions. | IIMarckus | |
2013-01-08 | Add string pointers and coordinates for town map locations. | IIMarckus | |
2013-01-07 | fix pic incbin formatting | yenatch | |
2013-01-07 | bank 5a is a carbon copy of bank 59 | yenatch | |
2013-01-05 | trainer dvs | yenatch | |
2013-01-04 | include all compressed and decompressed graphics | yenatch | |
* frontpics & animation tiles * backpics * trainer pics * attack animation gfx * intro gfx * intro tilemaps * title gfx * tilesets * player backpic * dude backpic * pokegear/town map fixes #33, #34 and #35 | |||
2013-01-02 | Merge pull request #53 from yenatch/master | Bryan Bishop | |
Compressed graphics and gfx.py updates. | |||
2013-01-02 | add original compressed gfx data | yenatch | |
2013-01-02 | allow other files to import gfx.py | yenatch | |
2013-01-01 | clean up wram (excess partymon structs) | yenatch | |
2013-01-01 | make gfx.py more convenient from command line | yenatch | |
2013-01-01 | remove last incbin in bank 3a | yenatch | |
2012-12-31 | Merge pull request #52 from yenatch/master | Bryan Bishop | |
Bank 70 texts. | |||
2012-12-31 | bank 70 (text) | yenatch | |
2012-12-31 | Merge pull request #51 from yenatch/master | Bryan Bishop | |
Image compression/decompression. | |||
2012-12-31 | decompress all known gfx | yenatch | |
2012-12-31 | pedantic whitespace fix | Bryan Bishop | |
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 | |