ANTIC glitch fixed

This commit is contained in:
Pecusx
2025-08-05 19:48:27 +02:00
parent fd7e206007
commit 0a3db56251
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -12,7 +12,7 @@
;--------------------------------------------------- ;---------------------------------------------------
.macro build .macro build
dta d"1.03" ; number of this build (4 bytes) dta d"1.04" ; number of this build (4 bytes)
.endm .endm
.macro RMTSong .macro RMTSong
@@ -195,7 +195,7 @@ timber_foot_addr
.wo foot_0 .wo foot_0
.by $44+$80 ; DLI_L2 - fonts .by $44+$80 ; DLI_L2 - fonts
.wo title_timber+(32*7) ; rest of shadow .wo title_timber+(32*7) ; rest of shadow
.by $45 .by $45
difficulty_text_addr difficulty_text_addr
.wo difficulty_normal_text .wo difficulty_normal_text
.by $45+$80 .by $45+$80
@@ -203,6 +203,8 @@ difficulty_text_addr
.by $45+$80 .by $45+$80
.wo credits_lines .wo credits_lines
.by $85 .by $85
.by $44 ; anty ANTIC 40/32 switch glitch :)
.wo empty_line
.by $41 .by $41
.wo dl_title .wo dl_title
;--------------------------------------------------- ;---------------------------------------------------
BIN
View File
Binary file not shown.