hardcore

by soapagent

Game: SMW

Description: Putting the 'gamer' in 'gamer'

; 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		; |
	+		; /
	
; YOUR CODE HERE

lda $1497
beq end

lda #$20
sta $1df9
lda #$0b
sta $100
lda #$e0
sta $dd5

lda $19
bne end

inc $19

end:
rtl
back to listings