diff --git a/src/app/rom.h b/src/app/rom.h index 79decfbe..55b88c6b 100644 --- a/src/app/rom.h +++ b/src/app/rom.h @@ -67,7 +67,7 @@ struct OWMapTiles { class ROM { public: absl::StatusOr Compress(const int start, const int length, - int mode = 0); + int mode = 1); absl::StatusOr CompressGraphics(const int pos, const int length); absl::StatusOr CompressOverworld(const int pos, const int length);