-
Notifications
You must be signed in to change notification settings - Fork 45
Battle Sprites
Gabbi (Rickisthe1) edited this page Dec 25, 2024
·
10 revisions
The pallette limitations on battle sprites are a lot less restrictive than overworld sprites - you can use ANY pallete as long as it's 15 colors + 1 transparent color. CoilSnake actually grabs the data from the PNG file this time!
The first color in the pallete is always used as the transparent color, so make sure you don't use it for anything other than transparency! Note the distinctive bright green color in the below example.
Valid canvas sizes are (0, 0), (32, 32), (64, 32), (32, 64), (64, 64), (128, 64), and (128, 128).
- Overworld Sprites
- Battle Backgrounds
- Battle Sprites
- Title Screen
- Window Graphics
- Logos
- Fonts
- Layer 3 Animations
- Swirls
- NPCs
- CCScript
- CCScript Command Documentation
- Event Flags
- Playable Characters
- Temporary Party Members
- PSI Abilities
