summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-28audio: fix Noise and size handling for nybble paramsyenatch
2013-12-27don't use children functions in sort_asmsyenatch
2013-12-25wram: return an empty dict for missing constants filesyenatch
2013-12-25battle_animations: docstring for battle_anim_labelyenatch
2013-12-25battle_animations: docstring for BattleAnim, consistent sortingyenatch
2013-12-25battle_animations: dont use globals for macros in class BattleAnimyenatch
2013-12-25rename battle animation command class Wait to BattleAnimWaityenatch
2013-12-25battle_animations: dont combine print and text conversionyenatch
2013-12-25audio: more readable asm list sortingyenatch
2013-12-23map_gfx: read rgb macros for palettesyenatch
2013-12-23map_editor: read rgb macros instead of binary data for palettesyenatch
2013-12-21gfx: 1bpp-to-png optionyenatch
2013-12-21Merge remote-tracking branch 'kanzure/master' into battle-animationsyenatch
2013-12-19gfx: use RGB asm macros for .pal filesyenatch
2013-12-19battle animationsyenatch
2013-12-18Merge pull request #61 from kanzure/path-findingBryan Bishop
2013-12-18Merge branch 'master' into path-findingBryan Bishop
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-08audio: sort output by contentyenatch
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-12-04crystal: make PointerLabelParam output just a labelyenatch
2013-12-02preprocessor: str.split() already removes preceding/trailing whitespaceyenatch
2013-12-02preprocessor: simplify macro_translatoryenatch
2013-12-02preprocessor: remove some redundant code in macro_translatoryenatch
2013-12-02preprocessor: get rid of PointerLabel cruftyenatch
2013-12-02crystal: fix storetext and rework PointerLabel{Before,After}Bankyenatch
2013-12-02wram: more consistent rgbasm value conversionyenatch
2013-11-29basic plan for drawing pathsBryan Bishop
2013-11-29some code to prep for path planningBryan Bishop
2013-11-27Merge pull request #58 from kanzure/map-editor-stuffBryan Bishop
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
2013-11-22fix log message with wrong variable in templateBryan Bishop
2013-11-22include pokecrystal gbhw.asm and hram.asmBryan Bishop
2013-11-22parse wram labels in crystal.pyBryan Bishop
2013-11-22use default config in WRAMProcessor if availableBryan Bishop