Keep the object version as RGB9; only increment the revision to 10 (#1413)

This commit is contained in:
Sylvie
2024-06-21 10:47:49 -04:00
committed by GitHub
parent 0433714d77
commit 240ab8ed1c
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
#include "helpers.hpp" // assume
#define RGBDS_OBJECT_VERSION_STRING "RGBA"
#define RGBDS_OBJECT_VERSION_STRING "RGB9"
#define RGBDS_OBJECT_REV 10U
enum AssertionType { ASSERT_WARN, ASSERT_ERROR, ASSERT_FATAL };