Prev: 59790 Up: Map Next: 59826
59807: Game Loop
Used by the routine at GameStart.
GameLoop 59807 CALL GameEventsProcessor Call GameEventsProcessor.
59810 CALL 45035 Call 45035.
59813 CALL Handler_UserInput Call Handler_UserInput.
59816 CALL Parser_ProcessItem Call Parser_ProcessItem.
59819 JR C,GameLoop Jump to GameLoop if the item isn't present.
59821 CALL 45150 Call 45150.
59824 JR GameLoop Jump to GameLoop.
Prev: 59790 Up: Map Next: 59826