User Tools

Site Tools


content:retrocomputing:sprite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
content:retrocomputing:sprite [2023/08/15 14:45] – [Sprite animation e collision] admincontent:retrocomputing:sprite [2024/06/02 15:57] (current) – [Colore] admin
Line 6: Line 6:
  
 ===== Registri ===== ===== Registri =====
 +
 +==== Schema ====
 +
 +Di seguito uno schema che elenca le locazioni di memoria, specificate più sotto, che definiscono gli sprite:
 +
 +^        ^Sprite X^Sprite Y^Sprite Pointer^Sprite Colore^
 +^Sprite 0|$D000   |$D001   |$07F8         |$D027        |
 +^Sprite 1|$D002   |$D003   |$07F9         |$D028        |
 +^Sprite 2|$D004   |$D005   |$07FA         |$D029        |
 +^Sprite 3|$D006   |$D007   |$07FB         |$D02A        |
 +^Sprite 4|$D008   |$D009   |$07FC         |$D02B        |
 +^Sprite 5|$D00A   |$D00B   |$07FD         |$D02C        |
 +^Sprite 6|$D00C   |$D00D   |$07FE         |$D02D        |
 +^Sprite 7|$D00E   |$D00F   |$07FF         |$D02E        |
 +
 +
 +
 +      
 +
 +      
 +      
 +
 +      
 +
 +      
 +
 +      
  
 ==== Attivazione ==== ==== Attivazione ====
Line 24: Line 51:
 </code> </code>
  
-<note_tip>Il **53269** è perciò di un **registro valido per tutti gli sprite**</note>+<note_tip>Il **53269** è perciò un **registro valido per tutti gli sprite**</note>
  
 ==== Posizionamento ==== ==== Posizionamento ====
Line 45: Line 72:
 === Multicolore === === Multicolore ===
  
-La modalità **multicolore** prevede, oltre al colore principale dello sprite, anche **due colori aggiuntivi, condivisi da tutti gli sprite**. Si usano i **registri 53285, 53286 e 53276**:+La modalità **multicolore** prevede, oltre al colore principale dello sprite, anche **due colori aggiuntivi, condivisi da tutti gli sprite**. Si usano i **registri 53285 ($D025), 53286 ($D026) e 53276 ($D01C)**:
  
 <code> <code>
Line 56: Line 83:
 === Colore principale === === Colore principale ===
  
-Il **colore principale** si setta nei **registri 53287-53294**, separatamente per ogni sprite.+Il **colore principale** si setta nei **registri 53287-53294 ($D027-$D02E)**, separatamente per ogni sprite.
  
 ==== Definizione ==== ==== Definizione ====
Line 226: Line 253:
 210 pokevc+39,4:pokevc+40,4 210 pokevc+39,4:pokevc+40,4
 220 pokevc+41,3:pokevc+42,3 220 pokevc+41,3:pokevc+42,3
-230 pokevc+43,7:pokevc+21,0:rem disable sprites+230 pokevc+43,7:pokevc+21,0
 240 for n=1 to 10 240 for n=1 to 10
 +241 print chr$(147)
 +242 print"sp0,x:","sp2,x:"
 +243 print"sp1,x:","sp3,x:"
 +244 print "cont:";n"/10"
 250 for x=0 to 130 step 8 250 for x=0 to 130 step 8
 255 rem move sprites 0 and 2 255 rem move sprites 0 and 2
 260 pokevc,x:pokevc+4,255-x 260 pokevc,x:pokevc+4,255-x
 +261 print "sq]]]]]]";x
 +262 print "sq]]]]]]]]]]]]]]]]";255-x
 265 rem check for collision 265 rem check for collision
 270 cd=peek(vc+30) 270 cd=peek(vc+30)
Line 236: Line 269:
 285 rem display sprites 0 and 2 285 rem display sprites 0 and 2
 290 pokevc+21,5 290 pokevc+21,5
-300 for t=1 to 200:next+300 for t=1 to1000:next
 305 rem move sprites 1 and 3 305 rem move sprites 1 and 3
 +306 print "sqq]]]]]]";x+4
 +307 print "sqq]]]]]]]]]]]]]]]]";251-x
 310 pokevc+2,x+4:pokevc+6,251-x 310 pokevc+2,x+4:pokevc+6,251-x
 315 rem check for collision 315 rem check for collision
Line 244: Line 279:
 335 rem display sprites 1 and 3 335 rem display sprites 1 and 3
 340 pokevc+21,10 340 pokevc+21,10
-350 for t=1 to 200:next+350 for t=1 to1000:next
 360 next x 360 next x
 365 rem display explosion sprite 4 365 rem display explosion sprite 4
Line 250: Line 285:
 380 pokevc+23,16:pokevc+29,16 380 pokevc+23,16:pokevc+29,16
 390 pokevc+21,16 390 pokevc+21,16
 +400 for t=1 to 1000:next
 +410 pokevc+21,0:cd=peek(vc+30)
 +420 for t=1 to 500:next
 +430 next n
 +440 end
 400 for t=1 to 1000:next 400 for t=1 to 1000:next
 410 pokevc+21,0:cd=peek(vc+30) 410 pokevc+21,0:cd=peek(vc+30)
content/retrocomputing/sprite.1692103553.txt.gz · Last modified: 2023/08/15 14:45 by admin