Language…
13 users online:  AmperSam, CroNo, DanMario24YT, EvilAdmiralKivi, fsvgm777, Guido_Keller, Isikoro, JezJitzu, Sweetdude, timothy726, tOaO, Tomi P, Zavok - Guests: 263 - Bots: 326
Users: 64,795 (2,377 active)
Latest user: mathew

Random Shell Shooter

CompleteASM

Name:
Random Shell Shooter

Type:
Sprite

Description:
Pretty much this shooter except it shoots one of the 4 shell colors at random.

I do know the Pix boss has this, however I want the shells to spawn already kicked.



Find
Code
	LDA #!Sprite


and change to

Code
	JSL $01ACF9|!BankB ; RNG
	AND #$03
	CLC
	ADC #$04
Thank you, it works!



CompleteASM