moar propaganda :O

This commit is contained in:
2024-01-27 10:36:38 -05:00
parent c51b0b8659
commit 76eceb77ca
3 changed files with 4 additions and 4 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+4 -4
View File
@@ -391,7 +391,7 @@ GoRiotBomb
; we go through the `talk`, count number of inverses. ; we go through the `talk`, count number of inverses.
; if equal to TextNumberOff, it is our text, printit ; if equal to TextNumberOff, it is our text, printit
mva #5 TempXfill ; number of text to display mva #15 TempXfill ; number of text to display
nexttext nexttext
mva #sfx_digger sfx_effect mva #sfx_digger sfx_effect
@ lda random @ lda random
@@ -413,13 +413,13 @@ nexttext
jsr Calculate4x4TextPosition jsr Calculate4x4TextPosition
lda random lda random
and #%00001111 and #%00011111
adc LineYdraw adc LineYdraw
sbc #8 sbc #16
sta LineYdraw sta LineYdraw
jsr TypeLine4x4.noLengthNoColor jsr TypeLine4x4.noLengthNoColor
ldy #15 ldy #5
jsr PauseYFrames jsr PauseYFrames
dec TempXfill dec TempXfill