Re: [stella] Crazy Balloon Day 4

Subject: Re: [stella] Crazy Balloon Day 4
From: Manuel Rotschkar <cybergoth@xxxxxxxx>
Date: Sat, 01 Jan 2005 17:03:31 +0100
Hi there!

heh, I know I'm going to get dinged by Thomas for optimizing too soon,
but that 156 byte divideby3 (actually by 6) table was pretty tempting.

Hehe, what you suggest is more or less where I came from, as I had this code originally for decrementing X every 3rd frame:


        INC PFCounter
        LDA PFCounter
        EOR #3
        BNE PFCounterFine
        STA PFCounter
        DEX
PFCounterFine

:-)

Greetings,
Manuel

Current Thread