Snippets

ScorpionIlluminati Will this work?

Created by ScorpionIlluminati last modified
; *************************************************************
; ClearSprite
; Clears the spritelist  counter
; d0 - spritelist counter
; *************************************************************
ClearSprites:
    move.b #0, (d0)                                                           ; set sprite list count to 0
    rts

    move.b d0, (spritelist_count)                                             ; d0 contains spritelist counter
    jsr ClearSprites                                                          ; clear the counter

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.