Bettar propaganda texts

This commit is contained in:
Pecusx
2024-01-27 15:42:33 +01:00
parent db2c85565f
commit 8fa0ad1112
4 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -1,6 +1,7 @@
.proc talk .proc talk
; Maximum text length is 63 characters!!! ; Maximum text length is 63 characters!!!
dta d"DIE!"^ dta d"DIE!"^
dta d"FUR DEUTSCHLAND!"^
dta d"YOU'RE DEAD MEAT."^ dta d"YOU'RE DEAD MEAT."^
dta d"DIE COMMIE PIG!"^ dta d"DIE COMMIE PIG!"^
dta d"VICTORY!"^ dta d"VICTORY!"^
@@ -118,8 +119,10 @@
dta d"CALL 1-900-SUE-TANK."^ dta d"CALL 1-900-SUE-TANK."^
dta d"YOU BIG DUMMY!"^ ;(sanford and son) dta d"YOU BIG DUMMY!"^ ;(sanford and son)
LEND LEND
NumberOfOffensiveTexts=54 NumberOfOffensiveTexts=55
NumberOfDeffensiveTexts=62 NumberOfDeffensiveTexts=62
NumberOfPropagandaTexts=21
VeryFunnyText=79
.endp .endp
hoverFull dta d"MY HOVERCRAFT IS FULL OF EELS!"^ hoverFull dta d"MY HOVERCRAFT IS FULL OF EELS!"^
hoverFullEnd hoverFullEnd
+1 -1
View File
@@ -578,7 +578,7 @@ NotLastPlayerInRound
; in X there is a number of tank that died ; in X there is a number of tank that died
lda #78 ; mumber of defensive text after BFG! ("VERY FUNNY.") lda #talk.VeryFunnyText ; mumber of defensive text after BFG! ("VERY FUNNY.")
bit AfterBFGflag ; check BFG flag bit AfterBFGflag ; check BFG flag
bmi TextAfterBFG bmi TextAfterBFG
; if BFG then no points for dead tanks ... ; if BFG then no points for dead tanks ...
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -392,7 +392,7 @@ GoRiotBomb
nexttext nexttext
mva #sfx_digger sfx_effect mva #sfx_digger sfx_effect
@ lda random @ lda random
cmp #talk.NumberOfOffensiveTexts cmp #talk.NumberOfPropagandaTexts
bcs @- bcs @-
sta TextNumberOff sta TextNumberOff