summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-28Don't use the shiny palette when extracting backsprites.yenatch
This wasn't actually desirable.
2017-05-28Add new filetypes to .gitignoreyenatch
2017-05-28Add 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-28Fix intermediate files once and for all.yenatch
GNU Make defaults to deleting all intermediate files unless .SECONDARY is defined.
2017-05-28Fix the graphics rulesyenatch
2017-05-28scan_includes: add --strict so it doesn't have to be defaultyenatch
2017-05-28Fix pokemon_animation_graphicsyenatch
2017-04-28Refactor scan_includes.yenatch
2017-04-28Update the install instructions.yenatch
Python and extras are no longer required.
2017-04-28Fix the lzcomp rule.yenatch
2016-08-24Add rules previously covered by gfx.py.yenatch
2016-08-24Remove the python scan_includes.yenatch
gfx.py remains, since it's still useful for two-way conversion.
2016-08-24Add C build tools.yenatch
2016-05-23Undo Slowpoke family changes in #343.yenatch
2016-05-23Merge pull request #343 from jangler/exp-groupsyenatch
Switch labels for fast and slow exp groups
2016-05-23Switch labels for fast and slow exp groupsBrandon Mulcahy
2016-04-18Merge pull request #338 from PikalaxALT/masteryenatch
Battle anims, HP Bar anim
2016-04-18Add missing wind.2bpp.lzpikalaxalt
2016-04-10Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-04-10Bump extras again to fix last bump.yenatch
2016-04-10Add a custom scan_includes.py.yenatch
2016-04-10Bump extras to fix gfx.py.yenatch
2016-04-10Finish renaming battle anim gfx pointers and filespikalaxalt
2016-04-10Local labels starting with underscores have colons depending on whether the ↵pikalaxalt
first alphanumeric character is capitalized or not
2016-04-10Local labels starting with lowercase letters are no longer decorated with a ↵pikalaxalt
trailing colon
2016-04-10Local 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-10Alan's script pointers are now local references; movement_tree_shake for ↵pikalaxalt
sudowoodo on route 36
2016-04-10Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-04-07More labels cleanup in map scripts.IIMarckus
2016-04-06Improve some map script labels.IIMarckus
2016-04-06Remove duplicate blockdata.IIMarckus
2016-04-02Make town map pals more intuitive in sourcepikalaxalt
2016-03-27Split up banks 1-3 of main.asmpikalaxalt
2016-03-25Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-03-25Fix a typo in AzaleaGym.yenatch
2016-03-24Fix filename case inconsistencydannye
when the filename uses different case than the include, rgbds mistakenly thinks that file is intermediate
2016-03-24Revert 85d30fa0796f02a6d390fe4694bcbf21b8398fb5dannye
2016-03-21Fix 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-19Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-03-18Fix the include for engine/fish.asm.yenatch
2016-03-16Split fish code out of data/.yenatch
2016-03-16Use fish group constants in map headers.yenatch
2016-03-16Add fish group constants.yenatch
2016-03-16Add a link to the irc in INSTALL.md.yenatch
2016-03-16Fix the symfile.yenatch
gnu make redefines $* to mean % in spite of posix.
2016-03-08Fix comment on HP bar bugpikalaxalt
2016-03-08Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-03-08More 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-04Make diacritic labels less confusing in PlaceString.yenatch
2016-03-03Use the dakuten characters.yenatch