summaryrefslogtreecommitdiff
path: root/ops.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ops.yaml')
-rw-r--r--ops.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ops.yaml b/ops.yaml
index dab380c..199b61d 100644
--- a/ops.yaml
+++ b/ops.yaml
@@ -10601,4 +10601,8 @@ templates:
// init gpu
gpu_set_mode(ctx, GPU_MODE_OAM);
gpu_set_line(ctx, 0);
+ ctx->gpu.lcdc = 0x91;
+ ctx->gpu.bgp = 0xFC;
+ ctx->gpu.obp0 = 0xFF;
+ ctx->gpu.obp1 = 0xFF;
}