1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-16 09:29:32 +00:00

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
found:
lda #$01
.byte $2C
.byte $24
not_found:
lda #$00
txa
rts