summaryrefslogtreecommitdiff
path: root/crystal.py
AgeCommit message (Expand)Author
2012-06-20more de-dependency-loopingBryan Bishop
2012-06-20move code around to avoid dependency loopsBryan Bishop
2012-06-02make unittest2 error show up in stderrBryan 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
2012-05-23quick fix for PokedexTextBryan Bishop
2012-05-23use PokedexText to parse text-script-like text without the first bash commandBryan Bishop
2012-05-22Use Pokémon IDs for the “cry” macro.IIMarckus
2012-05-22dump-insert the stringtotext targetsBryan Bishop
2012-05-22use EncodedText for stringtotext paramsBryan Bishop
2012-05-22check if trainer_names has been set yet before using that keyBryan Bishop
2012-05-22add '@' to EncodedText outputBryan Bishop
2012-05-21at least try to keep HoOh in tact in label namesBryan Bishop
2012-05-21fix line continuation syntax errorBryan Bishop
2012-05-21add trainer id to trainer fragment headers for gruntsBryan Bishop
2012-05-21improvements to map_name_cleanerBryan Bishop
2012-05-20add the labels to the scripts, not to the params pointing to scriptsBryan Bishop
2012-05-20better signpost labelingBryan Bishop
2012-05-20use better label for MapEventHeaderBryan Bishop
2012-05-20reuse pre-existing/pre-inserted MapBlockData objects when possibleBryan Bishop
2012-05-20make map header labels use better rulesBryan Bishop
2012-05-20don't add TrainerGroupTable to future dumpsBryan Bishop
2012-05-20give better labels to TrainerFragment subobjects like texts and scriptsBryan Bishop
2012-05-20create better labels for TrainerFragmentsBryan Bishop
2012-05-20remove extra spacing in crystal.pyBryan Bishop
2012-05-20make TrainerFragment.to_asm() use trainer constantsBryan Bishop
2012-05-20better asm output for TrainerHeader and TrainerGroupHeaderBryan Bishop
2012-05-20improve MoveParam to handle zeroed-out movesBryan Bishop
2012-05-20initial MoveParam classBryan Bishop
2012-05-20update TrainerGroupParam and TrainerIdParam to use better constant/number rulesBryan Bishop