summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-05-28replace 2call pointers with labelsBryan Bishop
2012-05-28use labels on all 2jumpsBryan Bishop
2012-05-28convert if_not_equal pointers to labelsBryan Bishop
2012-05-28convert if_equal pointers to labelsBryan Bishop
2012-05-28finish converting iftrue/iffalse pointers to labelsBryan Bishop
2012-05-28use labels in kurt-related scriptsBryan Bishop
2012-05-28convert pointers to labels in some scriptsBryan Bishop
2012-05-28fix local pointers in UnknownScript_0x18508f (legendaries)Bryan 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-28make primary map headers slightly more robustBryan 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-27map dimension constantsBryan Bishop
2012-05-27asm output for strip pointer formulasBryan Bishop