summaryrefslogtreecommitdiff
path: root/pokemontools/crystal.py
AgeCommit message (Expand)Author
2013-10-13Add pokered music commandsU-Fish-PC\Daniel
2013-09-30Merge pull request #42 from yenatch/script-commandsBryan Bishop
2013-10-01use 'wait' for events instead of move effectsyenatch
2013-09-30event script command 0xaa doesnt existyenatch
2013-09-30fix up the last few event scirpt commandsyenatch
2013-09-26if_greater_than and if_less_than commands were swappedyenatch
2013-09-26fix configuration typoBryan Bishop
2013-09-26fix crystal.py configurationBryan Bishop
2013-09-26Merge branch 'yenatch/map-editor' into masterBryan Bishop
2013-09-26crystal.py: no more relative pathsyenatch
2013-09-24rename bit1/bit2 script commands to event/flagyenatch
2013-09-24script commands wildon and wildoff got mixed upyenatch
2013-09-12deglobalize map_internal_idsBryan Bishop
2013-09-12pass around all_movements (not a global)Bryan Bishop
2013-09-12run_main -> mainBryan Bishop
2013-09-12pretty_print_trainer_id_constants to trainers.pyBryan Bishop
2013-09-12one preprocessor macro needs trainer_group_maximumBryan Bishop
2013-09-12knock out some trainer group globalsBryan Bishop
2013-09-12convert all_map_headers from a globalBryan Bishop
2013-09-12don't use the old header parsing methodBryan Bishop
2013-09-12remove globals from some map group parsersBryan Bishop
2013-09-12move old parsers from 'crystal' into crystalparts/Bryan Bishop
2013-09-12move find_labels_without_addresses into labels.pyBryan Bishop
2013-09-12don't override the object type/variableBryan Bishop
2013-09-12split OldTextScript out of crystal.pyBryan Bishop
2013-09-12remove a global from how_many_untilBryan Bishop
2013-09-12move is_valid_address into addresses.pyBryan Bishop
2013-09-12move load_asm2 next to load_asmBryan Bishop
2013-09-12remove global from load_asm2Bryan Bishop
2013-09-12move AsmLine into crystalparts/asmline.pyBryan Bishop
2013-09-02fix "labels" confusion in get_labels_betweenBryan Bishop
2013-09-01move the map_names import to the topBryan Bishop
2013-09-01better ordering of imports in crystal.pyBryan Bishop
2013-09-01docstring for MenuDataPointerParamBryan Bishop
2013-09-01log message for parse_script_asm_atBryan Bishop
2013-09-01move flatten and flattener into helpersBryan Bishop
2013-09-01fix typo in TrainerGroupTable assert messageBryan Bishop
2013-09-01use TextScriptException againBryan Bishop
2013-09-01make up TextScriptException to replace two assertsBryan Bishop
2013-09-01use a custom AddressException instead of assertsBryan Bishop
2013-09-01move index and grouper into helpers.pyBryan Bishop
2013-09-01improve spacing in Incbin and AsmSectionBryan Bishop
2013-09-01fix spacing in get_pokemon_constant_by_idBryan Bishop
2013-09-01fix import item_constants syntaxBryan Bishop
2013-09-01fix import wram syntaxBryan Bishop
2013-09-01fix import pokemon_constants syntaxBryan Bishop
2013-09-01fix import old_parse_scriptsBryan Bishop
2013-09-01fix "from trainers import .." syntaxBryan Bishop
2013-09-01don't need reBryan Bishop
2013-09-01import interval_map syntaxBryan Bishop