#5652 - Daedro - Mon May 05, 2003 2:41 am
I have been using a tutorial. I combined tutorial number 2 and 5, map and sprite. I was woundering how to get them both to show up at the same time.
I have:
SetMode(MODE_0 | BG0_ENABLE | OBJ_ENABLE | OBJ_MAP_1D)
and I get the sprite, and my background map is all like zoomed you could say or just one part of it. The map is 240x160, and this one looks to be zoomed 10x. I tried all BG_ENABLE's and nothing. The only on i seem to get to show my map at the correct size is the:
SetMode(MODE_4 | BG2_ENABLE | OBJ_ENABLE | OBJ_MAP_1D)
do I have to change the coding to show them both ( i mean the whole file ) or just the modes in this line?
P.S. What is starringmonkey? and can anyone recommend some tutorials, I have done some but dont know the names.. I am using devkitadv.
Eric Muyser
I have:
SetMode(MODE_0 | BG0_ENABLE | OBJ_ENABLE | OBJ_MAP_1D)
and I get the sprite, and my background map is all like zoomed you could say or just one part of it. The map is 240x160, and this one looks to be zoomed 10x. I tried all BG_ENABLE's and nothing. The only on i seem to get to show my map at the correct size is the:
SetMode(MODE_4 | BG2_ENABLE | OBJ_ENABLE | OBJ_MAP_1D)
do I have to change the coding to show them both ( i mean the whole file ) or just the modes in this line?
P.S. What is starringmonkey? and can anyone recommend some tutorials, I have done some but dont know the names.. I am using devkitadv.
Eric Muyser