shithub: pokecrystal

Download patch

ref: d9c329eb3cfd64c4731a7f59bd52c7e71c3e6baf
parent: f175c636b55779798c971fe51b3a0a24d3d74721
author: yenatch <[email protected]>
date: Sun May 28 19:49:12 EDT 2017

pokemon_animation_graphics: stdint.h

--- a/tools/pokemon_animation_graphics.c
+++ b/tools/pokemon_animation_graphics.c
@@ -4,6 +4,7 @@
 #include <string.h>
 #include <stdbool.h>
 #include <getopt.h>
+#include <stdint.h>
 
 static void usage(void) {
 	printf("Usage: pokemon_animation_graphics [-o outfile] [-t mapfile] 2bpp_file dimensions_file\n");