Hello,
Im VERY new to nes development. I'm decently comfortable with getting
sprites on the screen and positioning them (haven't done any movement of
sprites yet). I'd like to try my hand at backgrounds .... thats where I need
some guidance. At this point I have my background images separate from
my sprites (in two different chr files). So I guess my starting question is if I
have .bank 2's .org at $0000 (for the sprites) then what would I need to do
to include the background as well? Would it be a new bank at $1000? Plus
I'm also assuming (which means I could be wrong) that I need to pass 1 to
bit 4 of $2000 (PPU Control Register 1) and 1 to bit 3 of $2001 (to show the
background). Any help is greatly appreciated.
Im VERY new to nes development. I'm decently comfortable with getting
sprites on the screen and positioning them (haven't done any movement of
sprites yet). I'd like to try my hand at backgrounds .... thats where I need
some guidance. At this point I have my background images separate from
my sprites (in two different chr files). So I guess my starting question is if I
have .bank 2's .org at $0000 (for the sprites) then what would I need to do
to include the background as well? Would it be a new bank at $1000? Plus
I'm also assuming (which means I could be wrong) that I need to pass 1 to
bit 4 of $2000 (PPU Control Register 1) and 1 to bit 3 of $2001 (to show the
background). Any help is greatly appreciated.