Sync gbagfx with pokeemerald

This commit is contained in:
GriffinR
2021-01-19 01:28:49 -05:00
parent 538c1d0efd
commit 393a6bd5b6
6 changed files with 222 additions and 2 deletions
+4
View File
@@ -12,6 +12,8 @@ struct GbaToPngOptions {
int width;
int metatileWidth;
int metatileHeight;
char *tilemapFilePath;
bool isAffineMap;
};
struct PngToGbaOptions {
@@ -19,6 +21,8 @@ struct PngToGbaOptions {
int bitDepth;
int metatileWidth;
int metatileHeight;
char *tilemapFilePath;
bool isAffineMap;
};
#endif // OPTIONS_H