summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-26refactoring some labels codeBryan Bishop
2012-04-26start to write the Label class and is_label_in_asmBryan Bishop
2012-04-26clean up the preprocessor importsBryan Bishop
2012-04-26rename textpre.py -> preprocessor.pyBryan Bishop
2012-04-26make jumptextfaceplayer point to textBryan Bishop
2012-04-26improve PointerLabelAfterBank handling in preprocessorBryan Bishop
2012-04-26remove script_macros.asm (deprecated)Bryan 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-26clean up an error message in preprocessorBryan Bishop
2012-04-26remove newlines from guessed macro names in preprocessorBryan 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-26preprocessor support for 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
2012-04-26break up the for loop in textpre.py into separate functionsBryan Bishop
2012-04-26only strip comments when a semicolon appears on the lineBryan Bishop
2012-04-26skip lines wth no quotes in textpre.pyBryan Bishop
2012-04-26better comment handling in textpre.pyBryan Bishop
2012-04-26return to using warp_def, signpost, person_event macrosBryan Bishop
2012-04-26probably a bad idea - don't use macros inside event headersBryan Bishop
2012-04-26don't delete tempt_opt_table in gbz80disasmBryan Bishop
2012-04-26simple lexerBryan Bishop
2012-04-25fix MapHeader size and TextScript asm outputBryan Bishop
2012-04-25fix dbw error in MapScriptHeader and add ending newlineBryan Bishop
2012-04-25dump scripting macros into script_macros.asmBryan Bishop
2012-04-25update last_address in MapScriptHeader to get asm output working againBryan Bishop
2012-04-25run main.asm through the line spacing logic onceBryan Bishop
2012-04-25oops, make MapScriptHeader and others show up againBryan Bishop
2012-04-25better asm output newline logicBryan Bishop
2012-04-25fix bad placement of MapScriptHeader_0x70000 in asmBryan Bishop
2012-04-22fix some parameter typesBryan Bishop
2012-04-22split up insertion and dumping in AsmBryan Bishop
2012-04-22attempts to stop a recursion limit errorBryan Bishop
2012-04-22remove duplicate incbins in asm outputBryan Bishop
2012-04-22awful newline rules in asm outputBryan Bishop
2012-04-22prevent scripts from appearing in MapScriptHeader.to_asm outputBryan Bishop
2012-04-21fix MapEventHeader asm formattingBryan Bishop
2012-04-21remove duplicates from Asm outputBryan Bishop
2012-04-21hmm duplicate insertionsBryan Bishop
2012-04-21TrainerFragments pointing to 0x26ef should be ignoredBryan Bishop
2012-04-21insertion of asm dependenciesBryan Bishop
2012-04-21fix bug parsing INCBIN linesBryan Bishop
2012-04-21probably right insertion routine for AsmBryan Bishop