Skip to content

Commit

Permalink
Keep the object version as RGB9; only increment the revision to 10 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 authored Jun 21, 2024
1 parent 0433714 commit 240ab8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/linkdefs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down
2 changes: 1 addition & 1 deletion man/rgbds.5
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ References to other object files are made by imports (symbols), by name (section
.Ss Header
.Bl -tag -width Ds -compact
.It Cm BYTE Ar Magic[4]
"RGBA"
"RGB9"
.It Cm LONG Ar RevisionNumber
The format's revision number this file uses.
.Pq This is always in the same place in all revisions.
Expand Down

0 comments on commit 240ab8e

Please # to comment.