mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Keep the object version as RGB9; only increment the revision to 10 (#1413)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include "helpers.hpp" // assume
|
#include "helpers.hpp" // assume
|
||||||
|
|
||||||
#define RGBDS_OBJECT_VERSION_STRING "RGBA"
|
#define RGBDS_OBJECT_VERSION_STRING "RGB9"
|
||||||
#define RGBDS_OBJECT_REV 10U
|
#define RGBDS_OBJECT_REV 10U
|
||||||
|
|
||||||
enum AssertionType { ASSERT_WARN, ASSERT_ERROR, ASSERT_FATAL };
|
enum AssertionType { ASSERT_WARN, ASSERT_ERROR, ASSERT_FATAL };
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ References to other object files are made by imports (symbols), by name (section
|
|||||||
.Ss Header
|
.Ss Header
|
||||||
.Bl -tag -width Ds -compact
|
.Bl -tag -width Ds -compact
|
||||||
.It Cm BYTE Ar Magic[4]
|
.It Cm BYTE Ar Magic[4]
|
||||||
"RGBA"
|
"RGB9"
|
||||||
.It Cm LONG Ar RevisionNumber
|
.It Cm LONG Ar RevisionNumber
|
||||||
The format's revision number this file uses.
|
The format's revision number this file uses.
|
||||||
.Pq This is always in the same place in all revisions.
|
.Pq This is always in the same place in all revisions.
|
||||||
|
|||||||
Reference in New Issue
Block a user