Users browsing this thread: 1 Guest(s)
questions and Suggestions about FF3usME

#4
Posts: 3,970
Threads: 279
Thanks Received: 236
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
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)
  Find
Quote  
[-] The following 1 user says Thank You to madsiur for this post:
  • q8fft (06-30-2017)



Messages In This Thread
RE: questions and Suggestions about FF3usME - by madsiur - 06-30-2017, 11:45 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite