mirror of
https://github.com/a2-4am/4sports.git
synced 2025-04-09 18:38:23 +00:00
fix charmask confusion
This commit is contained in:
parent
4e7c832df0
commit
0888a5cbf5
@ -51,7 +51,6 @@
|
||||
dey
|
||||
bpl -
|
||||
|
||||
; TODO make this true again
|
||||
; proboothd duplicates the above code and jumps here,
|
||||
; so if you make any changes before this comment, you
|
||||
; MUST adjust the final JMP in src/proboothd/proboothd.a
|
||||
|
@ -47,12 +47,14 @@
|
||||
cmp #$06
|
||||
beq +
|
||||
lda #$DF
|
||||
sta @mask+1
|
||||
+ ldy #15
|
||||
!byte $2C
|
||||
+ lda #$FF
|
||||
sta $F1
|
||||
ldy #15
|
||||
- lda II-1,y
|
||||
cmp #$E1
|
||||
bcc +
|
||||
@mask and #$FF ; SMC
|
||||
and $F1
|
||||
+ sta $070C-1,y
|
||||
dey
|
||||
bne -
|
||||
|
Loading…
x
Reference in New Issue
Block a user