summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-28also call load_all_sprite_Imagespath-findingBryan Bishop
2013-12-18Merge branch 'master' into path-findingBryan Bishop
2013-12-11Merge pull request #60 from yenatch/dependenciesBryan Bishop
wram: fix section address allocation
2013-12-11wram: fix section address allocationyenatch
who wrote this?
2013-12-09Merge pull request #59 from yenatch/dependenciesBryan Bishop
Use a mapfile instead of labels.json; object dependency handling
2013-12-08scan_includes: join names properly and actually use conf.pathyenatch
2013-12-07preprocessor: dont write to globals.asm for each processyenatch
2013-12-06labels: grab labels from a mapfile instead of an old json dumpyenatch
labels.json had to be deleted manually to be updated, and rgbasm is better at scanning labels anyway
2013-12-06wram: cleaner line parsingyenatch
fixes 0fd121a8
2013-12-06sym: rgbds does ram banks nowyenatch
2013-12-05use file includes in rgbasm objects to generate dependenciesyenatch
2013-12-05wram: try to determine addresses for section defs without anyyenatch
2013-11-29basic plan for drawing pathsBryan Bishop
This doesn't work yet.
2013-11-29some code to prep for path planningBryan Bishop
2013-11-27Merge pull request #58 from kanzure/map-editor-stuffBryan Bishop
Minor map editor changes
2013-11-24read sprite images from romBryan Bishop
2013-11-23draw sprites on each mapBryan Bishop
2013-11-23sigh, use a global for caching parsed statusBryan Bishop
2013-11-23attempt to improve performance by cachingBryan Bishop
2013-11-23draw more than one map groupBryan Bishop
2013-11-23generate images of mapsBryan Bishop
2013-11-23make a way to remember if parse_rom calledBryan Bishop
2013-11-22make parse_rom return map_namesBryan Bishop
The map_names object is the entry point to the parsed rom data.
2013-11-22fix log message with wrong variable in templateBryan Bishop
2013-11-22include pokecrystal gbhw.asm and hram.asmBryan Bishop
These files are used when parsing wram and other constants.
2013-11-22parse wram labels in crystal.pyBryan Bishop
2013-11-22use default config in WRAMProcessor if availableBryan Bishop
Don't override the given configuration.
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
This is a function that is necessary outside of the context of a main method.
2013-11-22Merge branch 'master' into path-findingBryan Bishop
2013-11-22Merge branch 'master' into map-editor-stuffBryan Bishop
2013-11-19return constants after parsingBryan Bishop
2013-11-18Merge pull request #56 from kanzure/map-editor-stuffBryan Bishop
Remove globals from the map editor
2013-11-18Merge pull request #57 from yenatch/masterBryan Bishop
gfx rewrites and 1bpp support
2013-11-18gfx: fix misuse of export_2bpp_to_pngyenatch
2013-11-18Merge branch 'master' of github.com:kanzure/pokemon-reverse-engineering-toolsyenatch
2013-11-18gfx: make sure rectangular images are also divisible into 8x8 tilesyenatch
2013-11-18gfx: direct png-to-1bppyenatch
2013-11-18gfx: rewrite lz commands and commentsyenatch
2013-11-18gfx: 1bpp-to-pngyenatch
also dont assume any dimension matches in png conversion
2013-11-18gfx: rewrite lotsyenatch
2013-11-17remove two unused methods from map_editor.pyBryan Bishop
2013-11-17call it button_new instead of newBryan Bishop
"new" is sometimes a reserved keyword and it would be nice to not use that name.
2013-11-17clean up more imports in map_editor.pyBryan Bishop
2013-11-17use pillow instead of PIL in requirements.txtBryan Bishop
2013-11-17also import TclError into map_editor.pyBryan Bishop