summaryrefslogtreecommitdiff
path: root/pokemontools/crystal.py
AgeCommit message (Expand)Author
2016-08-27Merge branch 'master' into py3-continuedBryan Bishop
2016-08-27fix many failing testsBryan Bishop
2016-08-24Make crystal use new-style classes on py2Eevee (Lexy Munroe)
2016-08-24Remove use of new.classobjEevee (Lexy Munroe)
2016-08-24Fix most Python 3 compat issues with futurize --stage1Eevee (Lexy Munroe)
2015-07-21Fix event flags, and read them only if necessary.yenatch
2014-10-28Fix the output of PointerLabelParam.to_asm.yenatch
2014-07-22Event commands "name" and "trainerclassname" take another argument.yenatch
2014-07-22Event command loadwilddata takes a third argument.yenatch
2014-07-22The checkflag command family uses engine flags.yenatch
2014-03-23get_label_for: Return a label or None.yenatch
2014-03-23get_ram_label: Setup wram labels if they haven't been already.yenatch
2014-03-23PointerLabelParam: Return valid (or at least informative) arguments.yenatch
2014-02-06crystal: use a 16-bit PokemonParam for event scripting command `cry`yenatch
2014-02-06Merge pull request #66 from yenatch/noiseBryan Bishop
2014-02-06Merge branch 'kanzure/master' into merge-old-commitsyenatch
2014-02-06crystal: unknownmusic0xdf -> togglesfxyenatch
2013-12-04crystal: make PointerLabelParam output just a labelyenatch
2013-12-02crystal: fix storetext and rework PointerLabel{Before,After}Bankyenatch
2013-12-01crystal: some new param classes and reword bittable1 -> event flagyenatch
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