Romhacking.net
Romhacking => Programming => Topic started by: DantheMunchlax782 on March 17, 2018, 07:03:48 pm
-
so in Kirby's Adventure in 7-6 the HUD (I think it's called) changes from an orange to a GameBoy gray. well I'm using KALE for the level editing and I'd like to know how to make the HUD the gray color for all the stages and overworld maps in the game for a ROM Hack I'm working on. Thanks in advance :)
-
The easiest approach would be to change the palette used normally, with no regards to the mechanics used in level 7-6. Or you can do it the "proper" way where you find where the game checks for level 7-6 and load a different palette, and make it load that palette at all times.
Using FCEU debugger this should be kinda easy.