summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-05-06 13:40:20 +0200
committerBad Diode <bd@badd10de.dev>2021-05-06 13:40:20 +0200
commita170d44a34b03a4d0d475c38aac9651fbe666b33 (patch)
tree70d66b7d668ecc86d19194132fb6589f24d2d1ee /src/main.c
parent089f9ec86e90368c391c1c89e45301310cc7725a (diff)
downloadgba-experiments-a170d44a34b03a4d0d475c38aac9651fbe666b33.tar.gz
gba-experiments-a170d44a34b03a4d0d475c38aac9651fbe666b33.zip
Test drawing a wave pattern to the screen
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 48538fb..05bfa26 100644
--- a/src/main.c
+++ b/src/main.c
@@ -18,7 +18,7 @@
18int main(void) { 18int main(void) {
19 // Configure the display in mode 0 to show OBJs, where tile memory is 19 // Configure the display in mode 0 to show OBJs, where tile memory is
20 // sequential. 20 // sequential.
21 DISP_CTRL = DISP_ENABLE_SPRITES | DISP_MODE_0 | DISP_BG_0; 21 DISP_CTRL = DISP_ENABLE_SPRITES | DISP_MODE_3 | DISP_BG_2;
22 22
23 // Initialize text engine. 23 // Initialize text engine.
24 // txt_init(0, COLOR_RED, 0); 24 // txt_init(0, COLOR_RED, 0);