starite

by soapagent

Game: SMW

Description:

; Base ASM file - feel free to copy/paste this and use this for your own code.

	LDA $100	; \ only run in gamemode 14
	EOR #$14	; |
	ORA $9D		; | and when the game isn't paused
	BEQ +		; |
	RTL		; |
	+		; /

lda $16
and #$08
beq end

lda #$fe
sta $1493

end:
rtl
back to listings