Skip to navigation

Elite on the BBC Micro and NES

Drawing the screen: viewAttributes_DE

[NES version, Bank 3]

Name: viewAttributes_DE [Show more] Type: Variable Category: Drawing the screen Summary: The view attributes to use for each view type in German 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_DE * viewAttributesLo uses viewAttributes_DE
.viewAttributes_DE 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 11 ; 6 = Data on System EQUB 20 ; 7 = Inventory EQUB 14 ; 8 = Status Mode EQUB 9 ; 9 = Equip Ship EQUB 7 ; 10 = Market Price EQUB 17 ; 11 = Save and Load EQUB 3 ; 12 = Short-range Chart EQUB 3 ; 13 = Long-range Chart EQUB 2 ; 14 = Unused EQUB 2 ; 15 = Start screen