\ --- 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 ------------------------------->Name: trading [Show more] Type: Subroutine Category: Encyclopedia Summary: Wait until a key is pressed and show the Encyclopedia screenContext: 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
[X]
Subroutine BAY (category: Status)
Go to the docking bay (i.e. show the Encyclopedia screen)
[X]
Subroutine PAUSE2 (category: Keyboard)
Wait until a key is pressed, ignoring any existing key press