summaryrefslogtreecommitdiff
path: root/pokemontools/crystal.py
AgeCommit message (Expand)Author
2013-11-23sigh, use a global for caching parsed statusBryan Bishop
2013-11-23make a way to remember if parse_rom calledBryan Bishop
2013-11-22make parse_rom return map_namesBryan Bishop
2013-11-22fix log message with wrong variable in templateBryan Bishop
2013-11-22parse wram labels in crystal.pyBryan Bishop
2013-11-22fix call to item_label_by_idBryan Bishop
2013-11-22fixup TextScript to store script_parse_table refBryan Bishop
2013-11-22fix typo in crystal.pyBryan Bishop
2013-11-22rename main -> parse_romBryan Bishop
2013-11-22comment add_map_offsets_into_map_namesBryan Bishop
2013-11-22move the map offsets out of main()Bryan Bishop
2013-11-07fix spacing for pokered music command classesyenatch
2013-11-07add some extra music command classesyenatch
2013-11-07crystal: use rom.interval instead of rom_intervalyenatch
2013-11-07preprocessor: from_asm method and is_rgbasm_macro in command classesyenatch
2013-11-05Merge branch 'master' of github.com:kanzure/pokemon-reverse-engineering-toolsyenatch
2013-10-31spruce up music command classes plus BigEndianParamyenatch
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