Jump to content

Thelen's Photo

Thelen

Member Since 29 May 2001
OFFLINE Last Active Dec 18 2012 2:04 AM

Topics I've Started

Random numer between 0 -18

Thu Dec 13, 2012 8:40 AM

To get a random number between 0 and 18 I use the following routine :

BOM        LDA        RANDOM
       STA        TMP2   ;holds the random numer between 0 - 18
       CLC
       ADC        #237
       BCS        BOM

But this consumes way too much time because most of the times the random numer is too high...

Could somebody show me the right way to do this ?

Thanks !

top view graphics

Sun Nov 4, 2012 5:19 AM

I'm searching for some games which have top view graphics with walls, trees, houses doors and other GFX objects to inspire me to make some good top view gfx for the A8....

Who has some good game recommendations ?

Thanks !