You are not logged in.
Pages: 1
Hello Skeetendo! This is my first post here and I have to say your work in gen 1 and 2 hacking is unsurpassed. I just recently switched from gen 3 hacking to the much more entertaining gen 1 hacking and have begun my first gen 1 hack on Pokemon yellow. I spent all yesterday learning how to import sprites and was highly successful but now I have a new problem. How can I assign a different palette to a Pokemon?
Offline
This is where palettes are assigned to pokemon:
https://github.com/iimarckus/pokered/bl … lettes.asm
If you want to change the actual colors of a palette:
https://github.com/iimarckus/pokered/bl … lettes.asm
My hacks: Pokémon Maize, Pokémon Red: Battle Factory
Offline
Thank you very much. Yes I just wanted to assign palettes to different Pokemon like giving Zapdos a green palette. Is there a way just to change a few hex values to assign green to it. Or do I have to learn some ASM to do that?
Offline
Ah, I understand now. It wasn't working because Pokémon palettes are located at a different offset in Yellow. At 0x72922. Thanks for the help ShantyTown!
Offline
Pages: 1