Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-20 | split out program init | yenatch | |
2013-08-20 | remove unnecessary incbin lengths | yenatch | |
2013-08-20 | remove garbage data in tileset 31 metatile defs | yenatch | |
2013-08-20 | johto/kanto maps | yenatch | |
2013-08-20 | copyright graphics | yenatch | |
2013-08-20 | MBC3SRAMEnable is actually MBC3SRamEnable | yenatch | |
2013-08-20 | comment program init functions | yenatch | |
2013-08-19 | update hram addresses in engine/vblank.asm | yenatch | |
2013-08-19 | $ffcf $ffd0 -> hSCX hSCY | yenatch | |
2013-08-19 | hram: hSCX, hSCY | yenatch | |
2013-08-19 | $ffd1 $ffd2 -> hWX hWY | yenatch | |
2013-08-19 | hram: hWX, hWY | yenatch | |
2013-08-19 | rename and clean up _Start, Init | yenatch | |
2013-08-17 | options menu | yenatch | |
2013-08-17 | <&iimarckus> kill those labels please | yenatch | |
2013-08-17 | labels for IncGradGBPalTable | yenatch | |
2013-08-16 | battle tower trainers and mons | yenatch | |
2013-08-16 | dt: three-byte value | yenatch | |
used for pokemon exp | |||
2013-08-16 | even more phone text (bank 5d) | yenatch | |
2013-08-16 | dump some mobile link text | yenatch | |
2013-08-16 | even more phone text (bank 29) | yenatch | |
2013-08-16 | pokegear radio channel names | yenatch | |
2013-08-16 | Merge pull request #165 from yenatch/make-mapfile-and-symfile | Bryan Bishop | |
generate a mapfile and symfile on compile | |||
2013-08-16 | Merge pull request #164 from yenatch/fix-install | Bryan Bishop | |
rework install instructions | |||
2013-08-16 | generate a mapfile and symfile on compile | yenatch | |
the symfile is convenient and the mapfile is a better source for labels.json | |||
2013-08-16 | rework install instructions | yenatch | |
apt-cyg no longer works and rgbds has been updated | |||
2013-08-16 | LoadMenuDataHeader and intro player name menu | yenatch | |
2013-08-15 | extra phone text (bank 19) | yenatch | |
2013-08-15 | battle tower trainer text (bank 7b) | yenatch | |
2013-08-15 | CheckContestMon and a couple labels in bank 0 | yenatch | |
2013-08-14 | replace more addresses with labels | yenatch | |
2013-08-14 | more bank 2 incbins | yenatch | |
2013-08-12 | sort out player/battle backpic asm | yenatch | |
2013-08-12 | Merge commit '92152c9' into master | Bryan Bishop | |
Fix some script commands for the preprocessor and script parsers. | |||
2013-08-12 | Merge commit '8d75f96' into master | Bryan Bishop | |
Mostly sprite stuff. | |||
2013-08-12 | rework install instructions | yenatch | |
apt-cyg no longer works and rgbds has been updated | |||
2013-08-12 | generate a mapfile and symfile on compile | yenatch | |
the symfile is convenient and the mapfile is a better source for labels.json | |||
2013-08-09 | hidden power type/power calculation | yenatch | |
2013-08-09 | specials cleanup | yenatch | |
2013-08-07 | Merge branch 'master' into remove-extras | Bryan Bishop | |
2013-08-05 | update install text to say extras/requirements.txt | Bryan Bishop | |
The requirements.txt file should be from the submodule, and not for the pokecrystal project. | |||
2013-08-05 | remove requirements.txt | Bryan 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-04 | Merge pull request #162 from kanzure/rgbds-section-names | Bryan Bishop | |
Bump for new rgbds version. | |||
2013-08-04 | update section names to comply with rgbds redefinitions | yenatch | |
HOME -> ROM0 DATA, CODE -> ROMX BSS -> WRAM0, WRAMX new to rgbds are banked VRAM and SRAM | |||
2013-08-03 | Merge branch 'remove-extras-fix-make-gfx' into remove-extras | Bryan Bishop | |
2013-08-03 | Merge branch 'master' into remove-extras-fix-make-gfx | Bryan Bishop | |
2013-08-03 | fix gfx/pics/%/front.lz make target | Bryan Bishop | |
The parameter order was wrong, causing make to always try to make front.lz files every run. | |||
2013-08-03 | probably fix the pngs target for make | Bryan 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-03 | update Makefile for the new gfx.py path | Bryan Bishop | |
Why isn't the build breaking? | |||
2013-08-03 | reset extras submodule to branch master | Bryan Bishop | |
The eggify branch was a success, so the submodule's upstream changes have been merged in. |