Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-10 | Bump extras again to fix last bump. | yenatch | |
2016-04-10 | Add a custom scan_includes.py. | yenatch | |
2016-04-10 | Bump extras to fix gfx.py. | yenatch | |
2016-04-07 | More labels cleanup in map scripts. | IIMarckus | |
2016-04-06 | Improve some map script labels. | IIMarckus | |
2016-04-06 | Remove duplicate blockdata. | IIMarckus | |
2016-03-25 | Fix a typo in AzaleaGym. | yenatch | |
2016-03-24 | Fix filename case inconsistency | dannye | |
when the filename uses different case than the include, rgbds mistakenly thinks that file is intermediate | |||
2016-03-24 | Revert 85d30fa0796f02a6d390fe4694bcbf21b8398fb5 | dannye | |
2016-03-21 | Fix make deleting files that aren't actually intermediate. | yenatch | |
make was deciding that a couple .blk files were actually intermediate. Still don't know what is causing that issue. This is a temporary fix that will probably be forgotten about and become a permanent one. | |||
2016-03-18 | Fix the include for engine/fish.asm. | yenatch | |
2016-03-16 | Split fish code out of data/. | yenatch | |
2016-03-16 | Use fish group constants in map headers. | yenatch | |
2016-03-16 | Add fish group constants. | yenatch | |
2016-03-16 | Add a link to the irc in INSTALL.md. | yenatch | |
2016-03-16 | Fix the symfile. | yenatch | |
gnu make redefines $* to mean % in spite of posix. | |||
2016-03-04 | Make diacritic labels less confusing in PlaceString. | yenatch | |
2016-03-03 | Use the dakuten characters. | yenatch | |
2016-03-03 | Suppress deletion of .1bpp files. | yenatch | |
2016-03-01 | Trim some whitespace in the makefile. | yenatch | |
2016-03-01 | Suppress deletion of intermediate .2bpp files. | yenatch | |
2016-03-01 | Remove useless lines in the makefile. | yenatch | |
The previous rules were composed this way but only because target-specific variables weren't used. As they are now, they actually do nothing. | |||
2016-03-01 | Only generate dependencies for a target when it's invoked. | yenatch | |
This means dependencies for unrelated targets aren't generated if you aren't building them. This makes "make clean" and building individual targets fast again. | |||
2016-03-01 | Only use suffixes needed for intermediate rules. | yenatch | |
This is technically a hack, since keeping the .asm suffix was causing nonexistent rules to be evaluated as per the next commit. On the other hand, this is the intended purpose of .SUFFIXES. | |||
2016-02-17 | Decompress images in one step instead of having to invoke 'unlz'. | yenatch | |
2016-02-17 | Assume pokemon pics are 7x7 if not in base stats. | yenatch | |
2016-02-17 | Bump extras; pypng is now part of extras. | yenatch | |
2016-02-17 | Remove "make pngs". | yenatch | |
2016-02-17 | Try to fix pic dimensions. | yenatch | |
2016-02-15 | hRemainder | yenatch | |
2016-02-11 | Use EGG_LEVEL for the Poke Seer. | yenatch | |
2016-02-10 | Merge branch 'fix-makefile' | yenatch | |
2016-02-10 | Use static pattern rules to fix dependencies for objects in subdirs. | yenatch | |
2016-01-31 | Merge pull request #337 from pret/install | yenatch | |
Update the install instructions again. | |||
2016-01-31 | Fix a typo.install | yenatch | |
2016-01-31 | Explain why there is an INSTALL.md. | yenatch | |
2016-01-31 | Remove outdated Vagrant instructions. | yenatch | |
2016-01-31 | So much for apt-cyg. | yenatch | |
2016-01-30 | Remove misleading (unreferenced) labels. | IIMarckus | |
2016-01-29 | *_crystal.asm files are no longer needed to build crystal *.o. | yenatch | |
2016-01-29 | Use rgbasm -D instead of extra files for version differences. | yenatch | |
2016-01-29 | Bump extras for faster scan_includes. | yenatch | |
2016-01-29 | Merge pull request #333 from PikalaxALT/master | yenatch | |
Split base stats, rearrange wram.asm, naming screen | |||
2016-01-29 | Add more missing files | PikalaxALT | |
2016-01-28 | Add missing file macros/pals.asm | PikalaxALT | |
2016-01-27 | Fix marts using hard-coded bank number | PikalaxALT | |
2016-01-20 | BG pal constants, convert tileset pal maps to asm | PikalaxALT | |
2016-01-19 | Merge branch 'master' of https://github.com/pret/pokecrystal | PikalaxALT | |
2016-01-19 | Merge pull request #335 from pret/YamaArashi-patch-1 | YamaArashi | |
Rename pokedex function | |||
2016-01-19 | Update pokedex.asm | YamaArashi | |