Prev: 60830 Up: Map Next: 60887
60868: Game Loop
Used by the routine at GameStart.
GameLoop 60868 CALL GameEventsProcessor Call GameEventsProcessor.
60871 CALL Handler_ScenicEvents Call Handler_ScenicEvents.
60874 CALL Handler_UserInput Call Handler_UserInput.
60877 CALL Parser_ProcessItem Call Parser_ProcessItem.
60880 JR C,GameLoop Jump to GameLoop if the item isn't present.
60882 CALL 50518 Call 50518.
60885 JR GameLoop Jump to GameLoop.
Prev: 60830 Up: Map Next: 60887