summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-01fix romstr for compiling (thanks pasky)Bryan Bishop
2012-06-21graph.py - parse pokecrystal into a function graph for d3.jsBryan Bishop
2012-06-20continue at relative jumps and fix formattingBryan Bishop
2012-06-20use labels in the disassembler outputBryan Bishop
2012-06-20load labels into the new disassemblerBryan Bishop
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-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-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-29hooray PrintNumber_PrintLeadingZero is also sharedBryan 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-28use map constants for wildmons sectionsBryan Bishop
2012-05-28update to_asm on MapHeader to use the BANK macroBryan Bishop
2012-05-28insert all map connectionsBryan Bishop
2012-05-27don't use any particular formula for strip-destination west/eastBryan Bishop
2012-05-27fix typo in strip destination pointer (north) calculationsBryan Bishop
2012-05-27do all the connection to_asm outputBryan Bishop
2012-05-27asm output for strip pointer formulasBryan Bishop
2012-05-27better formulas for strip_destination and windowBryan Bishop
2012-05-27improve formulas for calculating strip_pointerBryan Bishop
2012-05-27better equations for calculating strip_pointer in connectionsBryan Bishop
2012-05-26some broken codeBryan Bishop
2012-05-26east connections?Bryan Bishop
2012-05-26fix MainText/PokedexText interactionBryan Bishop
2012-05-26start to parse the connection dataBryan Bishop
2012-05-24minor whitespace fixBryan Bishop
2012-05-23fix more height/weight confusion and whitespacingBryan Bishop
2012-05-24Dumped Pokédex data and entries.Sanky
2012-05-23fix PokedexText?Bryan Bishop
2012-05-23fix PokedexTextBryan Bishop