Skip to content

Commit c93e8df

Browse files
committed
Fix typos in NWSHP commentary
1 parent c0a38c7 commit c93e8df

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48913,14 +48913,14 @@ ENDIF
4891348913
.NW2
4891448914

4891548915
STA FRIN,X \ Store the ship type in the X-th byte of FRIN, so the
48916-
\ this slot is now shown as occupied in the index table
48916+
\ slot is now shown as occupied in the index table
4891748917

4891848918
TAX \ Copy the ship type into X
4891948919

4892048920
BMI NW8 \ If the ship type is negative (planet or sun), then
4892148921
\ jump to NW8 to skip the following instructions
4892248922

48923-
CPX #JL \ If JL <= X < JH, i.e. the type of ship we killed in X
48923+
CPX #JL \ If JL <= X < JH, i.e. the type of ship we added in X
4892448924
BCC NW7 \ is junk (escape pod, alloy plate, cargo canister,
4892548925
CPX #JH \ asteroid, splinter, Shuttle or Transporter), then keep
4892648926
BCS NW7 \ going, otherwise jump to NW7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20651,7 +20651,7 @@ ENDIF
2065120651
.NW2
2065220652

2065320653
STA FRIN,X \ Store the ship type in the X-th byte of FRIN, so the
20654-
\ this slot is now shown as occupied in the index table
20654+
\ slot is now shown as occupied in the index table
2065520655

2065620656
TAX \ Copy the ship type into X
2065720657

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12118,7 +12118,7 @@ ENDIF
1211812118
.NW2
1211912119

1212012120
STA FRIN,X \ Store the ship type in the X-th byte of FRIN, so the
12121-
\ this slot is now shown as occupied in the index table
12121+
\ slot is now shown as occupied in the index table
1212212122

1212312123
TAX \ Copy the ship type into X
1212412124

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21992,14 +21992,14 @@
2199221992
.NW2
2199321993

2199421994
STA FRIN,X \ Store the ship type in the X-th byte of FRIN, so the
21995-
\ this slot is now shown as occupied in the index table
21995+
\ slot is now shown as occupied in the index table
2199621996

2199721997
TAX \ Copy the ship type into X
2199821998

2199921999
BMI NW8 \ If the ship type is negative (planet or sun), then
2200022000
\ jump to NW8 to skip the following instructions
2200122001

22002-
CPX #JL \ If JL <= X < JH, i.e. the type of ship we killed in X
22002+
CPX #JL \ If JL <= X < JH, i.e. the type of ship we added in X
2200322003
BCC NW7 \ is junk (escape pod, alloy plate, cargo canister,
2200422004
CPX #JH \ asteroid, splinter, Shuttle or Transporter), then keep
2200522005
BCS NW7 \ going, otherwise jump to NW7

0 commit comments

Comments
 (0)