From 3d21ef8ff581ab84aaad104e8366faa151f3257d Mon Sep 17 00:00:00 2001 From: Justin Scofield Date: Fri, 29 Jul 2022 21:12:25 +0000 Subject: [PATCH] Change default mode for compression --- src/app/rom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);