summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-04windows-specific make targetsyenatch
compiles properly on windows now
2013-04-04No more install instructions in the readmeyenatch
2013-04-04Updated Windows install instructionsyenatch
Cygwin users should refer to the Linux instructions.
2013-04-01Move-specific effect pointersyenatch
2013-03-31Move effect pointersyenatch
2013-03-30Multiply and Divideyenatch
2013-03-29make chars consistent with preprocessoryenatch
2013-03-29dump move effectsyenatch
2013-03-28Fix parameter spacing in incbinsyenatch
2013-03-28Minor formatting in mainyenatch
2013-03-28sub/status constantsyenatch
2013-03-27All local addresses in bank d have labelsyenatch
2013-03-27Moves that don't make sense are actually effect idsyenatch
2013-03-27More battletextsyenatch
2013-03-27no more incbins in bank dyenatch
2013-03-27Identify more move effect commandsyenatch
2013-03-26Move effect commands dumpyenatch
2013-03-26Give labels to some BattleTextsyenatch
2013-03-26Various battle-related bank0 asm and wram/constantsyenatch
2013-03-22Merge pull request #125 from yenatch/masterBryan Bishop
fishing encounter data
2013-03-22Fishing encounter data and related asmyenatch
2013-03-22various minor additionsyenatch
-battle variable constants -step counters -turn update fns
2013-03-21fix irc instructionsBryan Bishop
2013-03-21fix docstring formatting everywhereBryan Bishop
2013-03-20Merge pull request #124 from yenatch/masterBryan Bishop
hram labels + png make target
2013-03-20Flesh out HRAM labelsyenatch
2013-03-18fix path handling in png make targetyenatch
lz files were being decompressed to the top directory (gfx/)
2013-03-18dump tileset pngs in gfx.pyBryan Bishop
2013-03-17Merge pull request #123 from yenatch/masterBryan Bishop
tilesets
2013-03-18Parse and dump tilesetsyenatch
Metatiles (blocks), palette maps, collision, tile animations
2013-03-18Fix unused function parse_map_header_by_idyenatch
'Dunno' exception always fired even if parameters were correct
2013-03-07Merge pull request #122 from yenatch/masterBryan Bishop
vba config shouldn't need fiddling out of the box
2013-03-07vba - generalize project path in configyenatch
2013-03-07vba - suppress joypad input messageyenatch
2013-03-05vba - record/replay button sequencesBryan Bishop
2013-03-04vba - keyboard input optimizationBryan Bishop
2013-03-03vba - basic cheating infrastructureBryan Bishop
2013-03-02Merge http://github.com/yenatch/pokecrystalSanky
2013-03-01vba - separate configBryan Bishop
2013-03-01vba - run without unit testsBryan Bishop
2013-03-01vba - also install jythonBryan Bishop
2013-03-01vba - improve install instructionsBryan Bishop
2013-03-01include some http ascii from the ROMBryan Bishop
2013-03-01Merge pull request #119 from yenatch/masterBryan Bishop
remove non-existing script commands
2013-03-01Script commands 0xb2 and 0xcc don't existyenatch
2013-03-01Merge pull request #118 from yenatch/masterBryan Bishop
gender check & square root
2013-03-01fix bank handling in vba.callBryan Bishop
2013-03-01vba - example unit testing of romsBryan Bishop
2013-03-01vba - call arbitrary functions from jythonBryan Bishop
2013-02-28vba - fix off-by-one error in registersBryan Bishop