Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase 256 sprite limit is possible? #2690

Open
Githanda opened this issue Sep 28, 2024 · 4 comments
Open

Increase 256 sprite limit is possible? #2690

Githanda opened this issue Sep 28, 2024 · 4 comments

Comments

@Githanda
Copy link

Is there a way to increase the 256 sprite limit? If not easily, can it be increased by changing defs somewhere?

@joshgoebel
Copy link
Collaborator

Could you just use the other 7 banks to store additional sprites?

@Githanda
Copy link
Author

Could you just use the other 7 banks to store additional sprites?

I can, but it would be limited to 2048 sprites with 8 banks, which for my use case is still kinda low

Wondering if using more banks is possible

@Skeptim
Copy link
Contributor

Skeptim commented Sep 29, 2024

You could also use 1 or 2 BPP sprites https://github.com/nesbox/TIC-80/wiki/Bits-Per-Pixel
Or you could store sprites data in the code.
But it's not possible to increase the sprite limit in the config file or whatever if that's the question.

@Miguel-hrvs
Copy link
Contributor

Miguel-hrvs commented Oct 1, 2024

Palettes with 4 colors are pretty good to make games with more sprites.
Take a look at these: https://lospec.com/palette-list/lospec-gb
https://lospec.com/palette-list/pumpkin-pie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants