Level data limit

Are you new to 6502, NES, or even programming in general? Post any of your questions here. Remember - the only dumb question is the question that remains unasked.

Moderator: Moderators

Post Reply
User avatar
OscarRichard
Posts: 30
Joined: Sun Jul 29, 2012 9:58 am
Location: Mexico
Contact:

Level data limit

Post by OscarRichard »

I'm doing several arrays for my level data and planning to include like 8 worlds (4 levels each one). I'm actually trying to put world 5 in my NES game, but I already got the message Local Label Overflow.

My game got the UNROM mapping with 16 prg banks (got the half so far) and uses C code with Shiru's library.

Is there any way to increase the limit? Do I need to edit something in my config files or take away some array data?
User avatar
dougeff
Posts: 3079
Joined: Fri May 08, 2015 7:17 pm

Re: Level data limit

Post by dougeff »

Relevant thread on this topic...

viewtopic.php?t=15243
nesdoug.com -- blog/tutorial on programming for the NES
Post Reply