shithub: pokered

Download patch

ref: 955e4eddf8fdfbb68dad3ada8712faf6fb44a417
parent: dd690920c9f8502b649f1022fadbb99fab67a44a
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sat Apr 17 15:16:12 EDT 2021

Actually use rgbds 0.5.0

--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@
 install:
   - |-
     ( cd
-        git clone -b v0.4.2 --depth=1 https://github.com/gbdev/rgbds
+        git clone -b v0.5.0 --depth=1 https://github.com/gbdev/rgbds
         sudo make -C rgbds install
         rm -rf rgbds
     )
--- a/tools/unnamed.py
+++ b/tools/unnamed.py
@@ -82,7 +82,7 @@
     elif magic == b'RGB9':
         obj_ver = 10 + unpack_file("<I", f)[0]
 
-    if obj_ver not in [6, 10, 11, 12, 13, 15, 16]:
+    if obj_ver not in [6, 10, 11, 12, 13, 15, 16, 17]:
         print("Error: File '%s' is of an unknown format." % objfile, file=stderr)
         exit(1)