- 16
- Posts
- 328
- Days
- Seen Jun 26, 2024
I'm not sure what you mean by "the text is broken" but the color problem probably happens because your back.png and front.png files have different palettes. Both images should have the same colors and they should also be in the same order.also the text is broken it says A bc i named it but usily it says pkmn or something pallet works good on one side but on the other it breaks
It's a bit hard to help since you haven't shared your repo, the sprites or what changes you've made.But litten has yellow eyes on the front @Anon822 and thats why i cant understand also heres the text without renameing litten his name looks like that image
"LITTEN"
you should write _("LITTEN")
.nothing else to say but GOSH DARNIT HES RIGHT (EDIT: never used C before this so lol never used low lvl programing langs at all)It's a bit hard to help since you haven't shared your repo, the sprites or what changes you've made.
I'm guessing the text problem happens because you didn't wrap the name in the macro that is used to encode strings in C files. So instead of"LITTEN"
you should write_("LITTEN")
.