mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-29 07:49:20 +00:00
add16 macro
This commit is contained in:
parent
1c0e498ef3
commit
a0d0cd3e0f
@ -1493,13 +1493,7 @@ L99E1: iny
|
||||
ldy #$01
|
||||
lda ($08),y
|
||||
beq L99FC
|
||||
lda $08
|
||||
clc
|
||||
adc #$22
|
||||
sta $08
|
||||
lda $08+1
|
||||
adc #$00
|
||||
sta $08+1
|
||||
add16 $08, #$22, $08
|
||||
jmp L9972
|
||||
|
||||
L99FC: MGTK_CALL MGTK::SetPattern, checkerboard_pattern2
|
||||
|
Loading…
Reference in New Issue
Block a user