Can you think of a way to insert a full screen style menu?
It is the menu of pokemon sovereign of the skies..
I'm trying to think if it's written by ASM and inserted into the rom when the flag is called by the Start button > Open Menu...
I know a little about code... But still not enough to write something like that :D
This rom(Sovereign of the Skies) is a rom created using decomp, so I think there is no asm involved I said, but changes to the pure system code. I'm researching how I can replicate these changes to apply to a binary rom. I hope to be able to share it with everyone.
Is there a way to not have the changed type icons? I prefer the old ones personally....
I will add this option in the next ModExe update - Mod Graphics. Thanks for the sugestion.
Hey there, thank you a lot for all the work put on this, I'm currently using it for a personal hack as a bday gift for a friend of mine and until now I'm doing fine despite of my lack of hacking skill XD. Thank you again for this, if I could ask you something, I'd just really appreciate the gym level cap mod for emerald to be compatible with this rombase, I've been trying to add on my own after looking into 20 different threads but I couldn't understand at all... anyway keep going with the great job, this helped me a lot and hope that keep helping other people.
To activate the level cap system, create a level script and add this to it: setflag 0x202. So the system will be activated as soon as you enter that location. Let's say you want to activate this system only in gyms, then you would have to create a level script and mark it as a level script within the gyms. Outside the gym you would create another level script and mark it in town. The difference is that in the level script to flag in the city you would add the command clearflag 0x202 to disable the system as soon as you leave the gym.
In case you didn't understand, I can record a video demonstrating how to do this.
Also, for updates, can I apply the patch to my edited rom without it reversing my changes? thx.
You can open and use Modexe Update vX.XX
This version of Modexe contains all the changes existing in the update.
This is great for applying new update changes to your rom without losing the current edited data in your rom.
I have the problem that I can't find the palette of the new IV EV anywhere..
I tried using PaletteView and also looking for HxD but it seems its value is reversed somewhere..
I just want to change the background color of the IV EV
The offset of the color palette starts at offset 14BF03C and the last bytes are C6 18 63 0C 00 00.