pokemon_animation's variable is not initialized (#374)
Merge pull request #365 from Ben10do/tools-makefile-integration
Add tools/gfx and tools/md5 to gitignore
Merge branch 'master' into tools-makefile-integration
Include front.dimensions file instead of manual pic dimensions
Merge pull request #371 from yenatch/graphics
Add a travis badge and remove pokered link
Add a md5 tool to avoid md5sum dependency.
Merge pull request #354 from FredrIQ/comments
Merge pull request #370 from yenatch/graphics
Explicit rules for gfx/shrink{1,2}.2bpp
forgot to remove 2bpp from gfx/tilesets
forgot to remove 2bpp from gfx/intro
Add --interleave to tools/gfx and refactor.
Use $(if) in the makefile. Fix gfx/mail.
Remove debug statement from tools/gfx
Add `gfx` tool for graphics postprocessing
Merge pull request #366 from Ben10do/fix-deprecation-warnings
Merge pull request #367 from SkyrisBactera/patch-1
Missing a dependency
Fix parallelisation issues in Makefile
Fix warnings about assignments in ‘if’ statements
Remove ‘make tools’ step in installation
Add .gitignore for compiled tools
- Make the tools implicitly when making the ROM
pngs in gfx/{debug,emotes,evo,font,intro}
Merge pull request #362 from yenatch/c-tools
Reorder the build targets for backwards compatibility with gmake 3.81.
Use a separate makefile for tools
pokemon_animation_graphics: remove declarations from for loops
pokemon_animation_graphics: stdint.h
Put more generated files in .gitignore
Remove the now-generated animation data.
Change the compression hash for Girafarig's sprite.
Add targets for the pokemon animation edge cases.
Fix the pokemon animation tools.
Fix no newline at eof in engine/time.asm
Accidentally deleted the pokemon palette rule
Merge remote-tracking branch 'origin/master' into c-tools
Don't use the shiny palette when extracting backsprites.
Fix intermediate files once and for all.
scan_includes: add --strict so it doesn't have to be default
Update the install instructions.
Add Travis CI configuration (#359)
Merge pull request #358 from AntonioND/an/fix-floating
Labels for Trainer Rankings stat tracking functions
Fix misleading label; the Growlithe check doesn't change in 1.1.
Fix an overlooked replace
Explain a major AI-related bug with type matchup checks
Reverse the LastEnemyCounterMove and LastPlayerCounterMove labels
Merge branch 'PikalaxALT-master'
Merge branch 'master' of https://github.com/PikalaxALT/pokecrystal into PikalaxALT-master
Point out a bug with enemy usage of Teleport