cs

by perryman1138

Game: SMW

Description:

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

LDA $DB6 ; coins
AND #$03 ; 
ADC $7B  ; speed
AND #$1F ; 
;STA $7B  ; write
STA $EF9  ; write

end:
RTL
back to listings