ds

by perryman1138

Game:

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
;ORA #$0F ;
;LDA $F33 ;
STA $EF9  ; write

end:
RTL
back to listings