summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-11Merge pull request #60 from yenatch/dependenciesBryan Bishop
2013-12-11wram: fix section address allocationyenatch
2013-12-09Merge pull request #59 from yenatch/dependenciesBryan Bishop
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
2013-12-06wram: cleaner line parsingyenatch
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-27Merge pull request #58 from kanzure/map-editor-stuffBryan 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
2013-11-18Merge pull request #57 from yenatch/masterBryan Bishop
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
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
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
2013-11-17replace print with python loggingBryan Bishop
2013-11-17use explicit import of Tkinter componentsBryan Bishop
2013-11-17fix up map_editor.py extra newlinesBryan Bishop
2013-11-17only set global constants for evalBryan Bishop
2013-11-17factor out global configs in map_editor.pyBryan Bishop
2013-11-17change RomStr usage in gfx.py to use RomStr.loadBryan Bishop
2013-11-17make ConfigException accessibleBryan Bishop
2013-11-17get PIL from pypi to run map editorBryan Bishop
2013-11-17move import statements to top of map_editor.pyBryan Bishop
2013-11-17tabs to spaces in map_editor.pyBryan Bishop
2013-11-17refactor png-to-2bpp conversionyenatch
2013-11-17gfx: 1bpp<->2bpp conversionyenatch
2013-11-17Merge pull request #55 from kanzure/fix-map-editor-importBryan Bishop
2013-11-17fix configuration import line in map_editor.pyBryan Bishop
2013-11-17be sure to import romstr into gfx.pyBryan Bishop
2013-11-17Merge pull request #54 from kanzure/fix-gfx-configBryan Bishop
2013-11-17Merge pull request #53 from kanzure/fix-audio-syntax-errorBryan Bishop
2013-11-17make gfx.py not depend on crystal.pyBryan Bishop
2013-11-17fix configuration import in audio.pyBryan Bishop
2013-11-17fix syntax error in audio.pyBryan Bishop
2013-11-14Merge pull request #52 from kanzure/battle-handlingBryan Bishop
2013-11-14never learn a new moveBryan Bishop
2013-11-14fast check for the "move to make room for" textBryan Bishop