summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-20more de-dependency-loopingBryan Bishop
2012-06-20move code around to avoid dependency loopsBryan Bishop
2012-06-19use romstr.py as the new disassemblerBryan Bishop
2012-06-19asm output for the new disassemblerBryan Bishop
2012-06-19implement a formatted-with-labels version of the opcode lineBryan Bishop
2012-06-19remove debug linesBryan Bishop
2012-06-19super duper disassembler fixesBryan Bishop
2012-06-14advance forward when disassembling the romBryan Bishop
2012-06-10broken disassemblerBryan Bishop
2012-06-10Merge pull request #19 from iimarckus/eggmovesBryan Bishop
Add egg moves (from both G/S and Crystal).
2012-06-10Add egg moves (from both G/S and Crystal).IIMarckus
2012-06-10backtracking and labeling for the disassemblerBryan Bishop
2012-06-10somewhat improved disassemblerBryan Bishop
2012-06-07sleepy disassemblingBryan Bishop
2012-06-07more awful code for the new disassemblerBryan Bishop
2012-06-07almost complete new disassembler versionBryan Bishop
2012-06-06more cleaningBryan Bishop
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