- 5
- Posts
- 4
- Years
- Seen Jul 21, 2024
Hi,
I stumbled across 2 strange (at least for me 😁) problems and I hope someone can give me a hint to solve them.
1) I created a new tileset, some palettes and then inserted my tiles palette by palette and reimported the image after every palette. The first 4 palettes were working fine but when I import with the 5th or 6th palette some colors in the other palettes are messed up (the grass of palette 1 is then partially red instead of green) or the tiles are looking different than in GIMP (brown background instead of black).
I make sure I only edit the tiles that are meant to be changed and know it´s "forbidden" to use the same color twice in one palette, but can it be that every color can only exist one time in the whole tileset? Or has it something to do that i create a primary tileset?
2) I added the logic for the debugmenu (https://github.com/pret/pokeemerald/wiki/Add-a-debug-menu) and also some custom entries. To test if it works as intended I simply put a "PlayBGM" in them. Afterwards I changed it to the real logic but it seems the file is now ignored by the compiler or something similar (no errors or warnings in the output). No matter what changes I make to the file it stills plays only the music.
I stumbled across 2 strange (at least for me 😁) problems and I hope someone can give me a hint to solve them.
1) I created a new tileset, some palettes and then inserted my tiles palette by palette and reimported the image after every palette. The first 4 palettes were working fine but when I import with the 5th or 6th palette some colors in the other palettes are messed up (the grass of palette 1 is then partially red instead of green) or the tiles are looking different than in GIMP (brown background instead of black).
I make sure I only edit the tiles that are meant to be changed and know it´s "forbidden" to use the same color twice in one palette, but can it be that every color can only exist one time in the whole tileset? Or has it something to do that i create a primary tileset?
2) I added the logic for the debugmenu (https://github.com/pret/pokeemerald/wiki/Add-a-debug-menu) and also some custom entries. To test if it works as intended I simply put a "PlayBGM" in them. Afterwards I changed it to the real logic but it seems the file is now ignored by the compiler or something similar (no errors or warnings in the output). No matter what changes I make to the file it stills plays only the music.