FF6 Hacking
questions and Suggestions about FF3usME - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: questions and Suggestions about FF3usME (/thread-3497.html)



questions and Suggestions about FF3usME - q8fft - 06-30-2017

Hello All Hit , i'm new here and i want thanks for who create The most wonderful tool and This community. i'm here to ask about some questions and Suggestions 

i'm trying to Translate the FF6 game into my language my questions

- Is it possible to add an additional byte to the main menu
* Item to Itemss
or
* Use to Using

I tried to use the compensation method remove bytes from word and add to others but the attempt did not work

I have knowledge about modified games, But I have a hard time knowing the right way..

so i note in FF3usME Remaining bytes but this not effect for menu , options etc...

and my Suggestions for FF3usME is  Cast

- add options to edit menus like, Item Skills Equip Relic Status Config Save job names etc,,,,
- add option in font editor can copy and past character
- That's what I have at the moment


And Finally accept my regards


RE: questions and Suggestions about FF3usME - madsiur - 06-30-2017

Hi, to answer your question, text and positions are found at the C3/376F table. Limit is 6 letters. You could also expand by 1 and make the window 09x15, giving you a max of 7 letters for words:

Code:
C3/31BB:    B758060D    ; 08x15 at $58B7 (Options)

See $C3 compendium available here.


RE: questions and Suggestions about FF3usME - q8fft - 06-30-2017

(06-30-2017, 07:53 AM)madsiur Wrote: Hi, to answer your question, text and positions are found at the C3/376F table. Limit is 6 letters. You could also expand by 1 and make the window 09x15, giving you a max of 7 letters for words:

Code:
C3/31BB:    B758060D    ; 08x15 at $58B7 (Options)

See $C3 compendium available here.

i thank you for replay and help, Sorry, my information is few about how to deal with ASM . If you do not mind it is possible to set an example tips, how the method works Then I will complete the work...

like I want add more letters to "item" ???


RE: questions and Suggestions about FF3usME - madsiur - 06-30-2017

Code:
C3/37CB:        3979 88AD9EA600                ; Item

3979 is position (do not touch). 00 end the word (always).

88 AD 9E A6 00 "Item"
88 AD 9E A6 A8 9E 00 "Itemoe" (max length).

The problem is free space when adding more letter. You need to change the pointer to a spot with 8 or 9 free bytes. $C3F091 is free space, you can put your hex word there.

Code:
C3/3729:    CB37        ; "Item" pointer ($C337CB)

change to

C3/3729:    91F0        ; "Itemoe" pointer ($C3F091)

and put this:

C3/F091: 39 79 88 AD 9E A6 A8 9E 00 "Itemoe" (example)



RE: questions and Suggestions about FF3usME - q8fft - 06-30-2017

THANK YOU SO MUCH  Smile . SIR madsiur , Task completed successfully Victory . With your help now i understand how pointers works Laugh !!!
[Image: pFtIhD9.png]

You are legend sir ...
You have my best greeting  Hello