coarse 16bpp version works
[gbajam22] / src / util.h
index 2e5f013..3e9e7f5 100644 (file)
@@ -15,7 +15,7 @@
 
 #define present(x) \
        do { \
-               REG_DISPCNT = DISPCNT_BG2 | DISPCNT_OBJ | 4 | ((x) << 4); \
+               REG_DISPCNT = DISPCNT_BG2 | DISPCNT_OBJ | 5 | ((x) << 4); \
        } while(0)
 
 #define ARM_IWRAM      __attribute__((noinline, target("arm"), section(".iwram")))