Optimized the code a bit as suggested by Greg.

This commit is contained in:
Marco van den Heuvel
2018-04-26 09:18:54 -07:00
parent f2e46f0fdf
commit 1428015158

View File

@@ -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