Optimized the code a bit as suggested by Greg.
This commit is contained in:
@@ -32,8 +32,8 @@ _detect_chameleon:
|
|||||||
beq not_found
|
beq not_found
|
||||||
found:
|
found:
|
||||||
lda #$01
|
lda #$01
|
||||||
.byte $2C
|
.byte $24
|
||||||
not_found:
|
not_found:
|
||||||
lda #$00
|
txa
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user