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 31, 2024
1 parent 270aa8d commit 84ecb95
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 107 deletions.
4 changes: 2 additions & 2 deletions it/part3/title-screen.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h1 id="schermata-del-titolo"><a class="header" href="#schermata-del-titolo">Sch

SECTION &quot;TitleScreenState&quot;, ROM0

wPressPlayText:: db &quot;press a to play&quot;, 255
PressPlayText:: db &quot;press a to play&quot;, 255

titleScreenTileData: INCBIN &quot;src/generated/backgrounds/title-screen.2bpp&quot;
titleScreenTileDataEnd:
Expand All @@ -249,7 +249,7 @@ <h2 id="avvio-della-schermata-del-titolo"><a class="header" href="#avvio-della-s

; Call Our function that draws text onto background/window tiles
ld de, $99C3
ld hl, wPressPlayText
ld hl, PressPlayText
call DrawTextTilesLoop

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down
4 changes: 2 additions & 2 deletions it/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@ <h2 id="compilazione"><a class="header" href="#compilazione">Compilazione</a></h

SECTION &quot;TitleScreenState&quot;, ROM0

wPressPlayText:: db &quot;press a to play&quot;, 255
PressPlayText:: db &quot;press a to play&quot;, 255

titleScreenTileData: INCBIN &quot;src/generated/backgrounds/title-screen.2bpp&quot;
titleScreenTileDataEnd:
Expand All @@ -2801,7 +2801,7 @@ <h2 id="avvio-della-schermata-del-titolo"><a class="header" href="#avvio-della-s

; Call Our function that draws text onto background/window tiles
ld de, $99C3
ld hl, wPressPlayText
ld hl, PressPlayText
call DrawTextTilesLoop

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
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 part3/title-screen.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h1 id="title-screen"><a class="header" href="#title-screen">Title Screen</a></h

SECTION &quot;TitleScreenState&quot;, ROM0

wPressPlayText:: db &quot;press a to play&quot;, 255
PressPlayText:: db &quot;press a to play&quot;, 255

titleScreenTileData: INCBIN &quot;src/generated/backgrounds/title-screen.2bpp&quot;
titleScreenTileDataEnd:
Expand All @@ -248,7 +248,7 @@ <h2 id="initiating-the-title-screen"><a class="header" href="#initiating-the-tit

; Call Our function that draws text onto background/window tiles
ld de, $99C3
ld hl, wPressPlayText
ld hl, PressPlayText
call DrawTextTilesLoop

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,7 @@ <h2 id="compilation"><a class="header" href="#compilation">Compilation</a></h2>

SECTION &quot;TitleScreenState&quot;, ROM0

wPressPlayText:: db &quot;press a to play&quot;, 255
PressPlayText:: db &quot;press a to play&quot;, 255

titleScreenTileData: INCBIN &quot;src/generated/backgrounds/title-screen.2bpp&quot;
titleScreenTileDataEnd:
Expand All @@ -2807,7 +2807,7 @@ <h2 id="initiating-the-title-screen"><a class="header" href="#initiating-the-tit

; Call Our function that draws text onto background/window tiles
ld de, $99C3
ld hl, wPressPlayText
ld hl, PressPlayText
call DrawTextTilesLoop

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
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 84ecb95

Please sign in to comment.