Skip to content

Commit 2da274c

Browse files
committed
Minor fixes to commentary
1 parent c93e8df commit 2da274c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

1-source-files/main-sources/elite-6502sp-parasite.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -52665,7 +52665,7 @@ ENDIF
5266552665

5266652666
JSR RESET \ Call RESET to reset most variables
5266752667

52668-
LDA #&FF \ Set QQ1 to &FF to indicate we are docked, so when
52668+
LDA #&FF \ Set QQ12 to &FF to indicate we are docked, so when
5266952669
STA QQ12 \ we reach TT110 after calling FRCE below, it shows the
5267052670
\ launch tunnel
5267152671

1-source-files/main-sources/elite-source-flight.asm

+3-3
Original file line numberDiff line numberDiff line change
@@ -25841,8 +25841,8 @@
2584125841
\
2584225842
\ * ALP1, ALP2 - Set roll signs to 0
2584325843
\
25844-
\ It also sets QQ12 to &FF, to indicate we are docked, recharges the shields and
25845-
\ energy banks, and then falls through into RES2.
25844+
\ It also recharges the shields and energy banks, and then falls through into
25845+
\ RES2.
2584625846
\
2584725847
\ ******************************************************************************
2584825848

@@ -27864,7 +27864,7 @@
2786427864

2786527865
JSR RESET \ Call RESET to reset most variables
2786627866

27867-
LDA #&FF \ Set QQ1 to &FF to indicate we are docked, so when
27867+
LDA #&FF \ Set QQ12 to &FF to indicate we are docked, so when
2786827868
STA QQ12 \ we reach TT110 after calling FRCE below, it shows the
2786927869
\ launch tunnel
2787027870

0 commit comments

Comments
 (0)