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 7, 2024
1 parent 8c00a42 commit 9c199ba
Show file tree
Hide file tree
Showing 11 changed files with 111 additions and 111 deletions.
4 changes: 2 additions & 2 deletions it/part2/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h1 id="funzioni"><a class="header" href="#funzioni">Funzioni</a></h1>
call Memcopy
</code></pre>
</td></tr><tr><td>
<pre><code class="language-rgbasm linenos start=46"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=46"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand All @@ -293,7 +293,7 @@ <h1 id="funzioni"><a class="header" href="#funzioni">Funzioni</a></h1>
jp nz, CopyPaddle
</code></pre>
</td><td>
<pre><code class="language-rgbasm linenos start=32"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=32"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand Down
2 changes: 1 addition & 1 deletion it/part2/objects.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ <h1 id="oggetti"><a class="header" href="#oggetti">Oggetti</a></h1>
<p><img src="../assets/img/vram_viewer.png" alt="image" /></p>
<p>Poiché dobbiamo caricarla in un’area diversa, useremo l’indirizzo $8000 e caricheremo una grafica per la paletta del gioco.
Lo faremo subito dopo <code>CopyTilemap</code>:</p>
<pre><code class="language-rgbasm linenos start=46"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=46"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand Down
6 changes: 3 additions & 3 deletions it/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ <h3 id="luci-spente"><a class="header" href="#luci-spente">Luci spente</a></h3>
<p><img src="part2/../assets/img/vram_viewer.png" alt="image" /></p>
<p>Poiché dobbiamo caricarla in un’area diversa, useremo l’indirizzo $8000 e caricheremo una grafica per la paletta del gioco.
Lo faremo subito dopo <code>CopyTilemap</code>:</p>
<pre><code class="language-rgbasm linenos start=46"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=46"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand Down Expand Up @@ -1766,7 +1766,7 @@ <h2 id="movimento"><a class="header" href="#movimento">Movimento</a></h2>
call Memcopy
</code></pre>
</td></tr><tr><td>
<pre><code class="language-rgbasm linenos start=46"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=46"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand All @@ -1780,7 +1780,7 @@ <h2 id="movimento"><a class="header" href="#movimento">Movimento</a></h2>
jp nz, CopyPaddle
</code></pre>
</td><td>
<pre><code class="language-rgbasm linenos start=32"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=32"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
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.

4 changes: 2 additions & 2 deletions part2/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h1 id="functions"><a class="header" href="#functions">Functions</a></h1>
call Memcopy
</code></pre>
</td></tr><tr><td>
<pre><code class="language-rgbasm linenos start=46"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=46"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand All @@ -295,7 +295,7 @@ <h1 id="functions"><a class="header" href="#functions">Functions</a></h1>
jp nz, CopyPaddle
</code></pre>
</td><td>
<pre><code class="language-rgbasm linenos start=32"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=32"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand Down
2 changes: 1 addition & 1 deletion part2/objects.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ <h1 id="objects"><a class="header" href="#objects">Objects</a></h1>
<p><img src="../assets/img/vram_viewer.png" alt="image" /></p>
<p>Because we need to load this to a different area, we’ll use the address $8000 and load a graphic for our game’s paddle.
Let’s do so right after <code>CopyTilemap</code>:</p>
<pre><code class="language-rgbasm linenos start=46"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=46"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand Down
6 changes: 3 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ <h3 id="lights-out"><a class="header" href="#lights-out">Lights out</a></h3>
<p><img src="part2/../assets/img/vram_viewer.png" alt="image" /></p>
<p>Because we need to load this to a different area, we’ll use the address $8000 and load a graphic for our game’s paddle.
Let’s do so right after <code>CopyTilemap</code>:</p>
<pre><code class="language-rgbasm linenos start=46"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=46"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand Down Expand Up @@ -1772,7 +1772,7 @@ <h2 id="movement"><a class="header" href="#movement">Movement</a></h2>
call Memcopy
</code></pre>
</td></tr><tr><td>
<pre><code class="language-rgbasm linenos start=46"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=46"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
Expand All @@ -1786,7 +1786,7 @@ <h2 id="movement"><a class="header" href="#movement">Movement</a></h2>
jp nz, CopyPaddle
</code></pre>
</td><td>
<pre><code class="language-rgbasm linenos start=32"> ; Copy the tile data
<pre><code class="language-rgbasm linenos start=32"> ; Copy the paddle tile
ld de, Paddle
ld hl, $8000
ld bc, PaddleEnd - Paddle
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 9c199ba

Please sign in to comment.