Skip to navigation

Elite on the BBC Micro and NES

Encyclopedia: menu_entry

[Elite-A, Encyclopedia]

Name: menu_entry [Show more] Type: Variable Category: Encyclopedia Summary: Table containing the number of entries in each menu 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_entry * ships_ag uses menu_entry

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_entry EQUB 4 \ Menu 0: Contains 4 entries EQUB 14 \ Menu 1: Contains 14 entries EQUB 14 \ Menu 2: Contains 14 entries EQUB 4 \ Menu 3: Contains 4 entries EQUB 13 \ Menu 4: Contains 13 entries \ --- End of added code ------------------------------->