Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-28 | Don't use the shiny palette when extracting backsprites. | yenatch | |
This wasn't actually desirable. | |||
2017-05-28 | Add new filetypes to .gitignore | yenatch | |
2017-05-28 | Add Pokemon pic pngs. | yenatch | |
Copies of the matching compressed files are kept, so files with a matching hash will use the matching compressed file instead. This is the best that can be done until the compressor is fixed, which may never happen. | |||
2017-05-28 | Fix intermediate files once and for all. | yenatch | |
GNU Make defaults to deleting all intermediate files unless .SECONDARY is defined. | |||
2017-05-28 | Fix the graphics rules | yenatch | |
2017-05-28 | scan_includes: add --strict so it doesn't have to be default | yenatch | |
2017-05-28 | Fix pokemon_animation_graphics | yenatch | |
2017-04-28 | Refactor scan_includes. | yenatch | |
2017-04-28 | Update the install instructions. | yenatch | |
Python and extras are no longer required. | |||
2017-04-28 | Fix the lzcomp rule. | yenatch | |
2016-08-24 | Add rules previously covered by gfx.py. | yenatch | |
2016-08-24 | Remove the python scan_includes. | yenatch | |
gfx.py remains, since it's still useful for two-way conversion. | |||
2016-08-24 | Add C build tools. | yenatch | |
2016-05-23 | Undo Slowpoke family changes in #343. | yenatch | |
2016-05-23 | Merge pull request #343 from jangler/exp-groups | yenatch | |
Switch labels for fast and slow exp groups | |||
2016-05-23 | Switch labels for fast and slow exp groups | Brandon Mulcahy | |
2016-04-18 | Merge pull request #338 from PikalaxALT/master | yenatch | |
Battle anims, HP Bar anim | |||
2016-04-18 | Add missing wind.2bpp.lz | pikalaxalt | |
2016-04-10 | Merge branch 'master' of https://github.com/pret/pokecrystal | pikalaxalt | |
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-10 | Finish renaming battle anim gfx pointers and files | pikalaxalt | |
2016-04-10 | Local labels starting with underscores have colons depending on whether the ↵ | pikalaxalt | |
first alphanumeric character is capitalized or not | |||
2016-04-10 | Local labels starting with lowercase letters are no longer decorated with a ↵ | pikalaxalt | |
trailing colon | |||
2016-04-10 | Local labels starting with capital letters are now decorated with a trailing ↵ | pikalaxalt | |
colon; remove trailing whitespace; globally correct line endings to UNIX style | |||
2016-04-10 | Alan's script pointers are now local references; movement_tree_shake for ↵ | pikalaxalt | |
sudowoodo on route 36 | |||
2016-04-10 | Merge branch 'master' of https://github.com/pret/pokecrystal | pikalaxalt | |
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-04-02 | Make town map pals more intuitive in source | pikalaxalt | |
2016-03-27 | Split up banks 1-3 of main.asm | pikalaxalt | |
2016-03-25 | Merge branch 'master' of https://github.com/pret/pokecrystal | pikalaxalt | |
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-19 | Merge branch 'master' of https://github.com/pret/pokecrystal | pikalaxalt | |
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-08 | Fix comment on HP bar bug | pikalaxalt | |
2016-03-08 | Merge branch 'master' of https://github.com/pret/pokecrystal | pikalaxalt | |
2016-03-08 | More annotations of HP bar animations, including an oversight by GameFreak ↵ | pikalaxalt | |
resulting in super-slow HP bars for Pokemon with over 48 HP | |||
2016-03-04 | Make diacritic labels less confusing in PlaceString. | yenatch | |
2016-03-03 | Use the dakuten characters. | yenatch | |