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 SPACEX_I
|
||||
|
||||
;; brk space_x = 06:bc
|
||||
|
||||
lda ANGLE ; fixed_temp.i=fixed_sin[(angle+4)&0xf].i; // cos
|
||||
clc
|
||||
adc #4
|
||||
@ -387,7 +389,7 @@ screeny_loop:
|
||||
lda RESULT+2
|
||||
sta SPACEX_I
|
||||
lda RESULT+1
|
||||
sta SPACEY_F
|
||||
sta SPACEX_F
|
||||
|
||||
|
||||
clc ; fixed_add(&space_x,&cx,&space_x);
|
||||
@ -423,7 +425,7 @@ screeny_loop:
|
||||
lda SPACEX_F
|
||||
adc TEMP_F
|
||||
sta SPACEX_F
|
||||
lda SPACEY_I
|
||||
lda SPACEX_I
|
||||
adc TEMP_I
|
||||
sta SPACEX_I
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user