shithub: pokered

Download patch

ref: f2a45446789eaf6ba7195d65cd57242f55cffab3
parent: e7969293d3be7a9e903d1c96871595a3b8e65a50
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Mon Jul 27 04:32:37 EDT 2020

rgbdscheck requires 0.4.1

--- a/rgbdscheck.asm
+++ b/rgbdscheck.asm
@@ -1,7 +1,7 @@
-; pokered requires rgbds 0.4.0 or newer.
+; pokered requires rgbds 0.4.1 or newer.
 MAJOR EQU 0
 MINOR EQU 4
-PATCH EQU 0
+PATCH EQU 1
 
 IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
 	fail "pokered requires rgbds {MAJOR}.{MINOR}.{PATCH} or newer."