Skip to navigation

Elite on the BBC Micro and NES

Encyclopedia: menu_titlex

[Elite-A, Encyclopedia]

Name: menu_titlex [Show more] Type: Variable Category: Encyclopedia Summary: Table containing column positions for each menu's title Deep dive: The Encyclopedia Galactica
Context: See this variable in context in the source code References: This variable is used as follows: * menu uses menu_titlex

Text tokens for the menu system can be found in the msg_3 table. The menus are as follows: 0 = Encyclopedia Galactica 1 = Ships A-G 2 = Ships I-W 3 = Controls 4 = Equipment
\ --- Mod: Code added for Elite-A: --------------------> .menu_titlex EQUB 5 \ Menu 0: Show menu title at column 5 EQUB 12 \ Menu 1: Show menu title at column 12 EQUB 12 \ Menu 2: Show menu title at column 12 EQUB 12 \ Menu 3: Show menu title at column 12 EQUB 11 \ Menu 4: Show menu title at column 11 \ --- End of added code ------------------------------->