Prev: 41356 Up: Map Next: 41479
41471: Pause
Used by the routines at HandlerPoems, GameOver_1UP, 46807 and NewHighScore_Return.
Pause 41471 DEC HL Decrease HL by one.
41472 LD A,L Loop back to Pause until HL is zero.
41473 OR H
41474 JR NZ,Pause
41476 DJNZ Pause Decrease counter by one and loop back to Pause until counter is zero.
41478 RET Return.
Prev: 41356 Up: Map Next: 41479