mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-25 05:29:34 +00:00
tfv: typoed SPACEY for SPACEX
This commit is contained in:
parent
65a5ac8aa9
commit
15a6a85edc
@ -362,6 +362,8 @@ screeny_loop:
|
|||||||
sta SPACEY_I
|
sta SPACEY_I
|
||||||
sta SPACEX_I
|
sta SPACEX_I
|
||||||
|
|
||||||
|
;; brk space_x = 06:bc
|
||||||
|
|
||||||
lda ANGLE ; fixed_temp.i=fixed_sin[(angle+4)&0xf].i; // cos
|
lda ANGLE ; fixed_temp.i=fixed_sin[(angle+4)&0xf].i; // cos
|
||||||
clc
|
clc
|
||||||
adc #4
|
adc #4
|
||||||
@ -387,7 +389,7 @@ screeny_loop:
|
|||||||
lda RESULT+2
|
lda RESULT+2
|
||||||
sta SPACEX_I
|
sta SPACEX_I
|
||||||
lda RESULT+1
|
lda RESULT+1
|
||||||
sta SPACEY_F
|
sta SPACEX_F
|
||||||
|
|
||||||
|
|
||||||
clc ; fixed_add(&space_x,&cx,&space_x);
|
clc ; fixed_add(&space_x,&cx,&space_x);
|
||||||
@ -423,7 +425,7 @@ screeny_loop:
|
|||||||
lda SPACEX_F
|
lda SPACEX_F
|
||||||
adc TEMP_F
|
adc TEMP_F
|
||||||
sta SPACEX_F
|
sta SPACEX_F
|
||||||
lda SPACEY_I
|
lda SPACEX_I
|
||||||
adc TEMP_I
|
adc TEMP_I
|
||||||
sta SPACEX_I
|
sta SPACEX_I
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user