#148504 - nipil - Sun Jan 06, 2008 4:34 pm
Good day to you, i'm having some questions about sprite banks' use :
According to the defines in video.h, you ca use the following banks :
- MAIN_SPRITE : A, B, E, F, G (total 336KB)
- SUB_SPRITE : D, I (total 144KB)
As you can see, total differs from main and sub engines. My questions are :
- are we supposed to do most of the 2d work on the "main" ?
- is there a way to use let's say bank B on sub, or C on any ?
- and finally can we share a bank on both to avoid loading the same sprites twice ?
Any hint would make me happy =)
Last edited by nipil on Sun Jan 06, 2008 7:26 pm; edited 1 time in total
According to the defines in video.h, you ca use the following banks :
- MAIN_SPRITE : A, B, E, F, G (total 336KB)
- SUB_SPRITE : D, I (total 144KB)
As you can see, total differs from main and sub engines. My questions are :
- are we supposed to do most of the 2d work on the "main" ?
- is there a way to use let's say bank B on sub, or C on any ?
- and finally can we share a bank on both to avoid loading the same sprites twice ?
Any hint would make me happy =)
Last edited by nipil on Sun Jan 06, 2008 7:26 pm; edited 1 time in total