[A83] Re: Prince of Persia


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

[A83] Re: Prince of Persia




> I'm having some trouble with a part of my code. The tiles are part
> foreground and part background, for which I use a mask. I use a maskbuffer
> (792 bytes) for all the tiles currently visible on the screen. I use the
> SAVESSCREEN location [8265h] for this. The tiles itself are stored in the
> Graphbuffer.
>

savesscreen is only 768 bytes long.  Write past that, and you're writing
over important system stuff.. I suspect that might be part (if not all) of
the problem.
- - Joe P




Follow-Ups: References: