shithub: pokecrystal

Download patch

ref: c719ff4f0b79833e588bf9bb53954f995c6c775d
parent: 885af5e5438f9d09f822d67c587f7a80b8da15f9
author: yenatch <yenatch@gmail.com>
date: Sun Aug 20 08:33:12 EDT 2017

Fix unused variable warnings

--- a/tools/pokemon_animation_graphics.c
+++ b/tools/pokemon_animation_graphics.c
@@ -162,13 +162,11 @@
 }
 
 int main(int argc, char* argv[]) {
-	int opt;
 	char* dimensions_filename;
 	char* graphics_filename;
 	char* outfile = NULL;
 	char* mapfile = NULL;
 	FILE* f;
-	long size;
 	uint8_t bytes[1];
 	int width;
 	int height;