Search found 1 match

by Loco-san
Wed Mar 01, 2006 5:31 pm
Forum: PSP Development
Topic: Help with animation sequence...
Replies: 4
Views: 1624

Raph was right, your blit was wrong. I fixed that, and the other major problem was your frame counter. it becomes out of range. when <4 it still adds 1 more then becomes 4 and accessed in the rightSeq arrays, trying to grab the last frame from the memory past what you allocated (probably where it fr...