Skip to navigation


Drawing circles: LL164

[Commodore 64 version]

Name: LL164 [Show more] Type: Subroutine Category: Drawing circles Summary: Make the hyperspace sound and draw the hyperspace tunnel
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * MJP calls LL164 * TT18 calls LL164
.LL164 JSR HYPNOISE ; Call HYPNOISE to make the sound of the hyperspace ; drive being engaged LDA #4 ; Set the step size for the hyperspace rings to 4, so ; there are more sections in the rings and they are ; quite round (compared to the step size of 8 used in ; the much more polygonal launch rings) JSR HFS2 ; Call HFS2 to draw the hyperspace tunnel rings RTS ; Return from the subroutine