summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-09hidden power type/power calculationyenatch
2013-08-09specials cleanupyenatch
2013-08-07Merge branch 'master' into remove-extrasBryan Bishop
2013-08-05update install text to say extras/requirements.txtBryan Bishop
The requirements.txt file should be from the submodule, and not for the pokecrystal project.
2013-08-05remove requirements.txtBryan Bishop
There's no reason to have python dependencies listed in a file because those dependencies have been moved into the extras submodule in the pokemon-reverse-engineering-tools git repo.
2013-08-04Merge pull request #162 from kanzure/rgbds-section-namesBryan Bishop
Bump for new rgbds version.
2013-08-04update section names to comply with rgbds redefinitionsyenatch
HOME -> ROM0 DATA, CODE -> ROMX BSS -> WRAM0, WRAMX new to rgbds are banked VRAM and SRAM
2013-08-03Merge branch 'remove-extras-fix-make-gfx' into remove-extrasBryan Bishop
2013-08-03Merge branch 'master' into remove-extras-fix-make-gfxBryan Bishop
2013-08-03fix gfx/pics/%/front.lz make targetBryan Bishop
The parameter order was wrong, causing make to always try to make front.lz files every run.
2013-08-03probably fix the pngs target for makeBryan Bishop
Update the submodule to a version where gfx.py is able to handle the current paths. Make some other fixes to Makefile to call gfx.py correctly.
2013-08-03update Makefile for the new gfx.py pathBryan Bishop
Why isn't the build breaking?
2013-08-03reset extras submodule to branch masterBryan Bishop
The eggify branch was a success, so the submodule's upstream changes have been merged in.
2013-08-03Merge branch 'remove-extras-eggify' into remove-extrasBryan Bishop
Make pokecrystal work against the reverse engineering tools turned into a python egg with sane structure and stuff.
2013-08-03dump marts and related asmyenatch
2013-08-03fix preprocessor imports for the latest submoduleBryan Bishop
I am surprised this worked. Maybe it's not actually working, and I just have cached files everywhere.
2013-08-03update extras submodule on the "organizing" branchBryan Bishop
The eggified version of all of the python stuff will probably not work immediately.
2013-08-03update extras submodule to latest master branchBryan Bishop
2013-08-03Merge branch 'sprites'yenatch
2013-08-03more item effectsyenatch
2013-08-03more step handlingyenatch
2013-08-03incbin unown fontyenatch
2013-08-03more predef constantsyenatch
2013-08-03more bank 1 incbinsyenatch
2013-08-03comment more battle uiyenatch
2013-08-03player hud stuffyenatch
2013-08-03INSTALL: fix extra newlinesBryan Bishop
2013-08-03INSTALL: move general stuff out of windows sectionBryan Bishop
2013-08-03fix spacing in a markdown fileBryan Bishop
2013-08-03update INSTALL.md with submodule instructionsBryan Bishop
2013-08-03Merge branch 'master' into remove-extrasBryan Bishop
2013-08-03remove stray newline from READMEBryan Bishop
2013-08-03Move extras/ into a git submodule.Bryan Bishop
2013-08-03write comment in .gitignoreBryan Bishop
2013-08-01framesyenatch
2013-08-01refactor symfile parser and add labels.json generatoryenatch
2013-08-01field move asmyenatch
2013-07-31more cleanupyenatch
2013-07-31correct misnamed sfx constantsyenatch
2013-07-31cleanup and bank 9 menusyenatch
2013-07-31jp char ァyenatch
2013-07-30update predef/specials pointersyenatch
2013-07-30update known labels in mainyenatch
2013-07-29reorder a couple wram labelsyenatch
latest label is used in wram label replace
2013-07-29no more incbins in bank 0yenatch
2013-07-29no more incbins in bank fyenatch
2013-07-29fill out bank f moreyenatch
2013-07-28bank fyenatch
2013-07-28common text 2 and some fixes to compileyenatch
2013-07-28make way for bank 6fyenatch