diff --git a/scorch.bin b/scorch.bin index 2f77d21..67f4093 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index fcaa5f6..be83bc3 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index c69717c..975bfb9 100644 --- a/weapons.asm +++ b/weapons.asm @@ -391,7 +391,7 @@ GoRiotBomb ; we go through the `talk`, count number of inverses. ; 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 mva #sfx_digger sfx_effect @ lda random @@ -413,13 +413,13 @@ nexttext jsr Calculate4x4TextPosition lda random - and #%00001111 + and #%00011111 adc LineYdraw - sbc #8 + sbc #16 sta LineYdraw jsr TypeLine4x4.noLengthNoColor - ldy #15 + ldy #5 jsr PauseYFrames dec TempXfill