Quote from: Vanya on September 07, 2008, 09:24:59 pm
Hi there. I've never used a debugger before and I'd like some advice or the location of a good tutorial if possible.
What I'm trying to accomplish is to make some changes to Final Fantasy tactics that are beyond the scope of the existing editor.
To get further into detail; what I want is to remove all the restrictions from the Mime job that make it useless for editing purposes. From a programming point of view, I imagine that what I have to do is locate the ASM that checks for the Mime being set and disable it. I figure that once the player applies the Mime job to a unit, the game detects it and applies some restrictions when entering certain menus. Also, during battles it also applies some restrictions. What would I have to do to find the code that does these things and bypass it?
Thanks in advance for any help! =)
What I'm trying to accomplish is to make some changes to Final Fantasy tactics that are beyond the scope of the existing editor.
To get further into detail; what I want is to remove all the restrictions from the Mime job that make it useless for editing purposes. From a programming point of view, I imagine that what I have to do is locate the ASM that checks for the Mime being set and disable it. I figure that once the player applies the Mime job to a unit, the game detects it and applies some restrictions when entering certain menus. Also, during battles it also applies some restrictions. What would I have to do to find the code that does these things and bypass it?
Thanks in advance for any help! =)