[A83] 8x8 Sprite Routine(mine)


[Prev][Next][Index][Thread]

[A83] 8x8 Sprite Routine(mine)




Ok, i am currently making a sprite routine(not that hard, the hardest is 
figureing out where it goes on the screen(I only have aligned sprites working 
right now, i'll get the rest later)) and i have ran across this error(from 
the compiler):
Imbalanced conditional.

The line it is pointing me to(+ the one above and below) reads:
SpritemaskLoc:
    .dw 0
#endif

can anyone help me? the line above it is nearly the same thing, and it dosn't 
give me an error there....any help would be appreciated.
Oh and yes, it is a masking routine(I have the normal routine working fine)