The #SPADD constant corresponds to a flag in the sprite attribute bits, which is the last argument to SPDEF or SPSET. By setting this flag, you set the sprite to add blending mode. What additive blending does is adds the color values of whatever draws under the sprite to the sprite itself. To give an example, if the sprite is red and is drawn over a blue background, it would look purple.