Skip to navigation

Elite on the BBC Micro and NES

Flight: xSpaceView

[NES version, Bank 7]

Name: xSpaceView [Show more] Type: Variable Category: Flight Summary: The text column for the space view name for each language Deep dive: Multi-language support in NES Elite
Context: See this variable in context in the source code References: This variable is used as follows: * TT66 uses xSpaceView
.xSpaceView EQUB 11 ; English EQUB 9 ; German EQUB 13 ; French EQUB 10 ; There is no fourth language, so this byte is ignored IF _NTSC EQUB $20, $20, $20 ; These bytes appear to be unused EQUB $20, $10, $00 EQUB $C4, $ED, $5E EQUB $E5, $22, $E5 EQUB $22, $00, $00 EQUB $ED, $5E, $E5 EQUB $22, $09, $68 EQUB $00, $00, $00 EQUB $00 ELIF _PAL EQUB $FF, $FF, $FF ; These bytes appear to be unused EQUB $FF, $FF, $FF EQUB $FF, $FF, $FF EQUB $FF, $FF, $FF EQUB $FF, $FF, $FF EQUB $FF, $FF, $FF EQUB $FF, $FF, $FF EQUB $FF, $FF, $FF EQUB $FF ENDIF