diff --git a/include/linkdefs.hpp b/include/linkdefs.hpp index eabbbef9..567398ab 100644 --- a/include/linkdefs.hpp +++ b/include/linkdefs.hpp @@ -8,8 +8,8 @@ #include #include -#define RGBDS_OBJECT_VERSION_STRING "RGB9" -#define RGBDS_OBJECT_REV 9U +#define RGBDS_OBJECT_VERSION_STRING "RGBA" +#define RGBDS_OBJECT_REV 10U enum AssertionType { ASSERT_WARN, diff --git a/man/rgbds.5 b/man/rgbds.5 index ed3858cb..88ce60bc 100644 --- a/man/rgbds.5 +++ b/man/rgbds.5 @@ -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] -"RGB9" +"RGBA" .It Cm LONG Ar RevisionNumber The format's revision number this file uses. .Pq This is always in the same place in all revisions.