Skip to navigation

Elite on the BBC Micro and NES

Drawing ships: XX21

[BBC Micro cassette version]

Name: XX21 [Show more] Type: Variable Category: Drawing ships Summary: Ship blueprints lookup table Deep dive: Ship blueprints
Context: See this variable in context in the source code Variations: See code variations for this variable in the different versions References: This variable is used as follows: * KILLSHP uses XX21 * Main flight loop (Part 4 of 16) uses XX21 * NWSHP uses XX21
.XX21 EQUW SHIP_SIDEWINDER \ 1 = Sidewinder EQUW SHIP_VIPER \ COPS = 2 = Viper EQUW SHIP_MAMBA \ 3 = Mamba EQUW SHIP_PYTHON \ 4 = Python EQUW SHIP_COBRA_MK_3 \ 5 = Cobra Mk III (bounty hunter) EQUW SHIP_THARGOID \ THG = 6 = Thargoid EQUW SHIP_COBRA_MK_3 \ CYL = 7 = Cobra Mk III (trader) EQUW SHIP_CORIOLIS \ SST = 8 = Coriolis space station EQUW SHIP_MISSILE \ MSL = 9 = Missile EQUW SHIP_ASTEROID \ AST = 10 = Asteroid EQUW SHIP_CANISTER \ OIL = 11 = Cargo canister EQUW SHIP_THARGON \ TGL = 12 = Thargon EQUW SHIP_ESCAPE_POD \ ESC = 13 = Escape pod