Re: A82: AHHHHHHHHHHHHHH!
[Prev][Next][Index][Thread]
Re: A82: AHHHHHHHHHHHHHH!
In a message dated 97-09-26 07:25:03 EDT, you write:
> Still cant get it to work!!!
> Well i have change to what you guys said but doesnt work only shows a blck
> screen and then i got to take out the bads.
> So if someone could re-write or change it i would be very happy, and also
> add
> a code that when you press clear it exits back to ASH thats it.
> <snip more code>
are you feeling alright? Many people have helped you with your clear
question
example code follows:
Loop:
call GET_KEY
cp 15
ret z
..more code...
jr Loop
In your program, one final thing to change in put sprite is
ROM_CALL(FIND_PIXEL) to call FIND_PIXEL
~Adamman