summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-23more docstring/indent fixes in gfx.pycogitokat
original-commit-id: a60bf1690146cfd052f028334c652618b752a39c
2013-06-23more gfx.py docstring changescogitokat
original-commit-id: 3ee5295ee3ff5868b346246e56cadf0b5b47a043
2013-06-23Change bad indents in extras/gfx.pycogitokat
original-commit-id: 60b52a8cf0ab9714419796a981b85992930f3d31
2013-06-23Edit some docstrings in /extras.Kat Harrison
original-commit-id: 1120eaaaf54afe16600c7b5f665edcbc621fde0f
2013-06-23Made edits to docstrings in extras/vba.pyKat Harrison
Added to vba intructions and reformatted docstrings to include a summary line. (Docstring summaries should be max 72 characters.) original-commit-id: 897d8b744c8f456e74ced1e9f19452d07165ef25
2013-06-23update instructions in extras/vba.pyKat Harrison
fixes #151 fixes #150 original-commit-id: d67d63df31f641b786d34bfb687524c37dd72e12
2013-06-17Merge pull request #147 from yenatch/masterBryan Bishop
gbz80disasm/sym fixes + odds and ends original-commit-id: ac773a9dc1499f7070dc98236c66de6309885210
2013-06-16programmatic speedrun of pokecrystal (vba)Bryan Bishop
original-commit-id: fe01fb510ff87310de1ecbce73f74d1a390d557c
2013-06-16make vba emulator wait until text is done drawingBryan Bishop
Also, this fixes some bugs related to how button presses are handled. original-commit-id: 6c5ccae8078fd753314b5c63ba7c4a4b9e2ae402
2013-06-16symfile: fix address handlingyenatch
original-commit-id: a4235e11bfe379f410f07aaab3b8a887a5d917ed
2013-06-15gbz80disasm: fix labels outside of banks 0 and 1yenatch
original-commit-id: dfb241619203a2b1b9eb389055cbe0ff31baa7a0
2013-06-14gbz80disasm: only use gbhw/hram constants >= 0xff00yenatch
original-commit-id: 2f21ff4ef5f4b26801463db720be32f55cfaf7d4
2013-06-13gfx: return mass-decompress commandyenatch
still reqd by make pngs original-commit-id: bbed370d84e1721fc78c008bc5122776703f0f41
2013-06-13Merge branch 'master' of github.com:kanzure/pokecrystalyenatch
original-commit-id: 2b2d3e5e6827e8a596eb64254b990c665caee138
2013-06-12Merge remote-tracking branch 'yenatch/master'Bryan Bishop
Also merge pull request #145. original-commit-id: 4eebcf0ae2fc411916cdd44b4ca3ffdb1b6cca7b
2013-06-12Revert "make gfx.py png take only a path"Bryan Bishop
This reverts commit 915c6358490494b87c81a464492944f80ee86384. original-commit-id: 358b5b074b45e4a484799fde4e18bc2cb4fec78b
2013-06-12Merge branch 'master' of github.com:kanzure/pokecrystalyenatch
Conflicts: extras/gfx.py original-commit-id: a923bf768ae2307d2ed2bc289c98e07a8de77084
2013-06-12expand shortened palettesyenatch
rather than keep up inconsistent palette formats, just incbin a portion of each original-commit-id: 6ba758aa53bbf14e2c152fd88f786a501f6bb029
2013-06-12gfx: workable command line functionsyenatch
original-commit-id: 5803db714c348574e09e428b79aa2c66531e74f5
2013-06-12gfx: palette checking in to_pngyenatch
original-commit-id: b06c96e4d2d9e365544f8abba9392752178a8fcd
2013-06-12fix palette functions and output palettes in 2bpp conversionyenatch
original-commit-id: 5d204ce5692c06f9b48bbad0fe1e42107bdf5231
2013-06-12gfx: handling for <4-color pngs when converting to 2bppyenatch
without a .pal file as reference, palettes are sorted by luminance. pokemon crystal reads palettes exactly 4 colors in length. if an image used fewer than 4 colors, invalid palettes were produced. instead, dummy colors are inserted to pad out the palette. original-commit-id: 5cf1754b08aa6903f01b839c917169e6dc8c260f
2013-05-29make gfx.py png take only a pathBryan Bishop
original-commit-id: 915c6358490494b87c81a464492944f80ee86384
2013-05-27Include overworld spritesKat Harrison
Created /extras/overworldripper.py and used it to extract overworld sprites and convert them to png files. original-commit-id: e08e7cf7b22bc8d29011dc864a895293157ceecd
2013-05-21gbz80disasm: rgbds uses brackets for ld hl, sp+xyenatch
original-commit-id: 399925fff577cf11a77193d997d2bf19ee72aa04
2013-05-18Merge pull request #138 from yenatch/masterBryan Bishop
automated png compression + gfx fixes + no more windows original-commit-id: fdc1609f2a658b26599a9191bfbe99095248b6fc
2013-05-18gfx: safer alternating-byte detection in compressionyenatch
original-commit-id: e3565bd7007b194b04ceecaf1909fff65062211f
2013-05-18gfx: fix a typoyenatch
original-commit-id: 77e365d49ffc6caa5364b405a263e4a43938def1
2013-05-18gfx: lz to png from command lineyenatch
original-commit-id: 604cafc27859700e45f4c54237b54f3c584cf458
2013-05-18gfx.py: remove trailing tabsyenatch
original-commit-id: a1b9fdc9c92279bef7383e8c8278934ca2889de8
2013-05-18gfx.py: get rid of argparseyenatch
original-commit-id: abaed2145fbf982a4873e186e964ce0435fb3ce0
2013-05-17load labels only once in gbz80disasmBryan Bishop
original-commit-id: f10019710f70f855beaa67c1170337e28cc7a57f
2013-05-17fix data-handling errors in gfx.pyyenatch
original-commit-id: 3a0e80932ec11494407ea5a3aa7724007b71502b
2013-05-15gbz80disasm: include comments on unresolved backward relative jumpsyenatch
original-commit-id: 5521aa5ce0ad5249ff0d369dd33b4f63cd804b73
2013-05-15gbz80disasm: don't look for outstanding labels that are behind the originyenatch
original-commit-id: b38e2874095266d45df984be778d9fe68832aaac
2013-05-15gbz80disasm: don't include comments on relative jumpsyenatch
original-commit-id: a6fee3622a9705d060cbe467bd32e425a1ff2bc4
2013-05-15gbz80disasm: reti is an enderyenatch
original-commit-id: 81e42e41da5a664aa528ad4f9284119456b15817
2013-05-15gbz80disasm: space out blocks of asmyenatch
original-commit-id: 3cf6603b455530fa0c17e946118484a0126e2bf9
2013-05-15gbz80disasm: clean up $ff00+x handlingyenatch
original-commit-id: 82d723840b14fc6b55c00f107a453bc0b0d80772
2013-05-14gbz80disasm: read labels from wram/gbhw/hramyenatch
original-commit-id: 1bdcac1fe11746b67f17285d2f04e3b9c52772d1
2013-05-14wram: find() instead of split()yenatch
original-commit-id: 0fc866caa5664f6e9755138423c1f4caaeed1b78
2013-05-14gbz80disasm: bank 1 was being read as bank 0yenatch
original-commit-id: aed0202999656cf4cafd26c52bd98d9fcf5e63d4
2013-05-14wram.py: bss and constant parsingyenatch
original-commit-id: aecce03834844f6c876d903a781443d65dbc11cb
2013-05-14transition gbz80disasm to use a bytearray instead of RomStryenatch
original-commit-id: 5b95c5aad7d840a09727d3d56626ba624cddbbf3
2013-05-14remove redundant code from find_label in gbz80disasmyenatch
original-commit-id: 313e853e391e69f9bca875fa37f431c84fb32cbe
2013-05-14fix bank-checking for labels in gbz80disasmyenatch
bank 1 is not fixed like bank 0 original-commit-id: b9bd11e34def340afdc7befc29fcca15e3bf71cb
2013-05-12Merge pull request #132 from yenatch/masterBryan Bishop
map groups + gfx.py fix original-commit-id: 35d77a29885ccdbcde4350f59c93b6afe010b5f3
2013-05-12there is no os.touchyenatch
original-commit-id: 05ceafe614def25e599f839bd86d03292fdbc5b0
2013-05-12Merge pull request #130 from Sanky/masterBryan Bishop
Menu stuff, battle text split & extras. original-commit-id: cf4ec47b153f59ec377bef48fb5ea442638c6421
2013-05-11touch graphic files during decmp so make doesnt try to replace themyenatch
original-commit-id: a85077eb4f8a153cbe8fd00f59943b715536045e