Skip to content

Commit c0a38c7

Browse files
committed
Fix a NEWB bit number error in the tactics routine commentary
1 parent 5e85a0a commit c0a38c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42694,7 +42694,7 @@ ENDIF
4269442694

4269542695
.TN3
4269642696

42697-
LSR A \ Extract bit 2 of the ship's NEWB flags into the C flag
42697+
LSR A \ Extract bit 3 of the ship's NEWB flags into the C flag
4269842698
BCC TN4 \ and jump to TN4 if it is clear (i.e. if this ship is
4269942699
\ not a pirate)
4270042700

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10418,7 +10418,7 @@
1041810418

1041910419
.TN3
1042010420

10421-
LSR A \ Extract bit 2 of the ship's NEWB flags into the C flag
10421+
LSR A \ Extract bit 3 of the ship's NEWB flags into the C flag
1042210422
BCC TN4 \ and jump to TN4 if it is clear (i.e. if this ship is
1042310423
\ not a pirate)
1042410424

0 commit comments

Comments
 (0)