Aw: [stella] newbie question

Subject: Aw: [stella] newbie question
From: cybergoth@xxxxxxxx
Date: Wed, 24 Sep 2003 17:42:26 +0200 (CEST)
Hi there, welcome back!

>                 inc SpriteYPosition    ; move player down
> 
>                 sta #180
>                 cmp SpriteYPosition    ; check if at scanline 180

You probably rather want to do something like this:

INC SpriteYPosition    ; move player down
LDA SpriteYPosition    ; load position
CMP #180                 ; check if at scanline 180

Greetings,
Manuel




----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread