From 446592ef43ff90c27429a07523c9cbf281c98acf Mon Sep 17 00:00:00 2001 From: Larold Date: Mon, 20 Nov 2023 08:15:50 -0500 Subject: [PATCH] Update src/cheatsheet.md Co-authored-by: Eldred Habert --- src/cheatsheet.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cheatsheet.md b/src/cheatsheet.md index 0143e09a..5b86a31d 100644 --- a/src/cheatsheet.md +++ b/src/cheatsheet.md @@ -79,7 +79,6 @@ You can turn the LCD on and off by altering the most significant bit controls th **To turn the LCD on:** ```rgbasm,linenos -; Turn the LCD on ld a, LCDCF_ON ldh [rLCDC], a ```