summaryrefslogtreecommitdiff
path: root/crystal.py
AgeCommit message (Expand)Author
2012-04-20switch from "r" to "rb" when reading the ROM for Microsoft Windows usersBryan Bishop
2012-04-19create maps directory if necessaryBryan Bishop
2012-04-18make unit tests work againBryan Bishop
2012-04-18move Script.parse_old into its own fileBryan Bishop
2012-04-17Move some data back to avoid a circular import.C Nelson
2012-04-17Move a bunch of constant data into separate files.C Nelson
2012-04-17Fixing whitespace for real this time.C Nelson
2012-04-17Revert "Fix whitespace."C Nelson
2012-04-17Fix whitespace.C Nelson
2012-04-17use $byte not 0xbyteBryan Bishop
2012-04-16to_asm adds a label and end textBryan Bishop
2012-04-15better asm output for MapScriptHeaderBryan Bishop
2012-04-15fix SecondMapHeader asm outputBryan Bishop
2012-04-15restrict what shows up in script_parse_tableBryan Bishop
2012-04-15keep track of these headers in globalsBryan Bishop
2012-04-15fix MapScriptHeader parsingBryan Bishop
2012-04-15MapEventHeader address fixBryan Bishop
2012-04-15SecondMapHeader looks okBryan Bishop
2012-04-15MapHeader parsing looks correctBryan Bishop
2012-04-15add the old parsers back in for testingBryan Bishop
2012-04-15debugging statementsBryan Bishop
2012-04-15more fixes (sort of)Bryan Bishop
2012-04-15corrections to almost make things runBryan Bishop
2012-04-15MapHeader parsing and to_asmBryan Bishop
2012-04-15better code for MapScriptHeaderBryan Bishop
2012-04-15code for MapBlockDataBryan Bishop
2012-04-14to_asm on SecondMapHeaderBryan Bishop
2012-04-14start on SecondMapHeaderBryan Bishop
2012-04-14class for MapEventHeaderBryan Bishop
2012-04-14XYTrigger classBryan Bishop
2012-04-14making things workBryan Bishop
2012-04-14PeopleEvent class codeBryan Bishop
2012-04-14skeleton for PeopleEvent classBryan Bishop
2012-04-14saner warp parsingBryan Bishop
2012-04-14better signpost parsingBryan Bishop
2012-04-14start moving signpost into a classBryan Bishop
2012-04-090xcc probably ends the scriptBryan Bishop
2012-04-08fix size computation in GivePokeBryan Bishop
2012-04-08japanese text dumper and some more script changesBryan Bishop
2012-04-08all of these scripting changes are probably wrongBryan Bishop
2012-04-08don't forget the custom GivePoke commad classBryan Bishop
2012-04-08oops forgot to create a command class for writevarcodeBryan Bishop
2012-04-08fix pokemart command parsing for the script at 0x9cac7Bryan Bishop
2012-04-08winlosstext does not always point to a valueBryan Bishop
2012-04-08a working version of compare_script_parsing_methodsBryan Bishop
2012-04-08begin compare_script_parsing_methodsBryan Bishop
2012-04-08text and script parsing improvementsBryan Bishop
2012-04-08get_label_for improvements (use script_parse_table if possible)Bryan Bishop
2012-04-08make parse_text_at use script_parse_table and make 2writetext parse target textsBryan Bishop
2012-04-08fix bit setting/checking/clearing commands (their parameters were wrong)Bryan Bishop