********** OBJECT[SPRITE] TYPES ********** This section deals with the 'collision' property of sprites; basically this identifies a sprite in a collision. Thus a Poison slug meeting a Poison Slug will know this and ignore it. Sprites 'look out' for special collision properties before doing something. Thus most sprites, if hit by or hitting a sprite with the 'Keen's shot' property, will be stunned. Conversely, most spritses ignore each other as there are $30 possible properties and most only look for 2, Keen and his shots. You should thus have little use for this section since it is usually the *other* sprite that does the detecting. Thus the only way to stop Keen being killed here is to give him another property, but then *all* sprites will ignore him. More fun are the sprites like Bounders and Inchowrms that look for other sprites, or to give sprites the Keen shot property to make them stun things. This section may be of use if you wanted to say, make a sprite that stuns anything it touches or something exotic like that. Most of your work will be in section 14.), with some refferal back here, and maybe some complex fiddling in 15.) ### #What sprite types are: ### $00 $00 #Don't appear $01 $00 #Misc $02 $00 #Keen $03 $00 #Keen's shot $04 $00 #Enemy shot $05 $00 #Gem $06 $00 #Moving Plat $07 $00 #Bloog $08 $00 #Blooglet $09 $00 #Unused $0A $00 #Fleex $0B $00 #Unused $0C $00 #Molly $0D $00 #Babobba $0E $00 #Bobba $0F $00 #Unused $10 $00 #Nospike $11 $00 #Gik $12 $00 #Enemy gun $13 $00 #Orbatrix $14 $00 #Bip $15 $00 #Flect $16 $00 #Blorb $17 $00 #Ceilick $18 $00 #Blooguard $19 $00 #??? $1A $00 #Bipship $1B $00 #Sandwich $1C $00 #Rope $1D $00 #Card $1E $00 #??? $1F $00 #??? $20 $00 #Rope $21 $00 #Card $22 $00 #??? $23 $00 #??? ### #Sprite types: ### %patch $F468 $01 $00 #Viva got splash %patch $C0F0 $01 $00 #Items got pics (Inc shots and 1UP) %patch $11A37 $01 $00 #Bipship crash smoke %patch $AA2D $02 $00 #Keen %patch $CF7A $02 $00 #Map Keen (Needed for grappling warning and grip satelite) %patch $D83F $03 $00 #Keen's shot %patch $113F0 $04 $00 #Pink shot %patch $11918 $04 $00 #Bipship shot %patch $11EFA $04 $00 #Bobba fireball %patch $121AB $04 $00 #Babobba spark %patch $F402 $05 $00 #Gems (All four) %patch $10C59 $05 $00 #Blooglet gems (All four) %patch $100EA $06 $00 #L\r moving platform %patch $10396 $06 $00 #Sit and fall platform %patch $104BA $06 $00 #Easy only sitting platform %patch $10515 $06 $00 #Sneaky plat\goplat plat %patch $1083E $07 $00 #Bloog %patch $10B38 $08 $00 #Blooglet %patch $11D13 $0A $00 #Fleex %patch $1007F $0C $00 #Molly %patch $12108 $0D $00 #Babobba %patch $11E60 $0E $00 #Bobba %patch $10CD9 $10 $00 #Nospike %patch $1112E $11 $00 #Gik %patch $1138D $12 $00 #Enemy gun %patch $114F2 $13 $00 #Orbatrix %patch $11A71 $14 $00 #Bip %patch $11AF8 $15 $00 #Flect %patch $123B0 $16 $00 #Blorb %patch $124C0 $17 $00 #Ceilick %patch $10902 $18 $00 #Blooguard %patch $117D7 $1A $00 #Bipship %patch $FF6E $1B $00 #Sandwich %patch $FFAF $1C $00 #Rope %patch $FFF0 $1D $00 #Card