death weapons fix

This commit is contained in:
2022-05-30 08:36:30 -04:00
parent 0ddbe41005
commit f13d7ac801
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -645,7 +645,7 @@ NoPlayerNoDeath
MetodOfDeath
lda random
and #%00011111 ; range 0-31
cmp #20 ; we have 20 weapons in table (from 0 to 19)
cmp #(weaponsOfDeathEnd-weaponsOfDeath) ; we have 20 weapons in table (from 0 to 19)
bcs MetodOfDeath
tay
lda weaponsOfDeath,y