Skip to navigation

Elite on the BBC Micro and NES

Encyclopedia: trading

[Elite-A, Encyclopedia]

Name: trading [Show more] Type: Subroutine Category: Encyclopedia Summary: Wait until a key is pressed and show the Encyclopedia screen
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * info_menu calls trading * controls calls via l_restart * equip_data calls via l_restart

Other entry points: l_restart Does exactly the same as a call to trading
\ --- Mod: Code added for Elite-A: --------------------> .trading .l_restart JSR PAUSE2 \ Call PAUSE2 to wait until a key is pressed, ignoring \ any existing key press JMP BAY \ Jump to BAY to go to the docking bay (i.e. show the \ Encyclopedia screen) \ --- End of added code ------------------------------->