Skip to navigation

Elite on the BBC Micro and NES

Drawing the screen: viewAttributes_FR

[NES version, Bank 3]

Name: viewAttributes_FR [Show more] Type: Variable Category: Drawing the screen Summary: The view attributes to use for each view type in French 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: * viewAttributesHi uses viewAttributes_FR * viewAttributesLo uses viewAttributes_FR
.viewAttributes_FR EQUB 0 ; 0 = Space view EQUB 1 ; 1 = Title screen EQUB 22 ; 2 = Mission 1 briefing: rotating ship EQUB 4 ; 3 = Mission 1 briefing: ship and text EQUB 5 ; 4 = Game Over screen EQUB 2 ; 5 = Text-based mission briefing EQUB 12 ; 6 = Data on System EQUB 21 ; 7 = Inventory EQUB 15 ; 8 = Status Mode EQUB 9 ; 9 = Equip Ship EQUB 8 ; 10 = Market Price EQUB 18 ; 11 = Save and Load EQUB 3 ; 12 = Short-range Chart EQUB 3 ; 13 = Long-range Chart EQUB 2 ; 14 = Unused EQUB 23 ; 15 = Start screen