shithub: pokecrystal

Download patch

ref: 3540578cb3452944d6c60bc13db16bc1f19b3586
parent: 673b39642b4b0dd17bd51c45ecb504e4d228111b
author: mid-kid <esteve.varela@gmail.com>
date: Wed Apr 8 15:24:33 EDT 2020

lemme just fuckin uhhhhhhhhhhhhhhhhhhhh

use stable rgbds or smth

--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@
 install:
   - |-
     ( cd
-        git clone --depth=1 https://github.com/rednex/rgbds
-        sudo make -C rgbds CFLAGS=-O2 install
+        git clone -b v0.4.0 --depth=1 https://github.com/rednex/rgbds
+        sudo make -C rgbds install
         rm -rf rgbds
     )
 before_script: