summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-25connection direction constantsBryan Bishop
2012-05-24minor whitespace fixBryan Bishop
2012-05-23Merge pull request #13 from iimarckus/evosattacksBryan Bishop
Evosattacks.
2012-05-23Add move data from Pokémon Gold/Silver.IIMarckus
2012-05-23Add evolutions and attacks.IIMarckus
2012-05-23fix more height/weight confusion and whitespacingBryan Bishop
2012-05-23Merge pull request #12 from Sanky/masterBryan Bishop
hi this is pokedex
2012-05-24Dumped Pokédex data and entries.Sanky
2012-05-23fix PokedexText?Bryan Bishop