Search found 3 matches

by peppe56
Fri May 28, 2021 9:34 pm
Forum: Assembly
Topic: move sprites beyond 255 x - horizontal
Replies: 2
Views: 5228

move sprites beyond 255 x - horizontal

hi, I was wondering how I can move the sprite "penguino" over 255 position, I tried, but it only works on first start, can you please tell me how to do it. this is the portion of the code affected thanks. the code is written in cbm prg studio ; 10 SYS (2064) *=$0801 BYTE $0E, $08, $0A, $00...
by peppe56
Thu May 27, 2021 9:23 am
Forum: Assembly
Topic: view 2 sprites in cbm prg studio
Replies: 1
Views: 1756

Re: view 2 sprites in cbm prg studio

friends thanks anyway, I solved the problem, I noticed that the sprite 3 pointer code was not positioned correctly. this is the correct code, I accept suggestions to improve the code ; 10 SYS (2064) *=$0801 BYTE $0E, $08, $0A, $00, $9E, $20, $28, $32, $30, $36, $34, $29, $00, $00, $00 *=$3000 ; Spri...
by peppe56
Thu May 27, 2021 8:23 am
Forum: Assembly
Topic: view 2 sprites in cbm prg studio
Replies: 1
Views: 1756

view 2 sprites in cbm prg studio

hello, i was wondering how i can view 2 sprites with cbm prg studio. I entered incbin "sprite1.bin" - incbin "sprite3.bin" but it doesn't work for me, where is the mistake this is my listing. sorry for english, used google translator thank you ; 10 SYS (2064) *=$0801 BYTE $0E, $0...