fix rgbds version in install instructions
Merge pull request #379 from yenatch/tools
Merge pull request #389 from yenatch/rgbds-3
Remove redundant org statements (ax6 will slaughter me)
Make repository compatible with RGBDS 0.3.3 (breaks support for earlier versions of RGBDS)
tools/gfx: Replace --width with --png
Update travis.yml
Fix section linking
Merge pull request #388 from surskitty/master
Updating Makefile for the unused GB + N64 image.
Correcting gfx function name to standards.
Labelling kanji for the days of the week (calendar?)
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
Remove comma from png_dimensions usage
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