shithub: rgbds

Download patch

ref: fa1fba7fd9f61197ee7b94a5aa4b949237c7ecbc
parent: d73fa0977437e81a213bc4663aa66ff86304f868
author: ISSOtm <eldredhabert0@gmail.com>
date: Mon Jan 27 03:48:43 EST 2020

Increase object version to RGB9

--- a/include/linkdefs.h
+++ b/include/linkdefs.h
@@ -13,7 +13,7 @@
 #include <stdint.h>
 
 #define RGBDS_OBJECT_VERSION_STRING "RGB%1hhu"
-#define RGBDS_OBJECT_VERSION_NUMBER (uint8_t)6
+#define RGBDS_OBJECT_VERSION_NUMBER (uint8_t)9
 
 enum RPNCommand {
 	RPN_ADD		= 0x00,