Skip to content

Commit

Permalink
turning recommend text blocks into custom containers
Browse files Browse the repository at this point in the history
  • Loading branch information
LaroldsJubilantJunkyard committed Nov 27, 2023
1 parent 4180248 commit cdc6263
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ ldh [rLCDC], a
```
**To turn the LCD off:**

> **NOTE:** Do not turn the LCD off outside of the Vertical Blank Phase. See "[How to wait for vertical blank phase](#how-to-wait-for-the-vertical-blank-phase)".
::: warning

Do not turn the LCD off outside of the Vertical Blank Phase. See "[How to wait for vertical blank phase](#how-to-wait-for-the-vertical-blank-phase)".

:::

```rgbasm,linenos
; Turn the LCD off
Expand Down Expand Up @@ -142,7 +146,11 @@ You can use one of the 4 constants to specify which layer uses which space:
- LCDCF_BG9800
- LCDCF_BG9C00

> **NOTE:** You still need to make sure the window and background are turned on when using these constants.
::: tip Note

You still need to make sure the window and background are turned on when using these constants.

:::

### How to turn on/off sprites

Expand Down

0 comments on commit cdc6263

Please sign in to comment.