How would I go about tweaking the BVZ to hold a bigger sprite than 16x16?
I'd like it to hold a YI Shy Guy.
I'd like it to hold a YI Shy Guy.
SPRITE_NUMBER = $02 ;SET THIS TO THE SPRITE OF NEEDLENOSE SPRITE_GFX = $0E ;Set this to the GFX of the sprite you want it to hold SPRITE_PROP = $1B ;palette, GFX page etc.
SPRITE_NUMBER = $0D ;Set this to the sprite you want it to hold SPRITE_GFX = $CA ;Set this to the GFX of the sprite you want it to hold SPRITE_PROP = $07 ;palette, GFX page etc.
LDA #SPRITE_NUMBER ;load sprite to generate... STA $9E,y ;into sprite type table
LDA #SPRITE_GFX STA $0302,y ;sprite to gen GFX