mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
moar propaganda :O
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
+4
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user