FF6 Hacking
GP to Gil Patch - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Hacks, Resources and Tutorials (https://www.ff6hacking.com/forums/forum-1.html)
+--- Forum: Jidoor Auction House (https://www.ff6hacking.com/forums/forum-4.html)
+---- Forum: Patches, Bugfixes, Tweaks (https://www.ff6hacking.com/forums/forum-15.html)
+---- Thread: GP to Gil Patch (/thread-783.html)

Pages: 1 2


RE: GP to Gil Patch - Angelo26 - 11-20-2011

(11-20-2011, 05:25 PM)McPhizzle Wrote:
(11-20-2011, 04:29 PM)Angelo26 Wrote: I have it, but it also applies an early version of the improvement patch. are you sure it's ok to apply that patch too?
Oh wow, I completely missed that in the first post. I was just curious to see how you did it, I wanted to do something like it myself (just to say I can)

I also noticed that this is in the restored abilities patch after I posted, so I guess it's not necessary after all Smile

I used yy-chr to locate where the letters (for text) are drawn and I created a new "letter" called "il". Then I replaced all instances of GP with the new "il" letter.

Another way to do this is by repointing the text with "GP" to an unused location in bank C3 and writing the word "GIL".


RE: GP to Gil Patch - Rodimus Primal - 07-06-2019

I know this is an older patch, but I did something similar in Woolsey Uncensored. Only thing was that for some reason, the battle messages won't read the "D0" in HEX created for the "il" tile so I had made it with no space "Got 25Gil" and no one had an issue with it for a while. At least until now. Is there a reason that the battle messages won't read the extra tile?


RE: GP to Gil Patch - Gi Nattak - 07-06-2019

It didn't work because you need to have/make the "il" tile in the 'Big Font', not the 'Small Font'. $D0 is the @ sign, which is the one this patch changed in order to have the "il" in one tile, because it's normally unused. Then just put an $FF before the "G" to get the space.

usme reference pic: https://ibb.co/jrmfkXv
hex: https://ibb.co/2MZTBPr


RE: GP to Gil Patch - Rodimus Primal - 07-06-2019

(07-06-2019, 04:16 PM)GiĀ Nattak Wrote: It didn't work because you need to have/make the "il" tile in the 'Big Font', not the 'Small Font'. $D0 is the @ sign, which is the one this patch changed in order to have the "il" in one tile, because it's normally unused. Then just put an $FF before the "G" to get the space.

usme reference pic: https://ibb.co/jrmfkXv
hex: https://ibb.co/2MZTBPr

Thanks! That helped!