srs,
In the standard skin you define region 6 thus:
defregion,6,0,0,240,38,1
However, you then go on to define pages 0, 100, 101, 102 for region 6. I'd like to understand why this doesn't matter. I'd have used:
defregion,6,0,0,240,38,4
Would this have been incorrect or unnecessary?
This is not, of course, meant to be a criticism - I just want to understand this subject as fully as possible.
the only time the number of pages field is look at is when you go forward or back a page (button actions 1 and 2). basically its only used so that it knows if you click "next" on page 3 of a region with 4 pages defined, it will go to page 0 instead.
Thanks, that's great. I'd previously, incorrectly, assumed it was used in sizing memory allocation.