summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-20split out program inityenatch
2013-08-20remove unnecessary incbin lengthsyenatch
2013-08-20remove garbage data in tileset 31 metatile defsyenatch
2013-08-20johto/kanto mapsyenatch
2013-08-20copyright graphicsyenatch
2013-08-20MBC3SRAMEnable is actually MBC3SRamEnableyenatch
2013-08-20comment program init functionsyenatch
2013-08-19update hram addresses in engine/vblank.asmyenatch
2013-08-19$ffcf $ffd0 -> hSCX hSCYyenatch
2013-08-19hram: hSCX, hSCYyenatch
2013-08-19$ffd1 $ffd2 -> hWX hWYyenatch
2013-08-19hram: hWX, hWYyenatch
2013-08-19rename and clean up _Start, Inityenatch
2013-08-17options menuyenatch
2013-08-17<&iimarckus> kill those labels pleaseyenatch
2013-08-17labels for IncGradGBPalTableyenatch
2013-08-16battle tower trainers and monsyenatch
2013-08-16dt: three-byte valueyenatch
used for pokemon exp
2013-08-16even more phone text (bank 5d)yenatch
2013-08-16dump some mobile link textyenatch
2013-08-16even more phone text (bank 29)yenatch
2013-08-16pokegear radio channel namesyenatch
2013-08-16Merge pull request #165 from yenatch/make-mapfile-and-symfileBryan Bishop
generate a mapfile and symfile on compile
2013-08-16Merge pull request #164 from yenatch/fix-installBryan Bishop
rework install instructions
2013-08-16generate a mapfile and symfile on compileyenatch
the symfile is convenient and the mapfile is a better source for labels.json
2013-08-16rework install instructionsyenatch
apt-cyg no longer works and rgbds has been updated
2013-08-16LoadMenuDataHeader and intro player name menuyenatch
2013-08-15extra phone text (bank 19)yenatch
2013-08-15battle tower trainer text (bank 7b)yenatch
2013-08-15CheckContestMon and a couple labels in bank 0yenatch
2013-08-14replace more addresses with labelsyenatch
2013-08-14more bank 2 incbinsyenatch
2013-08-12sort out player/battle backpic asmyenatch
2013-08-12Merge commit '92152c9' into masterBryan Bishop
Fix some script commands for the preprocessor and script parsers.
2013-08-12Merge commit '8d75f96' into masterBryan Bishop
Mostly sprite stuff.
2013-08-12rework install instructionsyenatch
apt-cyg no longer works and rgbds has been updated
2013-08-12generate a mapfile and symfile on compileyenatch
the symfile is convenient and the mapfile is a better source for labels.json
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.