summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-06remove more code cruftBryan Bishop
2012-06-06remove some code cruft from gbz80disasmBryan Bishop
2012-06-06get RomStr from romstr.py in gbz80disasmBryan Bishop
2012-06-05more wram varsBryan Bishop
2012-06-05add some events to wram.asmBryan Bishop
2012-06-05battlemon in wram.asmBryan Bishop
2012-06-05add trainer mons to wram.asmBryan Bishop
2012-06-05fix pwd line in INSTALLBryan Bishop
2012-06-02no sudo in cygwin instructionsBryan Bishop
2012-06-02text editors are lame anywayBryan Bishop
2012-06-02minor changesBryan Bishop
2012-06-02fix missing stepBryan Bishop
2012-06-02better installation documentationBryan Bishop
2012-06-02more install notes for ms windows usersBryan Bishop
2012-06-02Adding INSTALL, screw markdownSanky
2012-06-02make unittest2 error show up in stderrBryan Bishop
2012-05-31temporarily disable label-usage (find_label) in gbz80disasmBryan Bishop
2012-05-31find functions based on first few similar bytesBryan Bishop
2012-05-31add in PrintNumber_AdvancePointer and Divide from pokeredBryan Bishop
2012-05-31just adding a label for Multiply (no code)Bryan Bishop
2012-05-31fix spacing in main.asmBryan Bishop
2012-05-31copy in DelayFrames from pokeredBryan Bishop
2012-05-31copy in PrintBCDNumber from pokeredBryan Bishop
2012-05-31copy in PrintBCDDigit from pokeredBryan Bishop
2012-05-30copy in TextBoxBorder from pokeredBryan Bishop
2012-05-30copy in NPlaceChar from pokeredBryan Bishop
2012-05-30for some reason AddNTimes is copied twiceBryan Bishop
2012-05-30copy in CopyDataUntil from pokeredBryan Bishop
2012-05-30copy in ClearScreenArea from pokeredBryan Bishop
2012-05-30minor formatting fix in CountSetBitsBryan Bishop
2012-05-30copy in CountSetBits from pokeredBryan Bishop
2012-05-30copy in StringCmp from pokeredBryan Bishop
2012-05-30fix typo in DisableLCD label nameBryan Bishop
2012-05-30copy in IsInArray from pokeredBryan Bishop
2012-05-30copy in EnableLCD from pokeredBryan Bishop
2012-05-30copy in DelayFrame from pokeredBryan Bishop
2012-05-30copy over CopyData from pokeredBryan Bishop
2012-05-30copy in DisableLCD from pokeredBryan Bishop
2012-05-30use rgbfix to fix the header bytesBryan Bishop
2012-05-30remove $10000 INCBIN bytes from banks $75, $76, $79 and $7aBryan Bishop
2012-05-29add in some shared characters from pokeredBryan Bishop
2012-05-29add IntroFadePalettes from pokeredBryan Bishop
2012-05-29hooray PrintNumber_PrintLeadingZero is also sharedBryan Bishop
2012-05-29IncGradGBPalTable_01 is the same from pokeredBryan Bishop
2012-05-29comparator.py - find shared functions between pokered/pokecrystalBryan Bishop
2012-05-29fix up AsmSection and line_has_comment_addressBryan Bishop
2012-05-29move AsmList into romstr.py tooBryan Bishop
2012-05-29move RomStr into a shared fileBryan Bishop
2012-05-28Merge pull request #15 from yenatch/masterBryan Bishop
add type interaction
2012-05-28add type interactionpadz