Renaming the image of the GB and the N64.
Merge https://github.com/pret/pokecrystal
Add Gen 3 disassemblies.
Add other Discord and disassembly links.
Merge pull request #382 from surskitty/master
Merge pull request #384 from i0brendan0/i0brendan0-patch-3
Remove possibility of garbage characters
Adding place names to the PokeMart list to match item constants.
Merge pull request #380 from i0brendan0/i0brendan0-patch-1
Fix unused Constant for Happiness
Check some errors (not enough).
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.