summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-23dump pic animationsyenatch
2013-01-22update gfx.py to reflect new structureyenatch
2013-01-22restructure pic graphicsyenatch
2013-01-19don't let .gb roms sneak inBryan Bishop
2013-01-19update .gitignore formattingBryan Bishop
2013-01-16Merge pull request #89 from yenatch/masterBryan Bishop
Yep.
2013-01-17really fix incbin in bank $2fyenatch
2013-01-16fix incbin in bank $2fBryan Bishop
2013-01-16Merge remote branch 'remotes/yenatch/master'Bryan Bishop
fixes #88
2013-01-15bank 6c textyenatch
2013-01-15clean up python script importsBryan Bishop
2013-01-15remove the Size class (unused)Bryan Bishop
2013-01-15split out IntervalMap into a separate fileBryan Bishop
2013-01-15pokecenter nurse scriptyenatch
2013-01-14Merge pull request #87 from iimarckus/shootbreezeBryan Bishop
phone call texts and phone call scripts
2013-01-14Merge pull request #86 from yenatch/masterBryan Bishop
3jumptext is an ender.
2013-01-14Add phone scripts for Mom, Bill, Elm, and unused.IIMarckus
2013-01-14forgot to make 3jumptext an enderyenatch
2013-01-14Merge pull request #85 from yenatch/masterBryan Bishop
More script commands.
2013-01-14add missing script command (3jumptext)yenatch
2013-01-14Merge pull request #84 from yenatch/masterBryan Bishop
make script parsing less terrible
2013-01-14banish script parser output to debugyenatch
2013-01-13Merge pull request #83 from yenatch/masterBryan Bishop
pokerus
2013-01-14script special for pokerus checkyenatch
2013-01-14add pokerus checkyenatch
2013-01-13Merge pull request #81 from iimarckus/simianBryan Bishop
checkmonkey -> checkmoney
2013-01-13Fix typo.IIMarckus
2013-01-13Add lots of phone call texts.IIMarckus
2013-01-12Merge pull request #80 from yenatch/masterBryan Bishop
rgb macro for palettes
2013-01-13make careless use of gfx.py less fatalyenatch
2013-01-13reformat title screen palettesyenatch
2013-01-13implement rgb macro for palettesyenatch
2013-01-12Merge pull request #79 from yenatch/masterBryan Bishop
title screen
2013-01-12disassemble title screen inityenatch
2013-01-11Merge pull request #77 from yenatch/masterBryan Bishop
minor label changes
2013-01-11make some labels saneryenatch
2013-01-11do i really want to endorse mibbit?Bryan Bishop
2013-01-11fix make/make clean line in INSTALL.mdBryan Bishop
2013-01-11README 2.0Bryan Bishop
2013-01-11move readmeBryan Bishop
2013-01-10Merge pull request #75 from yenatch/masterBryan Bishop
Battle initialization and battle commenting.
2013-01-11comment LoadEnemyMon and related fns; add RNG fnsyenatch
2013-01-10speed up text conversion in preprocessorBryan Bishop
2013-01-10combine multiple calls to sys.stdout.writeBryan Bishop
2013-01-10disable macro error checking by defaultBryan Bishop
2013-01-10make include_file faster in the preprocessorBryan Bishop
2013-01-10disable '; original line' by defaultBryan Bishop
2013-01-10even faster preprocessorBryan Bishop
2013-01-10make the preprocessor a little fasterBryan Bishop
This reduced the preprocessing time from 8s to 2.7s.
2013-01-10saner import syntax in preprocessorBryan Bishop