summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2012-05-02figuring out where a script appears based on a known addressBryan Bishop
2012-05-02investigating scripts from a known addressBryan Bishop
2012-05-02extras/output.asm -> extras/output.txtBryan Bishop
2012-05-02clarify a sentenceBryan Bishop
2012-05-02fix readme typoBryan Bishop
2012-05-02basic README to explain crystal.pyBryan Bishop
2012-05-01move the text command classes aroundBryan Bishop
2012-04-30basic TextCommand skeleton from yesterdayBryan Bishop
2012-04-29begin to rewrite the text parserBryan Bishop
2012-04-29clean up comments in Script.parse methodBryan Bishop
2012-04-29remove old commentBryan Bishop
2012-04-28temporary fix to prevent TextScript from appending @sBryan Bishop
2012-04-28top-level dependency bug fix.. actual problem not solved ?Bryan Bishop
2012-04-27still having trouble with UnknownText_0x580c7 not in main.asmBryan Bishop
2012-04-27TextPointerLabelParam sometimes doesn't point to anything usefulBryan Bishop
2012-04-27TextPointerLabelParam.get_dependencies() now returns the text pointerBryan Bishop
2012-04-27words/pointers should point within bankBryan Bishop
2012-04-27fix MoneyByteParam formattingBryan Bishop
2012-04-27possibly fix preprocessor/checkmoney issuesBryan Bishop
2012-04-27reverse byte output in RAMAddressParam.to_asm()Bryan Bishop
2012-04-27redo item constants (some were missed?)Bryan Bishop
2012-04-27add newlines to generate_item_constants outputBryan Bishop
2012-04-27fix RAMAddressParam.to_asm() (no [] characters)Bryan Bishop
2012-04-27fix label lookupBryan Bishop
2012-04-27minor fixes for insert_single_with_dependenciesBryan Bishop
2012-04-27prevent dependency loops in script at 0x18d0a9, 0x18d023 and 0x943caBryan Bishop
2012-04-27better debugging for a max recursion depth errorBryan Bishop
2012-04-27pass 'recompute' parameter through get_dependencies() callsBryan Bishop
2012-04-27prevent dependencies from being recomputedBryan Bishop
2012-04-27faster get_dependencies on ScriptBryan Bishop
2012-04-27checkmonkey -> checkmoneyBryan Bishop
2012-04-27speed up asm insertionBryan Bishop
2012-04-27Asm.insert_multiple_with_dependenciesBryan Bishop
2012-04-26caught a self.label -> self.label.nameBryan Bishop
2012-04-26refactor all labels to be Label instancesBryan Bishop
2012-04-26refactoring some labels codeBryan Bishop
2012-04-26start to write the Label class and is_label_in_asmBryan Bishop
2012-04-26rename textpre.py -> preprocessor.pyBryan Bishop
2012-04-26make jumptextfaceplayer point to textBryan Bishop
2012-04-26continue to fix off-by-one error in TextScriptBryan Bishop
2012-04-26fix off-by-one error in TextScriptBryan Bishop
2012-04-26revert to dbw in MapScriptHeader.to_asm()Bryan Bishop
2012-04-26revert '_' prefix to some macro_namesBryan Bishop
2012-04-26revert PeopleEvent to use better-looking asm outputBryan Bishop
2012-04-26add two filler bytes to MapEventHeader asm outputBryan Bishop
2012-04-26gah forgot a file to let preprocessor import macrosBryan Bishop
2012-04-26add map/group constants into constants.asmBryan Bishop
map 18.3 and 7.14 are both "Route 10" ? Need to confirm that they are both, in fact, "Route 10". Even if they both point to the same map, we can call them 10a and 10b so that the map constants will work. generate_map_constants and generate_map_constant_labels have been updated to deal with left-over issues in various labels and obscure characters.
2012-04-26add DataByteWordMacro for the preprocessorBryan Bishop
2012-04-26add param_types to SignpostBryan Bishop
2012-04-26change Signpost to extend Command and set byte_type in a few placesBryan Bishop