summaryrefslogtreecommitdiff
path: root/tools/gbagfx/main.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-15 00:40:47 -0400
committerGitHub <noreply@github.com>2020-07-15 00:40:47 -0400
commite129d04b931a4fc0e6584b4340dc57b9162264d5 (patch)
treea6ae1eb111f652b1cfffdd9a4bccba4a65a0de35 /tools/gbagfx/main.c
parentebb6c4ee661758874972956a94eb06d38eaa18a8 (diff)
parent3c356a1d7af543d84c06f28f670b6ddc4b27fdd6 (diff)
Merge branch 'master' into doc-overworld
Diffstat (limited to 'tools/gbagfx/main.c')
-rw-r--r--tools/gbagfx/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gbagfx/main.c b/tools/gbagfx/main.c
index 61e93ea45..cf3031696 100644
--- a/tools/gbagfx/main.c
+++ b/tools/gbagfx/main.c
@@ -92,6 +92,7 @@ void HandleGbaToPngCommand(char *inputPath, char *outputPath, int argc, char **a
options.width = 1;
options.metatileWidth = 1;
options.metatileHeight = 1;
+ options.tilemapFilePath = NULL;
options.isAffineMap = false;
for (int i = 3; i < argc; i++)