mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-30 22:27:13 -05:00
395 B
395 B
Day/Night system FAQ
Q: How do I mark certain colors in a palette as light-blended?
A: Create a .pla file in the same folder as the .pal with the same name.
In this file you can enter color indices [0,15] on separate lines to mark those colors as being light-blended, i.e:
06.pla:
# A comment
0 # if color 0 is listed, uses it to blend with instead of the default!
1
9
10