mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-26 02:49:18 +00:00
point refs
This commit is contained in:
parent
a96d363743
commit
0a1d559a41
@ -5517,9 +5517,9 @@ LE6C1:
|
|||||||
LE6D1:
|
LE6D1:
|
||||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||||
DEFINE_POINT 0, 0, point9
|
DEFINE_POINT 0, 0, point9
|
||||||
LE6DD: .byte $70,$00,$00,$00
|
DEFINE_POINT 112, 0, pointA
|
||||||
LE6E1: .byte $8C,$00,$00,$00
|
DEFINE_POINT 140, 0, pointB
|
||||||
LE6E5: .byte $E7,$00,$00,$00
|
DEFINE_POINT 231, 0, pointC
|
||||||
|
|
||||||
.proc text_buffer2
|
.proc text_buffer2
|
||||||
.addr data
|
.addr data
|
||||||
@ -9765,7 +9765,7 @@ L5ECB: lda ($06),y
|
|||||||
jsr L78EF
|
jsr L78EF
|
||||||
lda #$00
|
lda #$00
|
||||||
ldx desktop_active_winid
|
ldx desktop_active_winid
|
||||||
sta $E6D0,x
|
sta LE6D1-1,x
|
||||||
lda #$01
|
lda #$01
|
||||||
sta $E25B
|
sta $E25B
|
||||||
jsr L52DF
|
jsr L52DF
|
||||||
@ -11184,14 +11184,14 @@ L6C5F: txa
|
|||||||
inc $E71E
|
inc $E71E
|
||||||
L6C8F: lda #$10
|
L6C8F: lda #$10
|
||||||
sta point9::ycoord
|
sta point9::ycoord
|
||||||
sta $E6DF
|
sta pointA::ycoord
|
||||||
sta $E6E3
|
sta pointB::ycoord
|
||||||
sta $E6E7
|
sta pointC::ycoord
|
||||||
lda #$00
|
lda #$00
|
||||||
sta point9::ycoord+1
|
sta point9::ycoord+1
|
||||||
sta $E6E0
|
sta pointA::ycoord+1
|
||||||
sta $E6E4
|
sta pointB::ycoord+1
|
||||||
sta $E6E8
|
sta pointC::ycoord+1
|
||||||
lda #$00
|
lda #$00
|
||||||
sta L6CCC
|
sta L6CCC
|
||||||
L6CB0: lda L6CCC
|
L6CB0: lda L6CCC
|
||||||
@ -13385,16 +13385,16 @@ L7FBB: inc $0805
|
|||||||
lda #$00
|
lda #$00
|
||||||
sta point9::xcoord+1
|
sta point9::xcoord+1
|
||||||
lda #$CB
|
lda #$CB
|
||||||
sta $E6DD
|
sta pointA::xcoord
|
||||||
lda #$00
|
lda #$00
|
||||||
sta $E6DE
|
sta pointA::xcoord+1
|
||||||
lda #$00
|
lda #$00
|
||||||
sta $E6E1
|
sta pointB::xcoord
|
||||||
sta $E6E2
|
sta pointB::xcoord+1
|
||||||
lda #$E7
|
lda #$E7
|
||||||
sta LE6E5
|
sta pointC
|
||||||
lda #$00
|
lda #$00
|
||||||
sta $E6E6
|
sta pointC::xcoord+1
|
||||||
lda LCBANK2
|
lda LCBANK2
|
||||||
lda LCBANK2
|
lda LCBANK2
|
||||||
jmp L80F5
|
jmp L80F5
|
||||||
@ -13570,24 +13570,24 @@ L8183: sta text_buffer2::data-1,x
|
|||||||
bpl L8183
|
bpl L8183
|
||||||
lda #$00
|
lda #$00
|
||||||
sta text_buffer2::length
|
sta text_buffer2::length
|
||||||
lda $E6DF
|
lda pointA::ycoord
|
||||||
clc
|
clc
|
||||||
adc L813E
|
adc L813E
|
||||||
sta $E6DF
|
sta pointA::ycoord
|
||||||
bcc L819D
|
bcc L819D
|
||||||
inc $E6E0
|
inc pointA::ycoord+1
|
||||||
L819D: lda $E6E3
|
L819D: lda pointB::ycoord
|
||||||
clc
|
clc
|
||||||
adc L813E
|
adc L813E
|
||||||
sta $E6E3
|
sta pointB::ycoord
|
||||||
bcc L81AC
|
bcc L81AC
|
||||||
inc $E6E4
|
inc pointB::ycoord+1
|
||||||
L81AC: lda $E6E7
|
L81AC: lda pointC::ycoord
|
||||||
clc
|
clc
|
||||||
adc L813E
|
adc L813E
|
||||||
sta $E6E7
|
sta pointC::ycoord
|
||||||
bcc L81BB
|
bcc L81BB
|
||||||
inc $E6E8
|
inc pointC::ycoord+1
|
||||||
L81BB: lda point9::ycoord
|
L81BB: lda point9::ycoord
|
||||||
cmp grafport2::height
|
cmp grafport2::height
|
||||||
lda point9::ycoord+1
|
lda point9::ycoord+1
|
||||||
@ -13617,11 +13617,11 @@ L81E8: lda point9::ycoord
|
|||||||
L81F7: jsr L821F
|
L81F7: jsr L821F
|
||||||
addr_call SETPOS_RELAY, point9
|
addr_call SETPOS_RELAY, point9
|
||||||
jsr L8241
|
jsr L8241
|
||||||
addr_call SETPOS_RELAY, LE6DD
|
addr_call SETPOS_RELAY, pointA
|
||||||
jsr L8253
|
jsr L8253
|
||||||
addr_call SETPOS_RELAY, LE6E1
|
addr_call SETPOS_RELAY, pointB
|
||||||
jsr L830F
|
jsr L830F
|
||||||
addr_jump SETPOS_RELAY, LE6E5
|
addr_jump SETPOS_RELAY, pointC
|
||||||
|
|
||||||
L821F: lda $EC43
|
L821F: lda $EC43
|
||||||
and #$0F
|
and #$0F
|
||||||
|
Loading…
Reference in New Issue
Block a user