diff --git a/include/linkdefs.hpp b/include/linkdefs.hpp index c4ee0493..443f8bb0 100644 --- a/include/linkdefs.hpp +++ b/include/linkdefs.hpp @@ -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 }; diff --git a/man/rgbds.5 b/man/rgbds.5 index 88ce60bc..ed3858cb 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] -"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.