Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Aug 2, 2024
1 parent 2cfc4fc commit 8c00a42
Show file tree
Hide file tree
Showing 9 changed files with 103 additions and 103 deletions.
2 changes: 1 addition & 1 deletion cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ <h3 id="turn-onoff-the-lcd"><a class="header" href="#turn-onoff-the-lcd">Turn on
</code></pre>
<p><strong>To turn the LCD off:</strong></p>
<div class="box warning decorated"><p></p><p class="box-title">⚠️</p>
<p>Do not turn the LCD off outside of the Vertical Blank Phase. See “<a href="#how-to-wait-for-the-vertical-blank-phase">How to wait for vertical blank phase</a>”.</p>
<p>Do not turn the LCD off outside of the Vertical Blank Phase. See “<a href="#wait-for-the-vertical-blank-phase">Wait for the vertical blank phase</a>”.</p>
</div>
<pre><code class="language-rgbasm linenos">; Turn the LCD off
ld a, LCDCF_OFF
Expand Down
2 changes: 1 addition & 1 deletion it/cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h3 id="turn-onoff-the-lcd"><a class="header" href="#turn-onoff-the-lcd">Turn on
</code></pre>
<p><strong>To turn the LCD off:</strong></p>
<div class="box warning decorated"><p></p><p class="box-title">⚠️</p>
<p>Do not turn the LCD off outside of the Vertical Blank Phase. See “<a href="#how-to-wait-for-the-vertical-blank-phase">How to wait for vertical blank phase</a>”.</p>
<p>Do not turn the LCD off outside of the Vertical Blank Phase. See “<a href="#wait-for-the-vertical-blank-phase">Wait for the vertical blank phase</a>”.</p>
</div>
<pre><code class="language-rgbasm linenos">; Turn the LCD off
ld a, LCDCF_OFF
Expand Down
2 changes: 1 addition & 1 deletion it/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -5278,7 +5278,7 @@ <h3 id="turn-onoff-the-lcd"><a class="header" href="#turn-onoff-the-lcd">Turn on
</code></pre>
<p><strong>To turn the LCD off:</strong></p>
<div class="box warning decorated"><p></p><p class="box-title">⚠️</p>
<p>Do not turn the LCD off outside of the Vertical Blank Phase. See “<a href="cheatsheet.html#how-to-wait-for-the-vertical-blank-phase">How to wait for vertical blank phase</a>”.</p>
<p>Do not turn the LCD off outside of the Vertical Blank Phase. See “<a href="cheatsheet.html#wait-for-the-vertical-blank-phase">Wait for the vertical blank phase</a>”.</p>
</div>
<pre><code class="language-rgbasm linenos">; Turn the LCD off
ld a, LCDCF_OFF
Expand Down
2 changes: 1 addition & 1 deletion it/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion it/searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -5284,7 +5284,7 @@ <h3 id="turn-onoff-the-lcd"><a class="header" href="#turn-onoff-the-lcd">Turn on
</code></pre>
<p><strong>To turn the LCD off:</strong></p>
<div class="box warning decorated"><p></p><p class="box-title">⚠️</p>
<p>Do not turn the LCD off outside of the Vertical Blank Phase. See “<a href="cheatsheet.html#how-to-wait-for-the-vertical-blank-phase">How to wait for vertical blank phase</a>”.</p>
<p>Do not turn the LCD off outside of the Vertical Blank Phase. See “<a href="cheatsheet.html#wait-for-the-vertical-blank-phase">Wait for the vertical blank phase</a>”.</p>
</div>
<pre><code class="language-rgbasm linenos">; Turn the LCD off
ld a, LCDCF_OFF
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8c00a42

Please sign in to comment.