øAslickproductions.org/forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&action=profile;area=showposts;sa=messages;u=72e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/index2d7d.htmlslickproductions.org/forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&action=profile;u=72e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/index2d7d.html.zxg^ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿȰ,0HOKtext/htmlISO-8859-1gzip@øÕHÿÿÿÿÿÿÿÿTue, 10 Mar 2020 12:07:18 GMT0ó°° ®0®P®€§²ð®g^H Show Posts - Joelsmith380

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Joelsmith380

Pages: 1
1
Got it. Dialogue DTE table starts at 118210. It loads the bottom half of the letter first, thats what was throwin me off. I was looking for 8F9D but in the table it's 9D8F (for the letter T).

Thanks for your help.

2
I found a DTE table at B7C40, but the changes I'm making aren't having an effect on the dialogue font. Maybe I'm lookin at the wrong DTE table, that or my hex editor isnt saving the changes for some reason.

3
Hey Dragonsbrethren, I am working on the dialogue font in the j2e trans but cant seem to find the DTE table. I did what you suggested (finding the hex for top and bottom of each letter) but no luck. Earlier you said you could find the actual offsets, could you post this for me? It would help out alot. Thanks.

4
Final Fantasy IV Research & Development / Expanding the command window
« on: August 22, 2008, 01:40:11 PM »
I found this the other day and didn't find it in any posted docs.  The battle command window width is located at B8068. I think the default width is set at 07, j2e expanded it to 0C. 

B8060 -  0D00 120D A6C1 0600 (07)0D A6C1 0100 0C0D  here's the complete line.

The problem I have now is finding how to increase or decrease the command name length. Everything I have tried has ended up being a pointer of some kind. The closest I have found to changing the command length is at 11F4B but if the length is decreased it leaves a black space where the letters were supposed to be, if increased it cuts off the first letters of the command. If anyone can help me out I would really appreciate it.

Hope this info is helpful.

5
I'm hacking the j2e translation and this is what I've found. Most things in the j2e rom match pretty closely to the official US or JP roms (in most cases) when dealing with the menu screens. 

I was able to reposition the class name on the item usage screen at A6AE + F. J2e has the hex at 8A DC, in the US rom (A686 + 7)  it is AB83.  I just tried changing it and it locked up but mess around with it and see what you can get.

As for the class name position on the status screen, I found that at ACD5.  In the j2e rom its set at 06 but i moved the class name to the left by changing it to 04.  Mess around with hex in this area and you'll probably be able to reposition the name how you want it.

I didnt mess with the equip screen so i cant help you there. I know this stuff wont directly fix your problems but at least its a starting place to look. I found HHIPDragonfox's FF4wy_itemaddresses document to be extremely helpful in finding the hex address I need to start readjusting things on menus and I've gotten quite a bit accomplished by just changing hex code.      If I find anything else I'll be sure to post it.

Pages: 1