#4766 - TO81 - Wed Apr 09, 2003 1:15 am
I am testing a game using the MBV2 cable. The game runs fine on an emulator and on a Flash cart. The problem that I am having is with the .mb file, the background is alternating blank lines. The sprites are fine, just the background is messed up. I am using mode 4 (it worked fine when I had a tile based map background). Is there any way to fix this. Thanks
#4767 - tepples - Wed Apr 09, 2003 3:12 am
How big is your binary? If it's bigger than about 240 KB, you can't make it multiboot.
Are you sure that the image data is marked 'const'?
Are you sure that you're not writing to EWRAM somewhere and overwriting your program?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#4769 - TO81 - Wed Apr 09, 2003 4:41 am
The size of the file is 63KB. I am just starting on it. The other two issues you brought up would cause a problem with an emulator or flash cart, right? It works on the other two formats fine. I am not as tech savvy as most of the others, so I really am not sure (on the EWRAM)...
#4785 - tepples - Wed Apr 09, 2003 6:57 pm
TO81 wrote: |
The other two issues you brought up would cause a problem with an emulator or flash cart, right? It works on the other two formats fine. |
{ROM compile, multiboot compile} and {emulator, hardware} are independent variables.
You have tried ROM+emu: worked.
You have tried ROM+HW: worked.
You have tried MB+HW: did not work.
Did you try MB+emu? That might give you insight as to what exactly is not working.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.